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.
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
logGroup | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deliveryStream | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(build-cfn-parameter-group-builder builder id config)
The build-cfn-parameter-group-builder function updates a CfnParameterGroup$Builder instance using the provided configuration. The function takes the CfnParameterGroup$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
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 |
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` |
(build-cfn-parameter-group-props-builder builder id config)
The build-cfn-parameter-group-props-builder function updates a CfnParameterGroupProps$Builder instance using the provided configuration. The function takes the CfnParameterGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
logGroup | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deliveryStream | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
tags | java.util.List | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
tags | java.util.List | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
maximum | java.lang.Number | cdk.support/lookup-entry | :maximum |
minimum | java.lang.Number | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
address | java.lang.String | cdk.support/lookup-entry | :address |
port | java.lang.String | cdk.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` |
(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:
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 |
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` |
(build-cfn-subnet-group-builder builder id config)
The build-cfn-subnet-group-builder function updates a CfnSubnetGroup$Builder instance using the provided configuration. The function takes the CfnSubnetGroup$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
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 |
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` |
(build-cfn-subnet-group-props-builder builder id config)
The build-cfn-subnet-group-props-builder function updates a CfnSubnetGroupProps$Builder instance using the provided configuration. The function takes the CfnSubnetGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
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 |
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` |
(build-cfn-user-authentication-mode-property-builder builder id config)
The build-cfn-user-authentication-mode-property-builder function updates a CfnUser$AuthenticationModeProperty$Builder instance using the provided configuration. The function takes the CfnUser$AuthenticationModeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
passwords | java.util.List | cdk.support/lookup-entry | :passwords |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-user-authentication-mode-property-builder function updates a CfnUser$AuthenticationModeProperty$Builder instance using the provided configuration. The function takes the CfnUser$AuthenticationModeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `passwords` | java.util.List | [[cdk.support/lookup-entry]] | `:passwords` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-user-builder builder id config)
The build-cfn-user-builder function updates a CfnUser$Builder instance using the provided configuration. The function takes the CfnUser$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
accessString | java.lang.String | cdk.support/lookup-entry | :access-string |
authenticationMode | java.lang.Object | cdk.support/lookup-entry | :authentication-mode |
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(build-cfn-user-props-builder builder id config)
The build-cfn-user-props-builder function updates a CfnUserProps$Builder instance using the provided configuration. The function takes the CfnUserProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
accessString | java.lang.String | cdk.support/lookup-entry | :access-string |
authenticationMode | java.lang.Object | cdk.support/lookup-entry | :authentication-mode |
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 |
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` |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(cfn-parameter-group-builder scope id config)
Creates a CfnParameterGroup$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnParameterGroup$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-parameter-group-props-builder id config)
Creates a CfnParameterGroupProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnParameterGroupProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(cfn-subnet-group-builder scope id config)
Creates a CfnSubnetGroup$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnSubnetGroup$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-subnet-group-props-builder id config)
Creates a CfnSubnetGroupProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnSubnetGroupProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-user-authentication-mode-property-builder id config)
Creates a CfnUser$AuthenticationModeProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnUser$AuthenticationModeProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-user-builder scope id config)
Creates a CfnUser$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnUser$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-user-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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(cfn-user-props-builder id config)
Creates a CfnUserProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnUserProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close