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.
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
value | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close