Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.elasticache

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

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

build-cfn-cache-cluster-builderclj

(build-cfn-cache-cluster-builder builder id config)

The build-cfn-cache-cluster-builder function updates a CfnCacheCluster$Builder instance using the provided configuration. The function takes the CfnCacheCluster$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
autoMinorVersionUpgradejava.lang.Booleancdk.support/lookup-entry:auto-minor-version-upgrade
azModejava.lang.Stringcdk.support/lookup-entry:az-mode
cacheNodeTypejava.lang.Stringcdk.support/lookup-entry:cache-node-type
cacheParameterGroupNamejava.lang.Stringcdk.support/lookup-entry:cache-parameter-group-name
cacheSecurityGroupNamesjava.util.Listcdk.support/lookup-entry:cache-security-group-names
cacheSubnetGroupNamejava.lang.Stringcdk.support/lookup-entry:cache-subnet-group-name
clusterNamejava.lang.Stringcdk.support/lookup-entry:cluster-name
enginejava.lang.Stringcdk.support/lookup-entry:engine
engineVersionjava.lang.Stringcdk.support/lookup-entry:engine-version
ipDiscoveryjava.lang.Stringcdk.support/lookup-entry:ip-discovery
logDeliveryConfigurationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:log-delivery-configurations
networkTypejava.lang.Stringcdk.support/lookup-entry:network-type
notificationTopicArnjava.lang.Stringcdk.support/lookup-entry:notification-topic-arn
numCacheNodesjava.lang.Numbercdk.support/lookup-entry:num-cache-nodes
portjava.lang.Numbercdk.support/lookup-entry:port
preferredAvailabilityZonejava.lang.Stringcdk.support/lookup-entry:preferred-availability-zone
preferredAvailabilityZonesjava.util.Listcdk.support/lookup-entry:preferred-availability-zones
preferredMaintenanceWindowjava.lang.Stringcdk.support/lookup-entry:preferred-maintenance-window
snapshotArnsjava.util.Listcdk.support/lookup-entry:snapshot-arns
snapshotNamejava.lang.Stringcdk.support/lookup-entry:snapshot-name
snapshotRetentionLimitjava.lang.Numbercdk.support/lookup-entry:snapshot-retention-limit
snapshotWindowjava.lang.Stringcdk.support/lookup-entry:snapshot-window
tagsjava.util.Listcdk.support/lookup-entry:tags
transitEncryptionEnabledjava.lang.Booleancdk.support/lookup-entry:transit-encryption-enabled
vpcSecurityGroupIdsjava.util.Listcdk.support/lookup-entry:vpc-security-group-ids
The build-cfn-cache-cluster-builder function updates a CfnCacheCluster$Builder instance using the provided configuration.
  The function takes the CfnCacheCluster$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 |
|---|---|---|---|
| `autoMinorVersionUpgrade` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:auto-minor-version-upgrade` |
| `azMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:az-mode` |
| `cacheNodeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-node-type` |
| `cacheParameterGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-parameter-group-name` |
| `cacheSecurityGroupNames` | java.util.List | [[cdk.support/lookup-entry]] | `:cache-security-group-names` |
| `cacheSubnetGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-subnet-group-name` |
| `clusterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-name` |
| `engine` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine` |
| `engineVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine-version` |
| `ipDiscovery` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-discovery` |
| `logDeliveryConfigurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:log-delivery-configurations` |
| `networkType` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-type` |
| `notificationTopicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:notification-topic-arn` |
| `numCacheNodes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:num-cache-nodes` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `preferredAvailabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-availability-zone` |
| `preferredAvailabilityZones` | java.util.List | [[cdk.support/lookup-entry]] | `:preferred-availability-zones` |
| `preferredMaintenanceWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-maintenance-window` |
| `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` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `transitEncryptionEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:transit-encryption-enabled` |
| `vpcSecurityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:vpc-security-group-ids` |
sourceraw docstring

build-cfn-cache-cluster-cloud-watch-logs-destination-details-property-builderclj

(build-cfn-cache-cluster-cloud-watch-logs-destination-details-property-builder
  builder
  id
  config)

The build-cfn-cache-cluster-cloud-watch-logs-destination-details-property-builder function updates a CfnCacheCluster$CloudWatchLogsDestinationDetailsProperty$Builder instance using the provided configuration. The function takes the CfnCacheCluster$CloudWatchLogsDestinationDetailsProperty$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
logGroupjava.lang.Stringcdk.support/lookup-entry:log-group
The build-cfn-cache-cluster-cloud-watch-logs-destination-details-property-builder function updates a CfnCacheCluster$CloudWatchLogsDestinationDetailsProperty$Builder instance using the provided configuration.
  The function takes the CfnCacheCluster$CloudWatchLogsDestinationDetailsProperty$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 |
|---|---|---|---|
| `logGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group` |
sourceraw docstring

build-cfn-cache-cluster-destination-details-property-builderclj

(build-cfn-cache-cluster-destination-details-property-builder builder id config)

The build-cfn-cache-cluster-destination-details-property-builder function updates a CfnCacheCluster$DestinationDetailsProperty$Builder instance using the provided configuration. The function takes the CfnCacheCluster$DestinationDetailsProperty$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
cloudWatchLogsDetailssoftware.amazon.awscdk.services.elasticache.CfnCacheCluster$CloudWatchLogsDestinationDetailsPropertycdk.support/lookup-entry:cloud-watch-logs-details
kinesisFirehoseDetailssoftware.amazon.awscdk.services.elasticache.CfnCacheCluster$KinesisFirehoseDestinationDetailsPropertycdk.support/lookup-entry:kinesis-firehose-details
The build-cfn-cache-cluster-destination-details-property-builder function updates a CfnCacheCluster$DestinationDetailsProperty$Builder instance using the provided configuration.
  The function takes the CfnCacheCluster$DestinationDetailsProperty$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 |
|---|---|---|---|
| `cloudWatchLogsDetails` | software.amazon.awscdk.services.elasticache.CfnCacheCluster$CloudWatchLogsDestinationDetailsProperty | [[cdk.support/lookup-entry]] | `:cloud-watch-logs-details` |
| `kinesisFirehoseDetails` | software.amazon.awscdk.services.elasticache.CfnCacheCluster$KinesisFirehoseDestinationDetailsProperty | [[cdk.support/lookup-entry]] | `:kinesis-firehose-details` |
sourceraw docstring

build-cfn-cache-cluster-kinesis-firehose-destination-details-property-builderclj

(build-cfn-cache-cluster-kinesis-firehose-destination-details-property-builder
  builder
  id
  config)

The build-cfn-cache-cluster-kinesis-firehose-destination-details-property-builder function updates a CfnCacheCluster$KinesisFirehoseDestinationDetailsProperty$Builder instance using the provided configuration. The function takes the CfnCacheCluster$KinesisFirehoseDestinationDetailsProperty$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
deliveryStreamjava.lang.Stringcdk.support/lookup-entry:delivery-stream
The build-cfn-cache-cluster-kinesis-firehose-destination-details-property-builder function updates a CfnCacheCluster$KinesisFirehoseDestinationDetailsProperty$Builder instance using the provided configuration.
  The function takes the CfnCacheCluster$KinesisFirehoseDestinationDetailsProperty$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 |
|---|---|---|---|
| `deliveryStream` | java.lang.String | [[cdk.support/lookup-entry]] | `:delivery-stream` |
sourceraw docstring

build-cfn-cache-cluster-log-delivery-configuration-request-property-builderclj

(build-cfn-cache-cluster-log-delivery-configuration-request-property-builder
  builder
  id
  config)

