Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.memorydb package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.memorydb package.
(build-cfn-acl-builder builder id config)
The build-cfn-acl-builder function updates a CfnACL$Builder instance using the provided configuration. The function takes the CfnACL$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 |
---|---|---|---|
aclName | java.lang.String | cdk.support/lookup-entry | :acl-name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
userNames | java.util.List | cdk.support/lookup-entry | :user-names |
The build-cfn-acl-builder function updates a CfnACL$Builder instance using the provided configuration. The function takes the CfnACL$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 | |---|---|---|---| | `aclName` | java.lang.String | [[cdk.support/lookup-entry]] | `:acl-name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `userNames` | java.util.List | [[cdk.support/lookup-entry]] | `:user-names` |
(build-cfn-acl-props-builder builder id config)
The build-cfn-acl-props-builder function updates a CfnACLProps$Builder instance using the provided configuration. The function takes the CfnACLProps$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 |
---|---|---|---|
aclName | java.lang.String | cdk.support/lookup-entry | :acl-name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
userNames | java.util.List | cdk.support/lookup-entry | :user-names |
The build-cfn-acl-props-builder function updates a CfnACLProps$Builder instance using the provided configuration. The function takes the CfnACLProps$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 | |---|---|---|---| | `aclName` | java.lang.String | [[cdk.support/lookup-entry]] | `:acl-name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `userNames` | java.util.List | [[cdk.support/lookup-entry]] | `:user-names` |
(build-cfn-cluster-builder builder id config)
The build-cfn-cluster-builder function updates a CfnCluster$Builder instance using the provided configuration. The function takes the CfnCluster$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 |
---|---|---|---|
aclName | java.lang.String | cdk.support/lookup-entry | :acl-name |
autoMinorVersionUpgrade | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :auto-minor-version-upgrade |
clusterEndpoint | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :cluster-endpoint |
clusterName | java.lang.String | cdk.support/lookup-entry | :cluster-name |
dataTiering | java.lang.String | cdk.support/lookup-entry | :data-tiering |
description | java.lang.String | cdk.support/lookup-entry | :description |
engineVersion | java.lang.String | cdk.support/lookup-entry | :engine-version |
finalSnapshotName | java.lang.String | cdk.support/lookup-entry | :final-snapshot-name |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
maintenanceWindow | java.lang.String | cdk.support/lookup-entry | :maintenance-window |
nodeType | java.lang.String | cdk.support/lookup-entry | :node-type |
numReplicasPerShard | java.lang.Number | cdk.support/lookup-entry | :num-replicas-per-shard |
numShards | java.lang.Number | cdk.support/lookup-entry | :num-shards |
parameterGroupName | java.lang.String | cdk.support/lookup-entry | :parameter-group-name |
port | java.lang.Number | cdk.support/lookup-entry | :port |
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
snapshotArns | java.util.List | cdk.support/lookup-entry | :snapshot-arns |
snapshotName | java.lang.String | cdk.support/lookup-entry | :snapshot-name |
snapshotRetentionLimit | java.lang.Number | cdk.support/lookup-entry | :snapshot-retention-limit |
snapshotWindow | java.lang.String | cdk.support/lookup-entry | :snapshot-window |
snsTopicArn | java.lang.String | cdk.support/lookup-entry | :sns-topic-arn |
snsTopicStatus | java.lang.String | cdk.support/lookup-entry | :sns-topic-status |
subnetGroupName | java.lang.String | cdk.support/lookup-entry | :subnet-group-name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
tlsEnabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :tls-enabled |
The build-cfn-cluster-builder function updates a CfnCluster$Builder instance using the provided configuration. The function takes the CfnCluster$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 | |---|---|---|---| | `aclName` | java.lang.String | [[cdk.support/lookup-entry]] | `:acl-name` | | `autoMinorVersionUpgrade` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-minor-version-upgrade` | | `clusterEndpoint` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cluster-endpoint` | | `clusterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-name` | | `dataTiering` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-tiering` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `engineVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine-version` | | `finalSnapshotName` | java.lang.String | [[cdk.support/lookup-entry]] | `:final-snapshot-name` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `maintenanceWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:maintenance-window` | | `nodeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:node-type` | | `numReplicasPerShard` | java.lang.Number | [[cdk.support/lookup-entry]] | `:num-replicas-per-shard` | | `numShards` | java.lang.Number | [[cdk.support/lookup-entry]] | `:num-shards` | | `parameterGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-group-name` | | `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` | | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `snapshotArns` | java.util.List | [[cdk.support/lookup-entry]] | `:snapshot-arns` | | `snapshotName` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshot-name` | | `snapshotRetentionLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:snapshot-retention-limit` | | `snapshotWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshot-window` | | `snsTopicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:sns-topic-arn` | | `snsTopicStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:sns-topic-status` | | `subnetGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-group-name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `tlsEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:tls-enabled` |
(build-cfn-cluster-endpoint-property-builder builder id config)
The build-cfn-cluster-endpoint-property-builder function updates a CfnCluster$EndpointProperty$Builder instance using the provided configuration. The function takes the CfnCluster$EndpointProperty$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 |
---|---|---|---|
address | java.lang.String | cdk.support/lookup-entry | :address |
port | java.lang.Number | cdk.support/lookup-entry | :port |
The build-cfn-cluster-endpoint-property-builder function updates a CfnCluster$EndpointProperty$Builder instance using the provided configuration. The function takes the CfnCluster$EndpointProperty$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 | |---|---|---|---| | `address` | java.lang.String | [[cdk.support/lookup-entry]] | `:address` | | `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
(build-cfn-cluster-props-builder builder id config)
The build-cfn-cluster-props-builder function updates a CfnClusterProps$Builder instance using the provided configuration. The function takes the CfnClusterProps$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 |
---|---|---|---|
aclName | java.lang.String | cdk.support/lookup-entry | :acl-name |
autoMinorVersionUpgrade | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :auto-minor-version-upgrade |
clusterEndpoint | software.amazon.awscdk.services.memorydb.CfnCluster$EndpointProperty | cdk.support/lookup-entry | :cluster-endpoint |
clusterName | java.lang.String | cdk.support/lookup-entry | :cluster-name |
dataTiering | java.lang.String | cdk.support/lookup-entry | :data-tiering |
description | java.lang.String | cdk.support/lookup-entry | :description |
engineVersion | java.lang.String | cdk.support/lookup-entry | :engine-version |
finalSnapshotName | java.lang.String | cdk.support/lookup-entry | :final-snapshot-name |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
maintenanceWindow | java.lang.String | cdk.support/lookup-entry | :maintenance-window |
nodeType | java.lang.String | cdk.support/lookup-entry | :node-type |
numReplicasPerShard | java.lang.Number | cdk.support/lookup-entry | :num-replicas-per-shard |
numShards | java.lang.Number | cdk.support/lookup-entry | :num-shards |
parameterGroupName | java.lang.String | cdk.support/lookup-entry | :parameter-group-name |
port | java.lang.Number | cdk.support/lookup-entry | :port |
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
snapshotArns | java.util.List | cdk.support/lookup-entry | :snapshot-arns |
snapshotName | java.lang.String | cdk.support/lookup-entry | :snapshot-name |
snapshotRetentionLimit | java.lang.Number | cdk.support/lookup-entry | :snapshot-retention-limit |
snapshotWindow | java.lang.String | cdk.support/lookup-entry | :snapshot-window |
snsTopicArn | java.lang.String | cdk.support/lookup-entry | :sns-topic-arn |
snsTopicStatus | java.lang.String | cdk.support/lookup-entry | :sns-topic-status |
subnetGroupName | java.lang.String | cdk.support/lookup-entry | :subnet-group-name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
tlsEnabled | java.lang.Boolean | cdk.support/lookup-entry | :tls-enabled |
The build-cfn-cluster-props-builder function updates a CfnClusterProps$Builder instance using the provided configuration. The function takes the CfnClusterProps$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 | |---|---|---|---| | `aclName` | java.lang.String | [[cdk.support/lookup-entry]] | `:acl-name` | | `autoMinorVersionUpgrade` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-minor-version-upgrade` | | `clusterEndpoint` | software.amazon.awscdk.services.memorydb.CfnCluster$EndpointProperty | [[cdk.support/lookup-entry]] | `:cluster-endpoint` | | `clusterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-name` | | `dataTiering` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-tiering` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `engineVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine-version` | | `finalSnapshotName` | java.lang.String | [[cdk.support/lookup-entry]] | `:final-snapshot-name` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `maintenanceWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:maintenance-window` | | `nodeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:node-type` | | `numReplicasPerShard` | java.lang.Number | [[cdk.support/lookup-entry]] | `:num-replicas-per-shard` | | `numShards` | java.lang.Number | [[cdk.support/lookup-entry]] | `:num-shards` | | `parameterGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-group-name` | | `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` | | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `snapshotArns` | java.util.List | [[cdk.support/lookup-entry]] | `:snapshot-arns` | | `snapshotName` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshot-name` | | `snapshotRetentionLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:snapshot-retention-limit` | | `snapshotWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshot-window` | | `snsTopicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:sns-topic-arn` | | `snsTopicStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:sns-topic-status` | | `subnetGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-group-name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `tlsEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:tls-enabled` |
(build-cfn-parameter-group-builder builder id config)
The build-cfn-parameter-group-builder function updates a CfnParameterGroup$Builder instance using the provided configuration. The function takes the CfnParameterGroup$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 |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
family | java.lang.String | cdk.support/lookup-entry | :family |
parameterGroupName | java.lang.String | cdk.support/lookup-entry | :parameter-group-name |
parameters | java.lang.Object | cdk.support/lookup-entry | :parameters |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-parameter-group-builder function updates a CfnParameterGroup$Builder instance using the provided configuration. The function takes the CfnParameterGroup$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 | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `family` | java.lang.String | [[cdk.support/lookup-entry]] | `:family` | | `parameterGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-group-name` | | `parameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:parameters` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-parameter-group-props-builder builder id config)
The build-cfn-parameter-group-props-builder function updates a CfnParameterGroupProps$Builder instance using the provided configuration. The function takes the CfnParameterGroupProps$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 |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
family | java.lang.String | cdk.support/lookup-entry | :family |
parameterGroupName | java.lang.String | cdk.support/lookup-entry | :parameter-group-name |
parameters | java.lang.Object | cdk.support/lookup-entry | :parameters |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-parameter-group-props-builder function updates a CfnParameterGroupProps$Builder instance using the provided configuration. The function takes the CfnParameterGroupProps$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 | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `family` | java.lang.String | [[cdk.support/lookup-entry]] | `:family` | | `parameterGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-group-name` | | `parameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:parameters` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-subnet-group-builder builder id config)
The build-cfn-subnet-group-builder function updates a CfnSubnetGroup$Builder instance using the provided configuration. The function takes the CfnSubnetGroup$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 |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
subnetGroupName | java.lang.String | cdk.support/lookup-entry | :subnet-group-name |
subnetIds | java.util.List | cdk.support/lookup-entry | :subnet-ids |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-subnet-group-builder function updates a CfnSubnetGroup$Builder instance using the provided configuration. The function takes the CfnSubnetGroup$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 | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `subnetGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-group-name` | | `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-subnet-group-props-builder builder id config)
The build-cfn-subnet-group-props-builder function updates a CfnSubnetGroupProps$Builder instance using the provided configuration. The function takes the CfnSubnetGroupProps$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 |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
subnetGroupName | java.lang.String | cdk.support/lookup-entry | :subnet-group-name |
subnetIds | java.util.List | cdk.support/lookup-entry | :subnet-ids |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-subnet-group-props-builder function updates a CfnSubnetGroupProps$Builder instance using the provided configuration. The function takes the CfnSubnetGroupProps$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 | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `subnetGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-group-name` | | `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-user-authentication-mode-property-builder builder id config)
The build-cfn-user-authentication-mode-property-builder function updates a CfnUser$AuthenticationModeProperty$Builder instance using the provided configuration. The function takes the CfnUser$AuthenticationModeProperty$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 |
---|---|---|---|
passwords | java.util.List | cdk.support/lookup-entry | :passwords |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-user-authentication-mode-property-builder function updates a CfnUser$AuthenticationModeProperty$Builder instance using the provided configuration. The function takes the CfnUser$AuthenticationModeProperty$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 | |---|---|---|---| | `passwords` | java.util.List | [[cdk.support/lookup-entry]] | `:passwords` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-user-builder builder id config)
The build-cfn-user-builder function updates a CfnUser$Builder instance using the provided configuration. The function takes the CfnUser$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 |
---|---|---|---|
accessString | java.lang.String | cdk.support/lookup-entry | :access-string |
authenticationMode | java.lang.Object | cdk.support/lookup-entry | :authentication-mode |
tags | java.util.List | cdk.support/lookup-entry | :tags |
userName | java.lang.String | cdk.support/lookup-entry | :user-name |
The build-cfn-user-builder function updates a CfnUser$Builder instance using the provided configuration. The function takes the CfnUser$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 | |---|---|---|---| | `accessString` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-string` | | `authenticationMode` | java.lang.Object | [[cdk.support/lookup-entry]] | `:authentication-mode` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `userName` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-name` |
(build-cfn-user-props-builder builder id config)
The build-cfn-user-props-builder function updates a CfnUserProps$Builder instance using the provided configuration. The function takes the CfnUserProps$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 |
---|---|---|---|
accessString | java.lang.String | cdk.support/lookup-entry | :access-string |
authenticationMode | java.lang.Object | cdk.support/lookup-entry | :authentication-mode |
tags | java.util.List | cdk.support/lookup-entry | :tags |
userName | java.lang.String | cdk.support/lookup-entry | :user-name |
The build-cfn-user-props-builder function updates a CfnUserProps$Builder instance using the provided configuration. The function takes the CfnUserProps$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 | |---|---|---|---| | `accessString` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-string` | | `authenticationMode` | java.lang.Object | [[cdk.support/lookup-entry]] | `:authentication-mode` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `userName` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-name` |
(cfn-acl-builder scope id config)
Creates a CfnACL$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 `CfnACL$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-acl-props-builder id config)
Creates a CfnACLProps$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 `CfnACLProps$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-cluster-builder scope id config)
Creates a CfnCluster$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 `CfnCluster$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-cluster-endpoint-property-builder id config)
Creates a CfnCluster$EndpointProperty$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 `CfnCluster$EndpointProperty$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-cluster-props-builder id config)
Creates a CfnClusterProps$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 `CfnClusterProps$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-parameter-group-builder scope id config)
Creates a CfnParameterGroup$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 `CfnParameterGroup$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-parameter-group-props-builder id config)
Creates a CfnParameterGroupProps$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 `CfnParameterGroupProps$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-subnet-group-builder scope id config)
Creates a CfnSubnetGroup$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 `CfnSubnetGroup$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-subnet-group-props-builder id config)
Creates a CfnSubnetGroupProps$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 `CfnSubnetGroupProps$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-user-authentication-mode-property-builder id config)
Creates a CfnUser$AuthenticationModeProperty$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 `CfnUser$AuthenticationModeProperty$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-user-builder scope id config)
Creates a CfnUser$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 `CfnUser$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-user-props-builder id config)
Creates a CfnUserProps$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 `CfnUserProps$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