Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.cassandra package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.cassandra package.
(build-cfn-keyspace-builder builder id config)
The build-cfn-keyspace-builder function updates a CfnKeyspace$Builder instance using the provided configuration. The function takes the CfnKeyspace$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 |
---|---|---|---|
keyspaceName | java.lang.String | cdk.support/lookup-entry | :keyspace-name |
replicationSpecification | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :replication-specification |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-keyspace-builder function updates a CfnKeyspace$Builder instance using the provided configuration. The function takes the CfnKeyspace$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 | |---|---|---|---| | `keyspaceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:keyspace-name` | | `replicationSpecification` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:replication-specification` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-keyspace-props-builder builder id config)
The build-cfn-keyspace-props-builder function updates a CfnKeyspaceProps$Builder instance using the provided configuration. The function takes the CfnKeyspaceProps$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 |
---|---|---|---|
keyspaceName | java.lang.String | cdk.support/lookup-entry | :keyspace-name |
replicationSpecification | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :replication-specification |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-keyspace-props-builder function updates a CfnKeyspaceProps$Builder instance using the provided configuration. The function takes the CfnKeyspaceProps$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 | |---|---|---|---| | `keyspaceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:keyspace-name` | | `replicationSpecification` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:replication-specification` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-keyspace-replication-specification-property-builder builder
id
config)
The build-cfn-keyspace-replication-specification-property-builder function updates a CfnKeyspace$ReplicationSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnKeyspace$ReplicationSpecificationProperty$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 |
---|---|---|---|
regionList | java.util.List | cdk.support/lookup-entry | :region-list |
replicationStrategy | java.lang.String | cdk.support/lookup-entry | :replication-strategy |
The build-cfn-keyspace-replication-specification-property-builder function updates a CfnKeyspace$ReplicationSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnKeyspace$ReplicationSpecificationProperty$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 | |---|---|---|---| | `regionList` | java.util.List | [[cdk.support/lookup-entry]] | `:region-list` | | `replicationStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:replication-strategy` |
(build-cfn-table-auto-scaling-setting-property-builder builder id config)
The build-cfn-table-auto-scaling-setting-property-builder function updates a CfnTable$AutoScalingSettingProperty$Builder instance using the provided configuration. The function takes the CfnTable$AutoScalingSettingProperty$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 |
---|---|---|---|
autoScalingDisabled | java.lang.Boolean | cdk.support/lookup-entry | :auto-scaling-disabled |
maximumUnits | java.lang.Number | cdk.support/lookup-entry | :maximum-units |
minimumUnits | java.lang.Number | cdk.support/lookup-entry | :minimum-units |
scalingPolicy | software.amazon.awscdk.services.cassandra.CfnTable$ScalingPolicyProperty | cdk.support/lookup-entry | :scaling-policy |
The build-cfn-table-auto-scaling-setting-property-builder function updates a CfnTable$AutoScalingSettingProperty$Builder instance using the provided configuration. The function takes the CfnTable$AutoScalingSettingProperty$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 | |---|---|---|---| | `autoScalingDisabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:auto-scaling-disabled` | | `maximumUnits` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-units` | | `minimumUnits` | java.lang.Number | [[cdk.support/lookup-entry]] | `:minimum-units` | | `scalingPolicy` | software.amazon.awscdk.services.cassandra.CfnTable$ScalingPolicyProperty | [[cdk.support/lookup-entry]] | `:scaling-policy` |
(build-cfn-table-auto-scaling-specification-property-builder builder id config)
The build-cfn-table-auto-scaling-specification-property-builder function updates a CfnTable$AutoScalingSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnTable$AutoScalingSpecificationProperty$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 |
---|---|---|---|
readCapacityAutoScaling | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :read-capacity-auto-scaling |
writeCapacityAutoScaling | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :write-capacity-auto-scaling |
The build-cfn-table-auto-scaling-specification-property-builder function updates a CfnTable$AutoScalingSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnTable$AutoScalingSpecificationProperty$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 | |---|---|---|---| | `readCapacityAutoScaling` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:read-capacity-auto-scaling` | | `writeCapacityAutoScaling` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:write-capacity-auto-scaling` |
(build-cfn-table-billing-mode-property-builder builder id config)
The build-cfn-table-billing-mode-property-builder function updates a CfnTable$BillingModeProperty$Builder instance using the provided configuration. The function takes the CfnTable$BillingModeProperty$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 |
---|---|---|---|
mode | java.lang.String | cdk.support/lookup-entry | :mode |
provisionedThroughput | software.amazon.awscdk.services.cassandra.CfnTable$ProvisionedThroughputProperty | cdk.support/lookup-entry | :provisioned-throughput |
The build-cfn-table-billing-mode-property-builder function updates a CfnTable$BillingModeProperty$Builder instance using the provided configuration. The function takes the CfnTable$BillingModeProperty$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 | |---|---|---|---| | `mode` | java.lang.String | [[cdk.support/lookup-entry]] | `:mode` | | `provisionedThroughput` | software.amazon.awscdk.services.cassandra.CfnTable$ProvisionedThroughputProperty | [[cdk.support/lookup-entry]] | `:provisioned-throughput` |
(build-cfn-table-builder builder id config)
The build-cfn-table-builder function updates a CfnTable$Builder instance using the provided configuration. The function takes the CfnTable$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 |
---|---|---|---|
autoScalingSpecifications | software.amazon.awscdk.services.cassandra.CfnTable$AutoScalingSpecificationProperty | cdk.support/lookup-entry | :auto-scaling-specifications |
billingMode | software.amazon.awscdk.services.cassandra.CfnTable$BillingModeProperty | cdk.support/lookup-entry | :billing-mode |
clientSideTimestampsEnabled | java.lang.Boolean | cdk.support/lookup-entry | :client-side-timestamps-enabled |
clusteringKeyColumns | java.util.List | cdk.support/lookup-entry | :clustering-key-columns |
defaultTimeToLive | java.lang.Number | cdk.support/lookup-entry | :default-time-to-live |
encryptionSpecification | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :encryption-specification |
keyspaceName | java.lang.String | cdk.support/lookup-entry | :keyspace-name |
partitionKeyColumns | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :partition-key-columns |
pointInTimeRecoveryEnabled | java.lang.Boolean | cdk.support/lookup-entry | :point-in-time-recovery-enabled |
regularColumns | java.util.List | cdk.support/lookup-entry | :regular-columns |
replicaSpecifications | java.util.List | cdk.support/lookup-entry | :replica-specifications |
tableName | java.lang.String | cdk.support/lookup-entry | :table-name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-table-builder function updates a CfnTable$Builder instance using the provided configuration. The function takes the CfnTable$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 | |---|---|---|---| | `autoScalingSpecifications` | software.amazon.awscdk.services.cassandra.CfnTable$AutoScalingSpecificationProperty | [[cdk.support/lookup-entry]] | `:auto-scaling-specifications` | | `billingMode` | software.amazon.awscdk.services.cassandra.CfnTable$BillingModeProperty | [[cdk.support/lookup-entry]] | `:billing-mode` | | `clientSideTimestampsEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:client-side-timestamps-enabled` | | `clusteringKeyColumns` | java.util.List | [[cdk.support/lookup-entry]] | `:clustering-key-columns` | | `defaultTimeToLive` | java.lang.Number | [[cdk.support/lookup-entry]] | `:default-time-to-live` | | `encryptionSpecification` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:encryption-specification` | | `keyspaceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:keyspace-name` | | `partitionKeyColumns` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:partition-key-columns` | | `pointInTimeRecoveryEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:point-in-time-recovery-enabled` | | `regularColumns` | java.util.List | [[cdk.support/lookup-entry]] | `:regular-columns` | | `replicaSpecifications` | java.util.List | [[cdk.support/lookup-entry]] | `:replica-specifications` | | `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-table-clustering-key-column-property-builder builder id config)
The build-cfn-table-clustering-key-column-property-builder function updates a CfnTable$ClusteringKeyColumnProperty$Builder instance using the provided configuration. The function takes the CfnTable$ClusteringKeyColumnProperty$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 |
---|---|---|---|
column | software.amazon.awscdk.services.cassandra.CfnTable$ColumnProperty | cdk.support/lookup-entry | :column |
orderBy | java.lang.String | cdk.support/lookup-entry | :order-by |
The build-cfn-table-clustering-key-column-property-builder function updates a CfnTable$ClusteringKeyColumnProperty$Builder instance using the provided configuration. The function takes the CfnTable$ClusteringKeyColumnProperty$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 | |---|---|---|---| | `column` | software.amazon.awscdk.services.cassandra.CfnTable$ColumnProperty | [[cdk.support/lookup-entry]] | `:column` | | `orderBy` | java.lang.String | [[cdk.support/lookup-entry]] | `:order-by` |
(build-cfn-table-column-property-builder builder id config)
The build-cfn-table-column-property-builder function updates a CfnTable$ColumnProperty$Builder instance using the provided configuration. The function takes the CfnTable$ColumnProperty$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 |
---|---|---|---|
columnName | java.lang.String | cdk.support/lookup-entry | :column-name |
columnType | java.lang.String | cdk.support/lookup-entry | :column-type |
The build-cfn-table-column-property-builder function updates a CfnTable$ColumnProperty$Builder instance using the provided configuration. The function takes the CfnTable$ColumnProperty$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 | |---|---|---|---| | `columnName` | java.lang.String | [[cdk.support/lookup-entry]] | `:column-name` | | `columnType` | java.lang.String | [[cdk.support/lookup-entry]] | `:column-type` |
(build-cfn-table-encryption-specification-property-builder builder id config)
The build-cfn-table-encryption-specification-property-builder function updates a CfnTable$EncryptionSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnTable$EncryptionSpecificationProperty$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 |
---|---|---|---|
encryptionType | java.lang.String | cdk.support/lookup-entry | :encryption-type |
kmsKeyIdentifier | java.lang.String | cdk.support/lookup-entry | :kms-key-identifier |
The build-cfn-table-encryption-specification-property-builder function updates a CfnTable$EncryptionSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnTable$EncryptionSpecificationProperty$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 | |---|---|---|---| | `encryptionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:encryption-type` | | `kmsKeyIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-identifier` |
(build-cfn-table-props-builder builder id config)
The build-cfn-table-props-builder function updates a CfnTableProps$Builder instance using the provided configuration. The function takes the CfnTableProps$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 |
---|---|---|---|
autoScalingSpecifications | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :auto-scaling-specifications |
billingMode | software.amazon.awscdk.services.cassandra.CfnTable$BillingModeProperty | cdk.support/lookup-entry | :billing-mode |
clientSideTimestampsEnabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :client-side-timestamps-enabled |
clusteringKeyColumns | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :clustering-key-columns |
defaultTimeToLive | java.lang.Number | cdk.support/lookup-entry | :default-time-to-live |
encryptionSpecification | software.amazon.awscdk.services.cassandra.CfnTable$EncryptionSpecificationProperty | cdk.support/lookup-entry | :encryption-specification |
keyspaceName | java.lang.String | cdk.support/lookup-entry | :keyspace-name |
partitionKeyColumns | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :partition-key-columns |
pointInTimeRecoveryEnabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :point-in-time-recovery-enabled |
regularColumns | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :regular-columns |
replicaSpecifications | java.util.List | cdk.support/lookup-entry | :replica-specifications |
tableName | java.lang.String | cdk.support/lookup-entry | :table-name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-table-props-builder function updates a CfnTableProps$Builder instance using the provided configuration. The function takes the CfnTableProps$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 | |---|---|---|---| | `autoScalingSpecifications` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-scaling-specifications` | | `billingMode` | software.amazon.awscdk.services.cassandra.CfnTable$BillingModeProperty | [[cdk.support/lookup-entry]] | `:billing-mode` | | `clientSideTimestampsEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:client-side-timestamps-enabled` | | `clusteringKeyColumns` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:clustering-key-columns` | | `defaultTimeToLive` | java.lang.Number | [[cdk.support/lookup-entry]] | `:default-time-to-live` | | `encryptionSpecification` | software.amazon.awscdk.services.cassandra.CfnTable$EncryptionSpecificationProperty | [[cdk.support/lookup-entry]] | `:encryption-specification` | | `keyspaceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:keyspace-name` | | `partitionKeyColumns` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:partition-key-columns` | | `pointInTimeRecoveryEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:point-in-time-recovery-enabled` | | `regularColumns` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:regular-columns` | | `replicaSpecifications` | java.util.List | [[cdk.support/lookup-entry]] | `:replica-specifications` | | `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-table-provisioned-throughput-property-builder builder id config)
The build-cfn-table-provisioned-throughput-property-builder function updates a CfnTable$ProvisionedThroughputProperty$Builder instance using the provided configuration. The function takes the CfnTable$ProvisionedThroughputProperty$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 |
---|---|---|---|
readCapacityUnits | java.lang.Number | cdk.support/lookup-entry | :read-capacity-units |
writeCapacityUnits | java.lang.Number | cdk.support/lookup-entry | :write-capacity-units |
The build-cfn-table-provisioned-throughput-property-builder function updates a CfnTable$ProvisionedThroughputProperty$Builder instance using the provided configuration. The function takes the CfnTable$ProvisionedThroughputProperty$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 | |---|---|---|---| | `readCapacityUnits` | java.lang.Number | [[cdk.support/lookup-entry]] | `:read-capacity-units` | | `writeCapacityUnits` | java.lang.Number | [[cdk.support/lookup-entry]] | `:write-capacity-units` |
(build-cfn-table-replica-specification-property-builder builder id config)
The build-cfn-table-replica-specification-property-builder function updates a CfnTable$ReplicaSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnTable$ReplicaSpecificationProperty$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 |
---|---|---|---|
readCapacityAutoScaling | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :read-capacity-auto-scaling |
readCapacityUnits | java.lang.Number | cdk.support/lookup-entry | :read-capacity-units |
region | java.lang.String | cdk.support/lookup-entry | :region |
The build-cfn-table-replica-specification-property-builder function updates a CfnTable$ReplicaSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnTable$ReplicaSpecificationProperty$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 | |---|---|---|---| | `readCapacityAutoScaling` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:read-capacity-auto-scaling` | | `readCapacityUnits` | java.lang.Number | [[cdk.support/lookup-entry]] | `:read-capacity-units` | | `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
(build-cfn-table-scaling-policy-property-builder builder id config)
The build-cfn-table-scaling-policy-property-builder function updates a CfnTable$ScalingPolicyProperty$Builder instance using the provided configuration. The function takes the CfnTable$ScalingPolicyProperty$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 |
---|---|---|---|
targetTrackingScalingPolicyConfiguration | software.amazon.awscdk.services.cassandra.CfnTable$TargetTrackingScalingPolicyConfigurationProperty | cdk.support/lookup-entry | :target-tracking-scaling-policy-configuration |
The build-cfn-table-scaling-policy-property-builder function updates a CfnTable$ScalingPolicyProperty$Builder instance using the provided configuration. The function takes the CfnTable$ScalingPolicyProperty$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 | |---|---|---|---| | `targetTrackingScalingPolicyConfiguration` | software.amazon.awscdk.services.cassandra.CfnTable$TargetTrackingScalingPolicyConfigurationProperty | [[cdk.support/lookup-entry]] | `:target-tracking-scaling-policy-configuration` |
(build-cfn-table-target-tracking-scaling-policy-configuration-property-builder
builder
id
config)
The build-cfn-table-target-tracking-scaling-policy-configuration-property-builder function updates a CfnTable$TargetTrackingScalingPolicyConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnTable$TargetTrackingScalingPolicyConfigurationProperty$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 |
---|---|---|---|
disableScaleIn | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :disable-scale-in |
scaleInCooldown | java.lang.Number | cdk.support/lookup-entry | :scale-in-cooldown |
scaleOutCooldown | java.lang.Number | cdk.support/lookup-entry | :scale-out-cooldown |
targetValue | java.lang.Number | cdk.support/lookup-entry | :target-value |
The build-cfn-table-target-tracking-scaling-policy-configuration-property-builder function updates a CfnTable$TargetTrackingScalingPolicyConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnTable$TargetTrackingScalingPolicyConfigurationProperty$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 | |---|---|---|---| | `disableScaleIn` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:disable-scale-in` | | `scaleInCooldown` | java.lang.Number | [[cdk.support/lookup-entry]] | `:scale-in-cooldown` | | `scaleOutCooldown` | java.lang.Number | [[cdk.support/lookup-entry]] | `:scale-out-cooldown` | | `targetValue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:target-value` |
(cfn-keyspace-builder scope id config)
Creates a CfnKeyspace$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 `CfnKeyspace$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-keyspace-props-builder id config)
Creates a CfnKeyspaceProps$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 `CfnKeyspaceProps$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-keyspace-replication-specification-property-builder id config)
Creates a CfnKeyspace$ReplicationSpecificationProperty$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 `CfnKeyspace$ReplicationSpecificationProperty$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-table-auto-scaling-setting-property-builder id config)
Creates a CfnTable$AutoScalingSettingProperty$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 `CfnTable$AutoScalingSettingProperty$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-table-auto-scaling-specification-property-builder id config)
Creates a CfnTable$AutoScalingSpecificationProperty$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 `CfnTable$AutoScalingSpecificationProperty$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-table-billing-mode-property-builder id config)
Creates a CfnTable$BillingModeProperty$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 `CfnTable$BillingModeProperty$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-table-builder scope id config)
Creates a CfnTable$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 `CfnTable$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-table-clustering-key-column-property-builder id config)
Creates a CfnTable$ClusteringKeyColumnProperty$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 `CfnTable$ClusteringKeyColumnProperty$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-table-column-property-builder id config)
Creates a CfnTable$ColumnProperty$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 `CfnTable$ColumnProperty$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-table-encryption-specification-property-builder id config)
Creates a CfnTable$EncryptionSpecificationProperty$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 `CfnTable$EncryptionSpecificationProperty$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-table-props-builder id config)
Creates a CfnTableProps$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 `CfnTableProps$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-table-provisioned-throughput-property-builder id config)
Creates a CfnTable$ProvisionedThroughputProperty$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 `CfnTable$ProvisionedThroughputProperty$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-table-replica-specification-property-builder id config)
Creates a CfnTable$ReplicaSpecificationProperty$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 `CfnTable$ReplicaSpecificationProperty$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-table-scaling-policy-property-builder id config)
Creates a CfnTable$ScalingPolicyProperty$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 `CfnTable$ScalingPolicyProperty$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-table-target-tracking-scaling-policy-configuration-property-builder id
config)
Creates a CfnTable$TargetTrackingScalingPolicyConfigurationProperty$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 `CfnTable$TargetTrackingScalingPolicyConfigurationProperty$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