The build-cfn-cache-cluster-log-delivery-configuration-request-property-builder function updates a CfnCacheCluster$LogDeliveryConfigurationRequestProperty$Builder instance using the provided configuration. The function takes the CfnCacheCluster$LogDeliveryConfigurationRequestProperty$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
destinationDetailssoftware.amazon.awscdk.services.elasticache.CfnCacheCluster$DestinationDetailsPropertycdk.support/lookup-entry:destination-details
destinationTypejava.lang.Stringcdk.support/lookup-entry:destination-type
logFormatjava.lang.Stringcdk.support/lookup-entry:log-format
logTypejava.lang.Stringcdk.support/lookup-entry:log-type
The build-cfn-cache-cluster-log-delivery-configuration-request-property-builder function updates a CfnCacheCluster$LogDeliveryConfigurationRequestProperty$Builder instance using the provided configuration.
  The function takes the CfnCacheCluster$LogDeliveryConfigurationRequestProperty$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 |
|---|---|---|---|
| `destinationDetails` | software.amazon.awscdk.services.elasticache.CfnCacheCluster$DestinationDetailsProperty | [[cdk.support/lookup-entry]] | `:destination-details` |
| `destinationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-type` |
| `logFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-format` |
| `logType` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-type` |
sourceraw docstring

build-cfn-cache-cluster-props-builderclj

(build-cfn-cache-cluster-props-builder builder id config)

The build-cfn-cache-cluster-props-builder function updates a CfnCacheClusterProps$Builder instance using the provided configuration. The function takes the CfnCacheClusterProps$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
autoMinorVersionUpgradesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:auto-minor-version-upgrade
azModejava.lang.Stringcdk.support/lookup-entry:az-mode
cacheNodeTypejava.lang.Stringcdk.support/lookup-entry:cache-node-type
cacheParameterGroupNamejava.lang.Stringcdk.support/lookup-entry:cache-parameter-group-name
cacheSecurityGroupNamesjava.util.Listcdk.support/lookup-entry:cache-security-group-names
cacheSubnetGroupNamejava.lang.Stringcdk.support/lookup-entry:cache-subnet-group-name
clusterNamejava.lang.Stringcdk.support/lookup-entry:cluster-name
enginejava.lang.Stringcdk.support/lookup-entry:engine
engineVersionjava.lang.Stringcdk.support/lookup-entry:engine-version
ipDiscoveryjava.lang.Stringcdk.support/lookup-entry:ip-discovery
logDeliveryConfigurationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:log-delivery-configurations
networkTypejava.lang.Stringcdk.support/lookup-entry:network-type
notificationTopicArnjava.lang.Stringcdk.support/lookup-entry:notification-topic-arn
numCacheNodesjava.lang.Numbercdk.support/lookup-entry:num-cache-nodes
portjava.lang.Numbercdk.support/lookup-entry:port
preferredAvailabilityZonejava.lang.Stringcdk.support/lookup-entry:preferred-availability-zone
preferredAvailabilityZonesjava.util.Listcdk.support/lookup-entry:preferred-availability-zones
preferredMaintenanceWindowjava.lang.Stringcdk.support/lookup-entry:preferred-maintenance-window
snapshotArnsjava.util.Listcdk.support/lookup-entry:snapshot-arns
snapshotNamejava.lang.Stringcdk.support/lookup-entry:snapshot-name
snapshotRetentionLimitjava.lang.Numbercdk.support/lookup-entry:snapshot-retention-limit
snapshotWindowjava.lang.Stringcdk.support/lookup-entry:snapshot-window
tagsjava.util.Listcdk.support/lookup-entry:tags
transitEncryptionEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:transit-encryption-enabled
vpcSecurityGroupIdsjava.util.Listcdk.support/lookup-entry:vpc-security-group-ids
The build-cfn-cache-cluster-props-builder function updates a CfnCacheClusterProps$Builder instance using the provided configuration.
  The function takes the CfnCacheClusterProps$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 |
|---|---|---|---|
| `autoMinorVersionUpgrade` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-minor-version-upgrade` |
| `azMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:az-mode` |
| `cacheNodeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-node-type` |
| `cacheParameterGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-parameter-group-name` |
| `cacheSecurityGroupNames` | java.util.List | [[cdk.support/lookup-entry]] | `:cache-security-group-names` |
| `cacheSubnetGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-subnet-group-name` |
| `clusterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-name` |
| `engine` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine` |
| `engineVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine-version` |
| `ipDiscovery` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-discovery` |
| `logDeliveryConfigurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:log-delivery-configurations` |
| `networkType` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-type` |
| `notificationTopicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:notification-topic-arn` |
| `numCacheNodes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:num-cache-nodes` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `preferredAvailabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-availability-zone` |
| `preferredAvailabilityZones` | java.util.List | [[cdk.support/lookup-entry]] | `:preferred-availability-zones` |
| `preferredMaintenanceWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-maintenance-window` |
| `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` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `transitEncryptionEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:transit-encryption-enabled` |
| `vpcSecurityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:vpc-security-group-ids` |
sourceraw docstring

build-cfn-global-replication-group-builderclj

(build-cfn-global-replication-group-builder builder id config)

The build-cfn-global-replication-group-builder function updates a CfnGlobalReplicationGroup$Builder instance using the provided configuration. The function takes the CfnGlobalReplicationGroup$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
automaticFailoverEnabledjava.lang.Booleancdk.support/lookup-entry:automatic-failover-enabled
cacheNodeTypejava.lang.Stringcdk.support/lookup-entry:cache-node-type
cacheParameterGroupNamejava.lang.Stringcdk.support/lookup-entry:cache-parameter-group-name
engineVersionjava.lang.Stringcdk.support/lookup-entry:engine-version
globalNodeGroupCountjava.lang.Numbercdk.support/lookup-entry:global-node-group-count
globalReplicationGroupDescriptionjava.lang.Stringcdk.support/lookup-entry:global-replication-group-description
globalReplicationGroupIdSuffixjava.lang.Stringcdk.support/lookup-entry:global-replication-group-id-suffix
membersjava.util.Listcdk.support/lookup-entry:members
regionalConfigurationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:regional-configurations
The build-cfn-global-replication-group-builder function updates a CfnGlobalReplicationGroup$Builder instance using the provided configuration.
  The function takes the CfnGlobalReplicationGroup$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 |
|---|---|---|---|
| `automaticFailoverEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:automatic-failover-enabled` |
| `cacheNodeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-node-type` |
| `cacheParameterGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-parameter-group-name` |
| `engineVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine-version` |
| `globalNodeGroupCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:global-node-group-count` |
| `globalReplicationGroupDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:global-replication-group-description` |
| `globalReplicationGroupIdSuffix` | java.lang.String | [[cdk.support/lookup-entry]] | `:global-replication-group-id-suffix` |
| `members` | java.util.List | [[cdk.support/lookup-entry]] | `:members` |
| `regionalConfigurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:regional-configurations` |
sourceraw docstring

build-cfn-global-replication-group-global-replication-group-member-property-builderclj

(build-cfn-global-replication-group-global-replication-group-member-property-builder
  builder
  id
  config)

The build-cfn-global-replication-group-global-replication-group-member-property-builder function updates a CfnGlobalReplicationGroup$GlobalReplicationGroupMemberProperty$Builder instance using the provided configuration. The function takes the CfnGlobalReplicationGroup$GlobalReplicationGroupMemberProperty$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
replicationGroupIdjava.lang.Stringcdk.support/lookup-entry:replication-group-id
replicationGroupRegionjava.lang.Stringcdk.support/lookup-entry:replication-group-region
rolejava.lang.Stringcdk.support/lookup-entry:role
The build-cfn-global-replication-group-global-replication-group-member-property-builder function updates a CfnGlobalReplicationGroup$GlobalReplicationGroupMemberProperty$Builder instance using the provided configuration.
  The function takes the CfnGlobalReplicationGroup$GlobalReplicationGroupMemberProperty$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 |
|---|---|---|---|
| `replicationGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:replication-group-id` |
| `replicationGroupRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:replication-group-region` |
| `role` | java.lang.String | [[cdk.support/lookup-entry]] | `:role` |
sourceraw docstring

build-cfn-global-replication-group-props-builderclj

(build-cfn-global-replication-group-props-builder builder id config)

The build-cfn-global-replication-group-props-builder function updates a CfnGlobalReplicationGroupProps$Builder instance using the provided configuration. The function takes the CfnGlobalReplicationGroupProps$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
automaticFailoverEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:automatic-failover-enabled
cacheNodeTypejava.lang.Stringcdk.support/lookup-entry:cache-node-type
cacheParameterGroupNamejava.lang.Stringcdk.support/lookup-entry:cache-parameter-group-name
engineVersionjava.lang.Stringcdk.support/lookup-entry:engine-version
globalNodeGroupCountjava.lang.Numbercdk.support/lookup-entry:global-node-group-count
globalReplicationGroupDescriptionjava.lang.Stringcdk.support/lookup-entry:global-replication-group-description
globalReplicationGroupIdSuffixjava.lang.Stringcdk.support/lookup-entry:global-replication-group-id-suffix
membersjava.util.Listcdk.support/lookup-entry:members
regionalConfigurationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:regional-configurations
The build-cfn-global-replication-group-props-builder function updates a CfnGlobalReplicationGroupProps$Builder instance using the provided configuration.
  The function takes the CfnGlobalReplicationGroupProps$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 |
|---|---|---|---|
| `automaticFailoverEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:automatic-failover-enabled` |
| `cacheNodeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-node-type` |
| `cacheParameterGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-parameter-group-name` |
| `engineVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine-version` |
| `globalNodeGroupCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:global-node-group-count` |
| `globalReplicationGroupDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:global-replication-group-description` |
| `globalReplicationGroupIdSuffix` | java.lang.String | [[cdk.support/lookup-entry]] | `:global-replication-group-id-suffix` |
| `members` | java.util.List | [[cdk.support/lookup-entry]] | `:members` |
| `regionalConfigurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:regional-configurations` |
sourceraw docstring

build-cfn-global-replication-group-regional-configuration-property-builderclj

(build-cfn-global-replication-group-regional-configuration-property-builder
  builder
  id
  config)

The build-cfn-global-replication-group-regional-configuration-property-builder function updates a CfnGlobalReplicationGroup$RegionalConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnGlobalReplicationGroup$RegionalConfigurationProperty$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
replicationGroupIdjava.lang.Stringcdk.support/lookup-entry:replication-group-id
replicationGroupRegionjava.lang.Stringcdk.support/lookup-entry:replication-group-region
reshardingConfigurationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:resharding-configurations
The build-cfn-global-replication-group-regional-configuration-property-builder function updates a CfnGlobalReplicationGroup$RegionalConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnGlobalReplicationGroup$RegionalConfigurationProperty$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 |
|---|---|---|---|
| `replicationGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:replication-group-id` |
| `replicationGroupRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:replication-group-region` |
| `reshardingConfigurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:resharding-configurations` |
sourceraw docstring

build-cfn-global-replication-group-resharding-configuration-property-builderclj

(build-cfn-global-replication-group-resharding-configuration-property-builder
  builder
  id
  config)

The build-cfn-global-replication-group-resharding-configuration-property-builder function updates a CfnGlobalReplicationGroup$ReshardingConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnGlobalReplicationGroup$ReshardingConfigurationProperty$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
nodeGroupIdjava.lang.Stringcdk.support/lookup-entry:node-group-id
preferredAvailabilityZonesjava.util.Listcdk.support/lookup-entry:preferred-availability-zones
The build-cfn-global-replication-group-resharding-configuration-property-builder function updates a CfnGlobalReplicationGroup$ReshardingConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnGlobalReplicationGroup$ReshardingConfigurationProperty$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 |
|---|---|---|---|
| `nodeGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:node-group-id` |
| `preferredAvailabilityZones` | java.util.List | [[cdk.support/lookup-entry]] | `:preferred-availability-zones` |
sourceraw docstring

build-cfn-parameter-group-builderclj

(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:

FieldDataTypeLookup FunctionData Key
cacheParameterGroupFamilyjava.lang.Stringcdk.support/lookup-entry:cache-parameter-group-family
descriptionjava.lang.Stringcdk.support/lookup-entry:description
propertiesjava.util.Mapcdk.support/lookup-entry:properties
tagsjava.util.Listcdk.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 |
|---|---|---|---|
| `cacheParameterGroupFamily` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-parameter-group-family` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `properties` | java.util.Map | [[cdk.support/lookup-entry]] | `:properties` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-parameter-group-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
cacheParameterGroupFamilyjava.lang.Stringcdk.support/lookup-entry:cache-parameter-group-family
descriptionjava.lang.Stringcdk.support/lookup-entry:description
propertiesjava.util.Mapcdk.support/lookup-entry:properties
tagsjava.util.Listcdk.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 |
|---|---|---|---|
| `cacheParameterGroupFamily` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-parameter-group-family` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `properties` | java.util.Map | [[cdk.support/lookup-entry]] | `:properties` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-replication-group-builderclj

(build-cfn-replication-group-builder builder id config)

The build-cfn-replication-group-builder function updates a CfnReplicationGroup$Builder instance using the provided configuration. The function takes the CfnReplicationGroup$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
atRestEncryptionEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:at-rest-encryption-enabled
authTokenjava.lang.Stringcdk.support/lookup-entry:auth-token
autoMinorVersionUpgradejava.lang.Booleancdk.support/lookup-entry:auto-minor-version-upgrade
automaticFailoverEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:automatic-failover-enabled
cacheNodeTypejava.lang.Stringcdk.support/lookup-entry:cache-node-type
cacheParameterGroupNamejava.lang.Stringcdk.support/lookup-entry:cache-parameter-group-name
cacheSecurityGroupNamesjava.util.Listcdk.support/lookup-entry:cache-security-group-names
cacheSubnetGroupNamejava.lang.Stringcdk.support/lookup-entry:cache-subnet-group-name
clusterModejava.lang.Stringcdk.support/lookup-entry:cluster-mode
dataTieringEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:data-tiering-enabled
enginejava.lang.Stringcdk.support/lookup-entry:engine
engineVersionjava.lang.Stringcdk.support/lookup-entry:engine-version
globalReplicationGroupIdjava.lang.Stringcdk.support/lookup-entry:global-replication-group-id
ipDiscoveryjava.lang.Stringcdk.support/lookup-entry:ip-discovery
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
logDeliveryConfigurationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:log-delivery-configurations
multiAzEnabledjava.lang.Booleancdk.support/lookup-entry:multi-az-enabled
networkTypejava.lang.Stringcdk.support/lookup-entry:network-type
nodeGroupConfigurationjava.util.Listcdk.support/lookup-entry:node-group-configuration
notificationTopicArnjava.lang.Stringcdk.support/lookup-entry:notification-topic-arn
numCacheClustersjava.lang.Numbercdk.support/lookup-entry:num-cache-clusters
numNodeGroupsjava.lang.Numbercdk.support/lookup-entry:num-node-groups
portjava.lang.Numbercdk.support/lookup-entry:port
preferredCacheClusterAZsjava.util.Listcdk.support/lookup-entry:preferred-cache-cluster-a-zs
preferredMaintenanceWindowjava.lang.Stringcdk.support/lookup-entry:preferred-maintenance-window
primaryClusterIdjava.lang.Stringcdk.support/lookup-entry:primary-cluster-id
replicasPerNodeGroupjava.lang.Numbercdk.support/lookup-entry:replicas-per-node-group
replicationGroupDescriptionjava.lang.Stringcdk.support/lookup-entry:replication-group-description
replicationGroupIdjava.lang.Stringcdk.support/lookup-entry:replication-group-id
securityGroupIdsjava.util.Listcdk.support/lookup-entry:security-group-ids
snapshotArnsjava.util.Listcdk.support/lookup-entry:snapshot-arns
snapshotNamejava.lang.Stringcdk.support/lookup-entry:snapshot-name
snapshotRetentionLimitjava.lang.Numbercdk.support/lookup-entry:snapshot-retention-limit
snapshotWindowjava.lang.Stringcdk.support/lookup-entry:snapshot-window
snapshottingClusterIdjava.lang.Stringcdk.support/lookup-entry:snapshotting-cluster-id
tagsjava.util.Listcdk.support/lookup-entry:tags
transitEncryptionEnabledjava.lang.Booleancdk.support/lookup-entry:transit-encryption-enabled
transitEncryptionModejava.lang.Stringcdk.support/lookup-entry:transit-encryption-mode
userGroupIdsjava.util.Listcdk.support/lookup-entry:user-group-ids
The build-cfn-replication-group-builder function updates a CfnReplicationGroup$Builder instance using the provided configuration.
  The function takes the CfnReplicationGroup$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 |
|---|---|---|---|
| `atRestEncryptionEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:at-rest-encryption-enabled` |
| `authToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:auth-token` |
| `autoMinorVersionUpgrade` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:auto-minor-version-upgrade` |
| `automaticFailoverEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:automatic-failover-enabled` |
| `cacheNodeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-node-type` |
| `cacheParameterGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-parameter-group-name` |
| `cacheSecurityGroupNames` | java.util.List | [[cdk.support/lookup-entry]] | `:cache-security-group-names` |
| `cacheSubnetGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-subnet-group-name` |
| `clusterMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-mode` |
| `dataTieringEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:data-tiering-enabled` |
| `engine` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine` |
| `engineVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine-version` |
| `globalReplicationGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:global-replication-group-id` |
| `ipDiscovery` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-discovery` |
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `logDeliveryConfigurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:log-delivery-configurations` |
| `multiAzEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-az-enabled` |
| `networkType` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-type` |
| `nodeGroupConfiguration` | java.util.List | [[cdk.support/lookup-entry]] | `:node-group-configuration` |
| `notificationTopicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:notification-topic-arn` |
| `numCacheClusters` | java.lang.Number | [[cdk.support/lookup-entry]] | `:num-cache-clusters` |
| `numNodeGroups` | java.lang.Number | [[cdk.support/lookup-entry]] | `:num-node-groups` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `preferredCacheClusterAZs` | java.util.List | [[cdk.support/lookup-entry]] | `:preferred-cache-cluster-a-zs` |
| `preferredMaintenanceWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-maintenance-window` |
| `primaryClusterId` | java.lang.String | [[cdk.support/lookup-entry]] | `:primary-cluster-id` |
| `replicasPerNodeGroup` | java.lang.Number | [[cdk.support/lookup-entry]] | `:replicas-per-node-group` |
| `replicationGroupDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:replication-group-description` |
| `replicationGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:replication-group-id` |
| `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` |
| `snapshottingClusterId` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshotting-cluster-id` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `transitEncryptionEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:transit-encryption-enabled` |
| `transitEncryptionMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-encryption-mode` |
| `userGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:user-group-ids` |
sourceraw docstring

