Liking cljdoc? Tell your friends :D

cdk.api.services.opsworkscm

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.opsworkscm package.

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.opsworkscm package. 
raw docstring

build-cfn-server-builderclj

(build-cfn-server-builder builder id config)

The build-cfn-server-builder function updates a CfnServer$Builder instance using the provided configuration. The function takes the CfnServer$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
associatePublicIpAddressjava.lang.Booleancdk.support/lookup-entry:associate-public-ip-address
backupIdjava.lang.Stringcdk.support/lookup-entry:backup-id
backupRetentionCountjava.lang.Numbercdk.support/lookup-entry:backup-retention-count
customCertificatejava.lang.Stringcdk.support/lookup-entry:custom-certificate
customDomainjava.lang.Stringcdk.support/lookup-entry:custom-domain
customPrivateKeyjava.lang.Stringcdk.support/lookup-entry:custom-private-key
disableAutomatedBackupjava.lang.Booleancdk.support/lookup-entry:disable-automated-backup
enginejava.lang.Stringcdk.support/lookup-entry:engine
engineAttributesjava.util.Listcdk.support/lookup-entry:engine-attributes
engineModeljava.lang.Stringcdk.support/lookup-entry:engine-model
engineVersionjava.lang.Stringcdk.support/lookup-entry:engine-version
instanceProfileArnjava.lang.Stringcdk.support/lookup-entry:instance-profile-arn
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
keyPairjava.lang.Stringcdk.support/lookup-entry:key-pair
preferredBackupWindowjava.lang.Stringcdk.support/lookup-entry:preferred-backup-window
preferredMaintenanceWindowjava.lang.Stringcdk.support/lookup-entry:preferred-maintenance-window
securityGroupIdsjava.util.Listcdk.support/lookup-entry:security-group-ids
serverNamejava.lang.Stringcdk.support/lookup-entry:server-name
serviceRoleArnjava.lang.Stringcdk.support/lookup-entry:service-role-arn
subnetIdsjava.util.Listcdk.support/lookup-entry:subnet-ids
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-server-builder function updates a CfnServer$Builder instance using the provided configuration.
  The function takes the CfnServer$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `associatePublicIpAddress` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:associate-public-ip-address` |
| `backupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:backup-id` |
| `backupRetentionCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:backup-retention-count` |
| `customCertificate` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-certificate` |
| `customDomain` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-domain` |
| `customPrivateKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-private-key` |
| `disableAutomatedBackup` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-automated-backup` |
| `engine` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine` |
| `engineAttributes` | java.util.List | [[cdk.support/lookup-entry]] | `:engine-attributes` |
| `engineModel` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine-model` |
| `engineVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine-version` |
| `instanceProfileArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-profile-arn` |
| `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` |
| `keyPair` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-pair` |
| `preferredBackupWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-backup-window` |
| `preferredMaintenanceWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-maintenance-window` |
| `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` |
| `serverName` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-name` |
| `serviceRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-role-arn` |
| `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-server-engine-attribute-property-builderclj

(build-cfn-server-engine-attribute-property-builder builder id config)

The build-cfn-server-engine-attribute-property-builder function updates a CfnServer$EngineAttributeProperty$Builder instance using the provided configuration. The function takes the CfnServer$EngineAttributeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-server-engine-attribute-property-builder function updates a CfnServer$EngineAttributeProperty$Builder instance using the provided configuration.
  The function takes the CfnServer$EngineAttributeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-server-props-builderclj

(build-cfn-server-props-builder builder id config)

The build-cfn-server-props-builder function updates a CfnServerProps$Builder instance using the provided configuration. The function takes the CfnServerProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
associatePublicIpAddresssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:associate-public-ip-address
backupIdjava.lang.Stringcdk.support/lookup-entry:backup-id
backupRetentionCountjava.lang.Numbercdk.support/lookup-entry:backup-retention-count
customCertificatejava.lang.Stringcdk.support/lookup-entry:custom-certificate
customDomainjava.lang.Stringcdk.support/lookup-entry:custom-domain
customPrivateKeyjava.lang.Stringcdk.support/lookup-entry:custom-private-key
disableAutomatedBackupsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:disable-automated-backup
enginejava.lang.Stringcdk.support/lookup-entry:engine
engineAttributessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:engine-attributes
engineModeljava.lang.Stringcdk.support/lookup-entry:engine-model
engineVersionjava.lang.Stringcdk.support/lookup-entry:engine-version
instanceProfileArnjava.lang.Stringcdk.support/lookup-entry:instance-profile-arn
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
keyPairjava.lang.Stringcdk.support/lookup-entry:key-pair
preferredBackupWindowjava.lang.Stringcdk.support/lookup-entry:preferred-backup-window
preferredMaintenanceWindowjava.lang.Stringcdk.support/lookup-entry:preferred-maintenance-window
securityGroupIdsjava.util.Listcdk.support/lookup-entry:security-group-ids
serverNamejava.lang.Stringcdk.support/lookup-entry:server-name
serviceRoleArnjava.lang.Stringcdk.support/lookup-entry:service-role-arn
subnetIdsjava.util.Listcdk.support/lookup-entry:subnet-ids
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-server-props-builder function updates a CfnServerProps$Builder instance using the provided configuration.
  The function takes the CfnServerProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `associatePublicIpAddress` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:associate-public-ip-address` |
| `backupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:backup-id` |
| `backupRetentionCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:backup-retention-count` |
| `customCertificate` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-certificate` |
| `customDomain` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-domain` |
| `customPrivateKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-private-key` |
| `disableAutomatedBackup` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:disable-automated-backup` |
| `engine` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine` |
| `engineAttributes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:engine-attributes` |
| `engineModel` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine-model` |
| `engineVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine-version` |
| `instanceProfileArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-profile-arn` |
| `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` |
| `keyPair` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-pair` |
| `preferredBackupWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-backup-window` |
| `preferredMaintenanceWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-maintenance-window` |
| `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` |
| `serverName` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-name` |
| `serviceRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-role-arn` |
| `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

cfn-server-builderclj

(cfn-server-builder scope id config)

Creates a CfnServer$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnServer$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-server-engine-attribute-property-builderclj

(cfn-server-engine-attribute-property-builder id config)

Creates a CfnServer$EngineAttributeProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnServer$EngineAttributeProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-server-props-builderclj

(cfn-server-props-builder id config)

Creates a CfnServerProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnServerProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close