build-cfn-replication-group-cloud-watch-logs-destination-details-property-builderclj

(build-cfn-replication-group-cloud-watch-logs-destination-details-property-builder
  builder
  id
  config)

The build-cfn-replication-group-cloud-watch-logs-destination-details-property-builder function updates a CfnReplicationGroup$CloudWatchLogsDestinationDetailsProperty$Builder instance using the provided configuration. The function takes the CfnReplicationGroup$CloudWatchLogsDestinationDetailsProperty$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
logGroupjava.lang.Stringcdk.support/lookup-entry:log-group
The build-cfn-replication-group-cloud-watch-logs-destination-details-property-builder function updates a CfnReplicationGroup$CloudWatchLogsDestinationDetailsProperty$Builder instance using the provided configuration.
  The function takes the CfnReplicationGroup$CloudWatchLogsDestinationDetailsProperty$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 |
|---|---|---|---|
| `logGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group` |
sourceraw docstring

build-cfn-replication-group-destination-details-property-builderclj

(build-cfn-replication-group-destination-details-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-replication-group-destination-details-property-builder function updates a CfnReplicationGroup$DestinationDetailsProperty$Builder instance using the provided configuration. The function takes the CfnReplicationGroup$DestinationDetailsProperty$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
cloudWatchLogsDetailssoftware.amazon.awscdk.services.elasticache.CfnReplicationGroup$CloudWatchLogsDestinationDetailsPropertycdk.support/lookup-entry:cloud-watch-logs-details
kinesisFirehoseDetailssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:kinesis-firehose-details
The build-cfn-replication-group-destination-details-property-builder function updates a CfnReplicationGroup$DestinationDetailsProperty$Builder instance using the provided configuration.
  The function takes the CfnReplicationGroup$DestinationDetailsProperty$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 |
|---|---|---|---|
| `cloudWatchLogsDetails` | software.amazon.awscdk.services.elasticache.CfnReplicationGroup$CloudWatchLogsDestinationDetailsProperty | [[cdk.support/lookup-entry]] | `:cloud-watch-logs-details` |
| `kinesisFirehoseDetails` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:kinesis-firehose-details` |
sourceraw docstring

build-cfn-replication-group-kinesis-firehose-destination-details-property-builderclj

(build-cfn-replication-group-kinesis-firehose-destination-details-property-builder
  builder
  id
  config)

The build-cfn-replication-group-kinesis-firehose-destination-details-property-builder function updates a CfnReplicationGroup$KinesisFirehoseDestinationDetailsProperty$Builder instance using the provided configuration. The function takes the CfnReplicationGroup$KinesisFirehoseDestinationDetailsProperty$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
deliveryStreamjava.lang.Stringcdk.support/lookup-entry:delivery-stream
The build-cfn-replication-group-kinesis-firehose-destination-details-property-builder function updates a CfnReplicationGroup$KinesisFirehoseDestinationDetailsProperty$Builder instance using the provided configuration.
  The function takes the CfnReplicationGroup$KinesisFirehoseDestinationDetailsProperty$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 |
|---|---|---|---|
| `deliveryStream` | java.lang.String | [[cdk.support/lookup-entry]] | `:delivery-stream` |
sourceraw docstring

build-cfn-replication-group-log-delivery-configuration-request-property-builderclj

(build-cfn-replication-group-log-delivery-configuration-request-property-builder
  builder
  id
  config)

The build-cfn-replication-group-log-delivery-configuration-request-property-builder function updates a CfnReplicationGroup$LogDeliveryConfigurationRequestProperty$Builder instance using the provided configuration. The function takes the CfnReplicationGroup$LogDeliveryConfigurationRequestProperty$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
destinationDetailssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:destination-details
destinationTypejava.lang.Stringcdk.support/lookup-entry:destination-type
logFormatjava.lang.Stringcdk.support/lookup-entry:log-format
logTypejava.lang.Stringcdk.support/lookup-entry:log-type
The build-cfn-replication-group-log-delivery-configuration-request-property-builder function updates a CfnReplicationGroup$LogDeliveryConfigurationRequestProperty$Builder instance using the provided configuration.
  The function takes the CfnReplicationGroup$LogDeliveryConfigurationRequestProperty$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 |
|---|---|---|---|
| `destinationDetails` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:destination-details` |
| `destinationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-type` |
| `logFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-format` |
| `logType` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-type` |
sourceraw docstring

build-cfn-replication-group-node-group-configuration-property-builderclj

(build-cfn-replication-group-node-group-configuration-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-replication-group-node-group-configuration-property-builder function updates a CfnReplicationGroup$NodeGroupConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnReplicationGroup$NodeGroupConfigurationProperty$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
nodeGroupIdjava.lang.Stringcdk.support/lookup-entry:node-group-id
primaryAvailabilityZonejava.lang.Stringcdk.support/lookup-entry:primary-availability-zone
replicaAvailabilityZonesjava.util.Listcdk.support/lookup-entry:replica-availability-zones
replicaCountjava.lang.Numbercdk.support/lookup-entry:replica-count
slotsjava.lang.Stringcdk.support/lookup-entry:slots
The build-cfn-replication-group-node-group-configuration-property-builder function updates a CfnReplicationGroup$NodeGroupConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnReplicationGroup$NodeGroupConfigurationProperty$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 |
|---|---|---|---|
| `nodeGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:node-group-id` |
| `primaryAvailabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:primary-availability-zone` |
| `replicaAvailabilityZones` | java.util.List | [[cdk.support/lookup-entry]] | `:replica-availability-zones` |
| `replicaCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:replica-count` |
| `slots` | java.lang.String | [[cdk.support/lookup-entry]] | `:slots` |
sourceraw docstring

build-cfn-replication-group-props-builderclj

(build-cfn-replication-group-props-builder builder id config)

The build-cfn-replication-group-props-builder function updates a CfnReplicationGroupProps$Builder instance using the provided configuration. The function takes the CfnReplicationGroupProps$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
atRestEncryptionEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:at-rest-encryption-enabled
authTokenjava.lang.Stringcdk.support/lookup-entry:auth-token
autoMinorVersionUpgradejava.lang.Booleancdk.support/lookup-entry:auto-minor-version-upgrade
automaticFailoverEnabledjava.lang.Booleancdk.support/lookup-entry:automatic-failover-enabled
cacheNodeTypejava.lang.Stringcdk.support/lookup-entry:cache-node-type
cacheParameterGroupNamejava.lang.Stringcdk.support/lookup-entry:cache-parameter-group-name
cacheSecurityGroupNamesjava.util.Listcdk.support/lookup-entry:cache-security-group-names
cacheSubnetGroupNamejava.lang.Stringcdk.support/lookup-entry:cache-subnet-group-name
clusterModejava.lang.Stringcdk.support/lookup-entry:cluster-mode
dataTieringEnabledjava.lang.Booleancdk.support/lookup-entry:data-tiering-enabled
enginejava.lang.Stringcdk.support/lookup-entry:engine
engineVersionjava.lang.Stringcdk.support/lookup-entry:engine-version
globalReplicationGroupIdjava.lang.Stringcdk.support/lookup-entry:global-replication-group-id
ipDiscoveryjava.lang.Stringcdk.support/lookup-entry:ip-discovery
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
logDeliveryConfigurationsjava.util.Listcdk.support/lookup-entry:log-delivery-configurations
multiAzEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:multi-az-enabled
networkTypejava.lang.Stringcdk.support/lookup-entry:network-type
nodeGroupConfigurationjava.util.Listcdk.support/lookup-entry:node-group-configuration
notificationTopicArnjava.lang.Stringcdk.support/lookup-entry:notification-topic-arn
numCacheClustersjava.lang.Numbercdk.support/lookup-entry:num-cache-clusters
numNodeGroupsjava.lang.Numbercdk.support/lookup-entry:num-node-groups
portjava.lang.Numbercdk.support/lookup-entry:port
preferredCacheClusterAZsjava.util.Listcdk.support/lookup-entry:preferred-cache-cluster-a-zs
preferredMaintenanceWindowjava.lang.Stringcdk.support/lookup-entry:preferred-maintenance-window
primaryClusterIdjava.lang.Stringcdk.support/lookup-entry:primary-cluster-id
replicasPerNodeGroupjava.lang.Numbercdk.support/lookup-entry:replicas-per-node-group
replicationGroupDescriptionjava.lang.Stringcdk.support/lookup-entry:replication-group-description
replicationGroupIdjava.lang.Stringcdk.support/lookup-entry:replication-group-id
securityGroupIdsjava.util.Listcdk.support/lookup-entry:security-group-ids
snapshotArnsjava.util.Listcdk.support/lookup-entry:snapshot-arns
snapshotNamejava.lang.Stringcdk.support/lookup-entry:snapshot-name
snapshotRetentionLimitjava.lang.Numbercdk.support/lookup-entry:snapshot-retention-limit
snapshotWindowjava.lang.Stringcdk.support/lookup-entry:snapshot-window
snapshottingClusterIdjava.lang.Stringcdk.support/lookup-entry:snapshotting-cluster-id
tagsjava.util.Listcdk.support/lookup-entry:tags
transitEncryptionEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:transit-encryption-enabled
transitEncryptionModejava.lang.Stringcdk.support/lookup-entry:transit-encryption-mode
userGroupIdsjava.util.Listcdk.support/lookup-entry:user-group-ids
The build-cfn-replication-group-props-builder function updates a CfnReplicationGroupProps$Builder instance using the provided configuration.
  The function takes the CfnReplicationGroupProps$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 |
|---|---|---|---|
| `atRestEncryptionEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:at-rest-encryption-enabled` |
| `authToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:auth-token` |
| `autoMinorVersionUpgrade` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:auto-minor-version-upgrade` |
| `automaticFailoverEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:automatic-failover-enabled` |
| `cacheNodeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-node-type` |
| `cacheParameterGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-parameter-group-name` |
| `cacheSecurityGroupNames` | java.util.List | [[cdk.support/lookup-entry]] | `:cache-security-group-names` |
| `cacheSubnetGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-subnet-group-name` |
| `clusterMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-mode` |
| `dataTieringEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:data-tiering-enabled` |
| `engine` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine` |
| `engineVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine-version` |
| `globalReplicationGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:global-replication-group-id` |
| `ipDiscovery` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-discovery` |
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `logDeliveryConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:log-delivery-configurations` |
| `multiAzEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:multi-az-enabled` |
| `networkType` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-type` |
| `nodeGroupConfiguration` | java.util.List | [[cdk.support/lookup-entry]] | `:node-group-configuration` |
| `notificationTopicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:notification-topic-arn` |
| `numCacheClusters` | java.lang.Number | [[cdk.support/lookup-entry]] | `:num-cache-clusters` |
| `numNodeGroups` | java.lang.Number | [[cdk.support/lookup-entry]] | `:num-node-groups` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `preferredCacheClusterAZs` | java.util.List | [[cdk.support/lookup-entry]] | `:preferred-cache-cluster-a-zs` |
| `preferredMaintenanceWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-maintenance-window` |
| `primaryClusterId` | java.lang.String | [[cdk.support/lookup-entry]] | `:primary-cluster-id` |
| `replicasPerNodeGroup` | java.lang.Number | [[cdk.support/lookup-entry]] | `:replicas-per-node-group` |
| `replicationGroupDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:replication-group-description` |
| `replicationGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:replication-group-id` |
| `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` |
| `snapshottingClusterId` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshotting-cluster-id` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `transitEncryptionEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:transit-encryption-enabled` |
| `transitEncryptionMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-encryption-mode` |
| `userGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:user-group-ids` |
sourceraw docstring

build-cfn-security-group-builderclj

(build-cfn-security-group-builder builder id config)

The build-cfn-security-group-builder function updates a CfnSecurityGroup$Builder instance using the provided configuration. The function takes the CfnSecurityGroup$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
descriptionjava.lang.Stringcdk.support/lookup-entry:description
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-security-group-builder function updates a CfnSecurityGroup$Builder instance using the provided configuration.
  The function takes the CfnSecurityGroup$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` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-security-group-ingress-builderclj

(build-cfn-security-group-ingress-builder builder id config)

The build-cfn-security-group-ingress-builder function updates a CfnSecurityGroupIngress$Builder instance using the provided configuration. The function takes the CfnSecurityGroupIngress$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
cacheSecurityGroupNamejava.lang.Stringcdk.support/lookup-entry:cache-security-group-name
ec2SecurityGroupNamejava.lang.Stringcdk.support/lookup-entry:ec2-security-group-name
ec2SecurityGroupOwnerIdjava.lang.Stringcdk.support/lookup-entry:ec2-security-group-owner-id
The build-cfn-security-group-ingress-builder function updates a CfnSecurityGroupIngress$Builder instance using the provided configuration.
  The function takes the CfnSecurityGroupIngress$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 |
|---|---|---|---|
| `cacheSecurityGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-security-group-name` |
| `ec2SecurityGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:ec2-security-group-name` |
| `ec2SecurityGroupOwnerId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ec2-security-group-owner-id` |
sourceraw docstring

build-cfn-security-group-ingress-props-builderclj

(build-cfn-security-group-ingress-props-builder builder id config)

The build-cfn-security-group-ingress-props-builder function updates a CfnSecurityGroupIngressProps$Builder instance using the provided configuration. The function takes the CfnSecurityGroupIngressProps$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
cacheSecurityGroupNamejava.lang.Stringcdk.support/lookup-entry:cache-security-group-name
ec2SecurityGroupNamejava.lang.Stringcdk.support/lookup-entry:ec2-security-group-name
ec2SecurityGroupOwnerIdjava.lang.Stringcdk.support/lookup-entry:ec2-security-group-owner-id
The build-cfn-security-group-ingress-props-builder function updates a CfnSecurityGroupIngressProps$Builder instance using the provided configuration.
  The function takes the CfnSecurityGroupIngressProps$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 |
|---|---|---|---|
| `cacheSecurityGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-security-group-name` |
| `ec2SecurityGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:ec2-security-group-name` |
| `ec2SecurityGroupOwnerId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ec2-security-group-owner-id` |
sourceraw docstring

build-cfn-security-group-props-builderclj

(build-cfn-security-group-props-builder builder id config)

The build-cfn-security-group-props-builder function updates a CfnSecurityGroupProps$Builder instance using the provided configuration. The function takes the CfnSecurityGroupProps$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
descriptionjava.lang.Stringcdk.support/lookup-entry:description
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-security-group-props-builder function updates a CfnSecurityGroupProps$Builder instance using the provided configuration.
  The function takes the CfnSecurityGroupProps$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` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-serverless-cache-builderclj

(build-cfn-serverless-cache-builder builder id config)

The build-cfn-serverless-cache-builder function updates a CfnServerlessCache$Builder instance using the provided configuration. The function takes the CfnServerlessCache$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
cacheUsageLimitssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:cache-usage-limits
dailySnapshotTimejava.lang.Stringcdk.support/lookup-entry:daily-snapshot-time
descriptionjava.lang.Stringcdk.support/lookup-entry:description
endpointsoftware.amazon.awscdk.services.elasticache.CfnServerlessCache$EndpointPropertycdk.support/lookup-entry:endpoint
enginejava.lang.Stringcdk.support/lookup-entry:engine
finalSnapshotNamejava.lang.Stringcdk.support/lookup-entry:final-snapshot-name
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
majorEngineVersionjava.lang.Stringcdk.support/lookup-entry:major-engine-version
readerEndpointsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:reader-endpoint
securityGroupIdsjava.util.Listcdk.support/lookup-entry:security-group-ids
serverlessCacheNamejava.lang.Stringcdk.support/lookup-entry:serverless-cache-name
snapshotArnsToRestorejava.util.Listcdk.support/lookup-entry:snapshot-arns-to-restore
snapshotRetentionLimitjava.lang.Numbercdk.support/lookup-entry:snapshot-retention-limit
subnetIdsjava.util.Listcdk.support/lookup-entry:subnet-ids
tagsjava.util.Listcdk.support/lookup-entry:tags
userGroupIdjava.lang.Stringcdk.support/lookup-entry:user-group-id
The build-cfn-serverless-cache-builder function updates a CfnServerlessCache$Builder instance using the provided configuration.
  The function takes the CfnServerlessCache$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 |
|---|---|---|---|
| `cacheUsageLimits` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cache-usage-limits` |
| `dailySnapshotTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:daily-snapshot-time` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `endpoint` | software.amazon.awscdk.services.elasticache.CfnServerlessCache$EndpointProperty | [[cdk.support/lookup-entry]] | `:endpoint` |
| `engine` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine` |
| `finalSnapshotName` | java.lang.String | [[cdk.support/lookup-entry]] | `:final-snapshot-name` |
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `majorEngineVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:major-engine-version` |
| `readerEndpoint` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:reader-endpoint` |
| `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` |
| `serverlessCacheName` | java.lang.String | [[cdk.support/lookup-entry]] | `:serverless-cache-name` |
| `snapshotArnsToRestore` | java.util.List | [[cdk.support/lookup-entry]] | `:snapshot-arns-to-restore` |
| `snapshotRetentionLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:snapshot-retention-limit` |
| `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `userGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-group-id` |
sourceraw docstring

build-cfn-serverless-cache-cache-usage-limits-property-builderclj

(build-cfn-serverless-cache-cache-usage-limits-property-builder builder
                                                                id
                                                                config)

The build-cfn-serverless-cache-cache-usage-limits-property-builder function updates a CfnServerlessCache$CacheUsageLimitsProperty$Builder instance using the provided configuration. The function takes the CfnServerlessCache$CacheUsageLimitsProperty$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
dataStoragesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:data-storage
ecpuPerSecondsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ecpu-per-second
The build-cfn-serverless-cache-cache-usage-limits-property-builder function updates a CfnServerlessCache$CacheUsageLimitsProperty$Builder instance using the provided configuration.
  The function takes the CfnServerlessCache$CacheUsageLimitsProperty$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 |
|---|---|---|---|
| `dataStorage` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:data-storage` |
| `ecpuPerSecond` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ecpu-per-second` |
sourceraw docstring

build-cfn-serverless-cache-data-storage-property-builderclj

(build-cfn-serverless-cache-data-storage-property-builder builder id config)

The build-cfn-serverless-cache-data-storage-property-builder function updates a CfnServerlessCache$DataStorageProperty$Builder instance using the provided configuration. The function takes the CfnServerlessCache$DataStorageProperty$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
maximumjava.lang.Numbercdk.support/lookup-entry:maximum
minimumjava.lang.Numbercdk.support/lookup-entry:minimum
unitjava.lang.Stringcdk.support/lookup-entry:unit
The build-cfn-serverless-cache-data-storage-property-builder function updates a CfnServerlessCache$DataStorageProperty$Builder instance using the provided configuration.
  The function takes the CfnServerlessCache$DataStorageProperty$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 |
|---|---|---|---|
| `maximum` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum` |
| `minimum` | java.lang.Number | [[cdk.support/lookup-entry]] | `:minimum` |
| `unit` | java.lang.String | [[cdk.support/lookup-entry]] | `:unit` |
sourceraw docstring

build-cfn-serverless-cache-ecpu-per-second-property-builderclj

(build-cfn-serverless-cache-ecpu-per-second-property-builder builder id config)

The build-cfn-serverless-cache-ecpu-per-second-property-builder function updates a CfnServerlessCache$ECPUPerSecondProperty$Builder instance using the provided configuration. The function takes the CfnServerlessCache$ECPUPerSecondProperty$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
maximumjava.lang.Numbercdk.support/lookup-entry:maximum
minimumjava.lang.Numbercdk.support/lookup-entry:minimum
The build-cfn-serverless-cache-ecpu-per-second-property-builder function updates a CfnServerlessCache$ECPUPerSecondProperty$Builder instance using the provided configuration.
  The function takes the CfnServerlessCache$ECPUPerSecondProperty$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 |
|---|---|---|---|
| `maximum` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum` |
| `minimum` | java.lang.Number | [[cdk.support/lookup-entry]] | `:minimum` |
sourceraw docstring

build-cfn-serverless-cache-endpoint-property-builderclj

(build-cfn-serverless-cache-endpoint-property-builder builder id config)

The build-cfn-serverless-cache-endpoint-property-builder function updates a CfnServerlessCache$EndpointProperty$Builder instance using the provided configuration. The function takes the CfnServerlessCache$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:

FieldDataTypeLookup FunctionData Key
addressjava.lang.Stringcdk.support/lookup-entry:address
portjava.lang.Stringcdk.support/lookup-entry:port
The build-cfn-serverless-cache-endpoint-property-builder function updates a CfnServerlessCache$EndpointProperty$Builder instance using the provided configuration.
  The function takes the CfnServerlessCache$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.String | [[cdk.support/lookup-entry]] | `:port` |
sourceraw docstring

build-cfn-serverless-cache-props-builderclj

(build-cfn-serverless-cache-props-builder builder id config)

The build-cfn-serverless-cache-props-builder function updates a CfnServerlessCacheProps$Builder instance using the provided configuration. The function takes the CfnServerlessCacheProps$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
cacheUsageLimitssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:cache-usage-limits
dailySnapshotTimejava.lang.Stringcdk.support/lookup-entry:daily-snapshot-time
descriptionjava.lang.Stringcdk.support/lookup-entry:description
endpointsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:endpoint
enginejava.lang.Stringcdk.support/lookup-entry:engine
finalSnapshotNamejava.lang.Stringcdk.support/lookup-entry:final-snapshot-name
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
majorEngineVersionjava.lang.Stringcdk.support/lookup-entry:major-engine-version
readerEndpointsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:reader-endpoint
securityGroupIdsjava.util.Listcdk.support/lookup-entry:security-group-ids
serverlessCacheNamejava.lang.Stringcdk.support/lookup-entry:serverless-cache-name
snapshotArnsToRestorejava.util.Listcdk.support/lookup-entry:snapshot-arns-to-restore
snapshotRetentionLimitjava.lang.Numbercdk.support/lookup-entry:snapshot-retention-limit
subnetIdsjava.util.Listcdk.support/lookup-entry:subnet-ids
tagsjava.util.Listcdk.support/lookup-entry:tags
userGroupIdjava.lang.Stringcdk.support/lookup-entry:user-group-id
The build-cfn-serverless-cache-props-builder function updates a CfnServerlessCacheProps$Builder instance using the provided configuration.
  The function takes the CfnServerlessCacheProps$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 |
|---|---|---|---|
| `cacheUsageLimits` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cache-usage-limits` |
| `dailySnapshotTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:daily-snapshot-time` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `endpoint` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:endpoint` |
| `engine` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine` |
| `finalSnapshotName` | java.lang.String | [[cdk.support/lookup-entry]] | `:final-snapshot-name` |
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `majorEngineVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:major-engine-version` |
| `readerEndpoint` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:reader-endpoint` |
| `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` |
| `serverlessCacheName` | java.lang.String | [[cdk.support/lookup-entry]] | `:serverless-cache-name` |
| `snapshotArnsToRestore` | java.util.List | [[cdk.support/lookup-entry]] | `:snapshot-arns-to-restore` |
| `snapshotRetentionLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:snapshot-retention-limit` |
| `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `userGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-group-id` |
sourceraw docstring

build-cfn-subnet-group-builderclj

(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:

FieldDataTypeLookup FunctionData Key
cacheSubnetGroupNamejava.lang.Stringcdk.support/lookup-entry:cache-subnet-group-name
descriptionjava.lang.Stringcdk.support/lookup-entry:description
subnetIdsjava.util.Listcdk.support/lookup-entry:subnet-ids
tagsjava.util.Listcdk.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 |
|---|---|---|---|
| `cacheSubnetGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-subnet-group-name` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-subnet-group-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
cacheSubnetGroupNamejava.lang.Stringcdk.support/lookup-entry:cache-subnet-group-name
descriptionjava.lang.Stringcdk.support/lookup-entry:description
subnetIdsjava.util.Listcdk.support/lookup-entry:subnet-ids
tagsjava.util.Listcdk.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 |
|---|---|---|---|
| `cacheSubnetGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-subnet-group-name` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-user-authentication-mode-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
passwordsjava.util.Listcdk.support/lookup-entry:passwords
typejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-user-builderclj

(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:

FieldDataTypeLookup FunctionData Key
accessStringjava.lang.Stringcdk.support/lookup-entry:access-string
authenticationModejava.lang.Objectcdk.support/lookup-entry:authentication-mode
enginejava.lang.Stringcdk.support/lookup-entry:engine
noPasswordRequiredsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:no-password-required
passwordsjava.util.Listcdk.support/lookup-entry:passwords
tagsjava.util.Listcdk.support/lookup-entry:tags
userIdjava.lang.Stringcdk.support/lookup-entry:user-id
userNamejava.lang.Stringcdk.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` |
| `engine` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine` |
| `noPasswordRequired` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:no-password-required` |
| `passwords` | java.util.List | [[cdk.support/lookup-entry]] | `:passwords` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `userId` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-id` |
| `userName` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-name` |
sourceraw docstring

build-cfn-user-group-builderclj

(build-cfn-user-group-builder builder id config)

The build-cfn-user-group-builder function updates a CfnUserGroup$Builder instance using the provided configuration. The function takes the CfnUserGroup$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
enginejava.lang.Stringcdk.support/lookup-entry:engine
tagsjava.util.Listcdk.support/lookup-entry:tags
userGroupIdjava.lang.Stringcdk.support/lookup-entry:user-group-id
userIdsjava.util.Listcdk.support/lookup-entry:user-ids
The build-cfn-user-group-builder function updates a CfnUserGroup$Builder instance using the provided configuration.
  The function takes the CfnUserGroup$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 |
|---|---|---|---|
| `engine` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `userGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-group-id` |
| `userIds` | java.util.List | [[cdk.support/lookup-entry]] | `:user-ids` |
sourceraw docstring

build-cfn-user-group-props-builderclj

(build-cfn-user-group-props-builder builder id config)

The build-cfn-user-group-props-builder function updates a CfnUserGroupProps$Builder instance using the provided configuration. The function takes the CfnUserGroupProps$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
enginejava.lang.Stringcdk.support/lookup-entry:engine
tagsjava.util.Listcdk.support/lookup-entry:tags
userGroupIdjava.lang.Stringcdk.support/lookup-entry:user-group-id
userIdsjava.util.Listcdk.support/lookup-entry:user-ids
The build-cfn-user-group-props-builder function updates a CfnUserGroupProps$Builder instance using the provided configuration.
  The function takes the CfnUserGroupProps$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 |
|---|---|---|---|
| `engine` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `userGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-group-id` |
| `userIds` | java.util.List | [[cdk.support/lookup-entry]] | `:user-ids` |
sourceraw docstring

build-cfn-user-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
accessStringjava.lang.Stringcdk.support/lookup-entry:access-string
authenticationModejava.lang.Objectcdk.support/lookup-entry:authentication-mode
enginejava.lang.Stringcdk.support/lookup-entry:engine
noPasswordRequiredjava.lang.Booleancdk.support/lookup-entry:no-password-required
passwordsjava.util.Listcdk.support/lookup-entry:passwords
tagsjava.util.Listcdk.support/lookup-entry:tags
userIdjava.lang.Stringcdk.support/lookup-entry:user-id
userNamejava.lang.Stringcdk.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` |
| `engine` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine` |
| `noPasswordRequired` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:no-password-required` |
| `passwords` | java.util.List | [[cdk.support/lookup-entry]] | `:passwords` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `userId` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-id` |
| `userName` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-name` |
sourceraw docstring

cfn-cache-cluster-builderclj

(cfn-cache-cluster-builder scope id config)

Creates a CfnCacheCluster$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  `CfnCacheCluster$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-cache-cluster-cloud-watch-logs-destination-details-property-builderclj

(cfn-cache-cluster-cloud-watch-logs-destination-details-property-builder id
                                                                         config)

Creates a CfnCacheCluster$CloudWatchLogsDestinationDetailsProperty$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  `CfnCacheCluster$CloudWatchLogsDestinationDetailsProperty$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-cache-cluster-destination-details-property-builderclj

(cfn-cache-cluster-destination-details-property-builder id config)

Creates a CfnCacheCluster$DestinationDetailsProperty$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  `CfnCacheCluster$DestinationDetailsProperty$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-cache-cluster-kinesis-firehose-destination-details-property-builderclj

(cfn-cache-cluster-kinesis-firehose-destination-details-property-builder id
                                                                         config)

Creates a CfnCacheCluster$KinesisFirehoseDestinationDetailsProperty$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  `CfnCacheCluster$KinesisFirehoseDestinationDetailsProperty$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-cache-cluster-log-delivery-configuration-request-property-builderclj

(cfn-cache-cluster-log-delivery-configuration-request-property-builder id
                                                                       config)

Creates a CfnCacheCluster$LogDeliveryConfigurationRequestProperty$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  `CfnCacheCluster$LogDeliveryConfigurationRequestProperty$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-cache-cluster-props-builderclj

(cfn-cache-cluster-props-builder id config)

Creates a CfnCacheClusterProps$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  `CfnCacheClusterProps$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-global-replication-group-builderclj

(cfn-global-replication-group-builder scope id config)

Creates a CfnGlobalReplicationGroup$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  `CfnGlobalReplicationGroup$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-global-replication-group-global-replication-group-member-property-builderclj

(cfn-global-replication-group-global-replication-group-member-property-builder
  id
  config)

Creates a CfnGlobalReplicationGroup$GlobalReplicationGroupMemberProperty$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  `CfnGlobalReplicationGroup$GlobalReplicationGroupMemberProperty$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-global-replication-group-props-builderclj

(cfn-global-replication-group-props-builder id config)

Creates a CfnGlobalReplicationGroupProps$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  `CfnGlobalReplicationGroupProps$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-global-replication-group-regional-configuration-property-builderclj

(cfn-global-replication-group-regional-configuration-property-builder id config)

Creates a CfnGlobalReplicationGroup$RegionalConfigurationProperty$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  `CfnGlobalReplicationGroup$RegionalConfigurationProperty$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-global-replication-group-resharding-configuration-property-builderclj

(cfn-global-replication-group-resharding-configuration-property-builder id
                                                                        config)

Creates a CfnGlobalReplicationGroup$ReshardingConfigurationProperty$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  `CfnGlobalReplicationGroup$ReshardingConfigurationProperty$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-parameter-group-builderclj

(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 |
sourceraw docstring

cfn-parameter-group-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-replication-group-builderclj

(cfn-replication-group-builder scope id config)

Creates a CfnReplicationGroup$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  `CfnReplicationGroup$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-replication-group-cloud-watch-logs-destination-details-property-builderclj

(cfn-replication-group-cloud-watch-logs-destination-details-property-builder
  id
  config)

Creates a CfnReplicationGroup$CloudWatchLogsDestinationDetailsProperty$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  `CfnReplicationGroup$CloudWatchLogsDestinationDetailsProperty$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-replication-group-destination-details-property-builderclj

(cfn-replication-group-destination-details-property-builder id config)

Creates a CfnReplicationGroup$DestinationDetailsProperty$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  `CfnReplicationGroup$DestinationDetailsProperty$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-replication-group-kinesis-firehose-destination-details-property-builderclj

(cfn-replication-group-kinesis-firehose-destination-details-property-builder
  id
  config)

Creates a CfnReplicationGroup$KinesisFirehoseDestinationDetailsProperty$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  `CfnReplicationGroup$KinesisFirehoseDestinationDetailsProperty$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-replication-group-log-delivery-configuration-request-property-builderclj

(cfn-replication-group-log-delivery-configuration-request-property-builder
  id
  config)

Creates a CfnReplicationGroup$LogDeliveryConfigurationRequestProperty$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  `CfnReplicationGroup$LogDeliveryConfigurationRequestProperty$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-replication-group-node-group-configuration-property-builderclj

(cfn-replication-group-node-group-configuration-property-builder id config)

Creates a CfnReplicationGroup$NodeGroupConfigurationProperty$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  `CfnReplicationGroup$NodeGroupConfigurationProperty$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-replication-group-props-builderclj

(cfn-replication-group-props-builder id config)

Creates a CfnReplicationGroupProps$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  `CfnReplicationGroupProps$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-security-group-builderclj

(cfn-security-group-builder scope id config)

Creates a CfnSecurityGroup$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  `CfnSecurityGroup$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-security-group-ingress-builderclj

(cfn-security-group-ingress-builder scope id config)

Creates a CfnSecurityGroupIngress$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  `CfnSecurityGroupIngress$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-security-group-ingress-props-builderclj

(cfn-security-group-ingress-props-builder id config)

Creates a CfnSecurityGroupIngressProps$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  `CfnSecurityGroupIngressProps$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-security-group-props-builderclj

(cfn-security-group-props-builder id config)

Creates a CfnSecurityGroupProps$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  `CfnSecurityGroupProps$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-serverless-cache-builderclj

(cfn-serverless-cache-builder scope id config)

Creates a CfnServerlessCache$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  `CfnServerlessCache$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-serverless-cache-cache-usage-limits-property-builderclj

(cfn-serverless-cache-cache-usage-limits-property-builder id config)

Creates a CfnServerlessCache$CacheUsageLimitsProperty$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  `CfnServerlessCache$CacheUsageLimitsProperty$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-serverless-cache-data-storage-property-builderclj

(cfn-serverless-cache-data-storage-property-builder id config)

Creates a CfnServerlessCache$DataStorageProperty$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  `CfnServerlessCache$DataStorageProperty$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-serverless-cache-ecpu-per-second-property-builderclj

(cfn-serverless-cache-ecpu-per-second-property-builder id config)

Creates a CfnServerlessCache$ECPUPerSecondProperty$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  `CfnServerlessCache$ECPUPerSecondProperty$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-serverless-cache-endpoint-property-builderclj

(cfn-serverless-cache-endpoint-property-builder id config)

Creates a CfnServerlessCache$EndpointProperty$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  `CfnServerlessCache$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 |
sourceraw docstring

cfn-serverless-cache-props-builderclj

(cfn-serverless-cache-props-builder id config)

Creates a CfnServerlessCacheProps$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  `CfnServerlessCacheProps$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-subnet-group-builderclj

(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 |
sourceraw docstring

cfn-subnet-group-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-user-authentication-mode-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-user-builderclj

(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 |
sourceraw docstring

cfn-user-group-builderclj

(cfn-user-group-builder scope id config)

Creates a CfnUserGroup$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  `CfnUserGroup$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-user-group-props-builderclj

(cfn-user-group-props-builder id config)

Creates a CfnUserGroupProps$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  `CfnUserGroupProps$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-user-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

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

× close