Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.msk package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.msk package.
(build-cfn-batch-scram-secret-builder builder id config)
The build-cfn-batch-scram-secret-builder function updates a CfnBatchScramSecret$Builder instance using the provided configuration. The function takes the CfnBatchScramSecret$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 |
---|---|---|---|
clusterArn | java.lang.String | cdk.support/lookup-entry | :cluster-arn |
secretArnList | java.util.List | cdk.support/lookup-entry | :secret-arn-list |
The build-cfn-batch-scram-secret-builder function updates a CfnBatchScramSecret$Builder instance using the provided configuration. The function takes the CfnBatchScramSecret$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 | |---|---|---|---| | `clusterArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-arn` | | `secretArnList` | java.util.List | [[cdk.support/lookup-entry]] | `:secret-arn-list` |
(build-cfn-batch-scram-secret-props-builder builder id config)
The build-cfn-batch-scram-secret-props-builder function updates a CfnBatchScramSecretProps$Builder instance using the provided configuration. The function takes the CfnBatchScramSecretProps$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 |
---|---|---|---|
clusterArn | java.lang.String | cdk.support/lookup-entry | :cluster-arn |
secretArnList | java.util.List | cdk.support/lookup-entry | :secret-arn-list |
The build-cfn-batch-scram-secret-props-builder function updates a CfnBatchScramSecretProps$Builder instance using the provided configuration. The function takes the CfnBatchScramSecretProps$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 | |---|---|---|---| | `clusterArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-arn` | | `secretArnList` | java.util.List | [[cdk.support/lookup-entry]] | `:secret-arn-list` |
(build-cfn-cluster-broker-logs-property-builder builder id config)
The build-cfn-cluster-broker-logs-property-builder function updates a CfnCluster$BrokerLogsProperty$Builder instance using the provided configuration. The function takes the CfnCluster$BrokerLogsProperty$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 |
---|---|---|---|
cloudWatchLogs | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :cloud-watch-logs |
firehose | software.amazon.awscdk.services.msk.CfnCluster$FirehoseProperty | cdk.support/lookup-entry | :firehose |
s3 | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :s3 |
The build-cfn-cluster-broker-logs-property-builder function updates a CfnCluster$BrokerLogsProperty$Builder instance using the provided configuration. The function takes the CfnCluster$BrokerLogsProperty$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 | |---|---|---|---| | `cloudWatchLogs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cloud-watch-logs` | | `firehose` | software.amazon.awscdk.services.msk.CfnCluster$FirehoseProperty | [[cdk.support/lookup-entry]] | `:firehose` | | `s3` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3` |
(build-cfn-cluster-broker-node-group-info-property-builder builder id config)
The build-cfn-cluster-broker-node-group-info-property-builder function updates a CfnCluster$BrokerNodeGroupInfoProperty$Builder instance using the provided configuration. The function takes the CfnCluster$BrokerNodeGroupInfoProperty$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 |
---|---|---|---|
brokerAzDistribution | java.lang.String | cdk.support/lookup-entry | :broker-az-distribution |
clientSubnets | java.util.List | cdk.support/lookup-entry | :client-subnets |
connectivityInfo | software.amazon.awscdk.services.msk.CfnCluster$ConnectivityInfoProperty | cdk.support/lookup-entry | :connectivity-info |
instanceType | java.lang.String | cdk.support/lookup-entry | :instance-type |
securityGroups | java.util.List | cdk.support/lookup-entry | :security-groups |
storageInfo | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :storage-info |
The build-cfn-cluster-broker-node-group-info-property-builder function updates a CfnCluster$BrokerNodeGroupInfoProperty$Builder instance using the provided configuration. The function takes the CfnCluster$BrokerNodeGroupInfoProperty$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 | |---|---|---|---| | `brokerAzDistribution` | java.lang.String | [[cdk.support/lookup-entry]] | `:broker-az-distribution` | | `clientSubnets` | java.util.List | [[cdk.support/lookup-entry]] | `:client-subnets` | | `connectivityInfo` | software.amazon.awscdk.services.msk.CfnCluster$ConnectivityInfoProperty | [[cdk.support/lookup-entry]] | `:connectivity-info` | | `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` | | `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` | | `storageInfo` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:storage-info` |
(build-cfn-cluster-builder builder id config)
The build-cfn-cluster-builder function updates a CfnCluster$Builder instance using the provided configuration. The function takes the CfnCluster$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
brokerNodeGroupInfo | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :broker-node-group-info |
clientAuthentication | software.amazon.awscdk.services.msk.CfnCluster$ClientAuthenticationProperty | cdk.support/lookup-entry | :client-authentication |
clusterName | java.lang.String | cdk.support/lookup-entry | :cluster-name |
configurationInfo | software.amazon.awscdk.services.msk.CfnCluster$ConfigurationInfoProperty | cdk.support/lookup-entry | :configuration-info |
currentVersion | java.lang.String | cdk.support/lookup-entry | :current-version |
encryptionInfo | software.amazon.awscdk.services.msk.CfnCluster$EncryptionInfoProperty | cdk.support/lookup-entry | :encryption-info |
enhancedMonitoring | java.lang.String | cdk.support/lookup-entry | :enhanced-monitoring |
kafkaVersion | java.lang.String | cdk.support/lookup-entry | :kafka-version |
loggingInfo | software.amazon.awscdk.services.msk.CfnCluster$LoggingInfoProperty | cdk.support/lookup-entry | :logging-info |
numberOfBrokerNodes | java.lang.Number | cdk.support/lookup-entry | :number-of-broker-nodes |
openMonitoring | software.amazon.awscdk.services.msk.CfnCluster$OpenMonitoringProperty | cdk.support/lookup-entry | :open-monitoring |
storageMode | java.lang.String | cdk.support/lookup-entry | :storage-mode |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
The build-cfn-cluster-builder function updates a CfnCluster$Builder instance using the provided configuration. The function takes the CfnCluster$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `brokerNodeGroupInfo` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:broker-node-group-info` | | `clientAuthentication` | software.amazon.awscdk.services.msk.CfnCluster$ClientAuthenticationProperty | [[cdk.support/lookup-entry]] | `:client-authentication` | | `clusterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-name` | | `configurationInfo` | software.amazon.awscdk.services.msk.CfnCluster$ConfigurationInfoProperty | [[cdk.support/lookup-entry]] | `:configuration-info` | | `currentVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:current-version` | | `encryptionInfo` | software.amazon.awscdk.services.msk.CfnCluster$EncryptionInfoProperty | [[cdk.support/lookup-entry]] | `:encryption-info` | | `enhancedMonitoring` | java.lang.String | [[cdk.support/lookup-entry]] | `:enhanced-monitoring` | | `kafkaVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:kafka-version` | | `loggingInfo` | software.amazon.awscdk.services.msk.CfnCluster$LoggingInfoProperty | [[cdk.support/lookup-entry]] | `:logging-info` | | `numberOfBrokerNodes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-broker-nodes` | | `openMonitoring` | software.amazon.awscdk.services.msk.CfnCluster$OpenMonitoringProperty | [[cdk.support/lookup-entry]] | `:open-monitoring` | | `storageMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:storage-mode` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-cluster-client-authentication-property-builder builder id config)
The build-cfn-cluster-client-authentication-property-builder function updates a CfnCluster$ClientAuthenticationProperty$Builder instance using the provided configuration. The function takes the CfnCluster$ClientAuthenticationProperty$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 |
---|---|---|---|
sasl | software.amazon.awscdk.services.msk.CfnCluster$SaslProperty | cdk.support/lookup-entry | :sasl |
tls | software.amazon.awscdk.services.msk.CfnCluster$TlsProperty | cdk.support/lookup-entry | :tls |
unauthenticated | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :unauthenticated |
The build-cfn-cluster-client-authentication-property-builder function updates a CfnCluster$ClientAuthenticationProperty$Builder instance using the provided configuration. The function takes the CfnCluster$ClientAuthenticationProperty$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 | |---|---|---|---| | `sasl` | software.amazon.awscdk.services.msk.CfnCluster$SaslProperty | [[cdk.support/lookup-entry]] | `:sasl` | | `tls` | software.amazon.awscdk.services.msk.CfnCluster$TlsProperty | [[cdk.support/lookup-entry]] | `:tls` | | `unauthenticated` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:unauthenticated` |
(build-cfn-cluster-cloud-watch-logs-property-builder builder id config)
The build-cfn-cluster-cloud-watch-logs-property-builder function updates a CfnCluster$CloudWatchLogsProperty$Builder instance using the provided configuration. The function takes the CfnCluster$CloudWatchLogsProperty$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 |
---|---|---|---|
enabled | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
logGroup | java.lang.String | cdk.support/lookup-entry | :log-group |
The build-cfn-cluster-cloud-watch-logs-property-builder function updates a CfnCluster$CloudWatchLogsProperty$Builder instance using the provided configuration. The function takes the CfnCluster$CloudWatchLogsProperty$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 | |---|---|---|---| | `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` | | `logGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group` |
(build-cfn-cluster-configuration-info-property-builder builder id config)
The build-cfn-cluster-configuration-info-property-builder function updates a CfnCluster$ConfigurationInfoProperty$Builder instance using the provided configuration. The function takes the CfnCluster$ConfigurationInfoProperty$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 |
---|---|---|---|
arn | java.lang.String | cdk.support/lookup-entry | :arn |
revision | java.lang.Number | cdk.support/lookup-entry | :revision |
The build-cfn-cluster-configuration-info-property-builder function updates a CfnCluster$ConfigurationInfoProperty$Builder instance using the provided configuration. The function takes the CfnCluster$ConfigurationInfoProperty$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 | |---|---|---|---| | `arn` | java.lang.String | [[cdk.support/lookup-entry]] | `:arn` | | `revision` | java.lang.Number | [[cdk.support/lookup-entry]] | `:revision` |
(build-cfn-cluster-connectivity-info-property-builder builder id config)
The build-cfn-cluster-connectivity-info-property-builder function updates a CfnCluster$ConnectivityInfoProperty$Builder instance using the provided configuration. The function takes the CfnCluster$ConnectivityInfoProperty$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 |
---|---|---|---|
publicAccess | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :public-access |
vpcConnectivity | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :vpc-connectivity |
The build-cfn-cluster-connectivity-info-property-builder function updates a CfnCluster$ConnectivityInfoProperty$Builder instance using the provided configuration. The function takes the CfnCluster$ConnectivityInfoProperty$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 | |---|---|---|---| | `publicAccess` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:public-access` | | `vpcConnectivity` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:vpc-connectivity` |
(build-cfn-cluster-ebs-storage-info-property-builder builder id config)
The build-cfn-cluster-ebs-storage-info-property-builder function updates a CfnCluster$EBSStorageInfoProperty$Builder instance using the provided configuration. The function takes the CfnCluster$EBSStorageInfoProperty$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 |
---|---|---|---|
provisionedThroughput | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :provisioned-throughput |
volumeSize | java.lang.Number | cdk.support/lookup-entry | :volume-size |
The build-cfn-cluster-ebs-storage-info-property-builder function updates a CfnCluster$EBSStorageInfoProperty$Builder instance using the provided configuration. The function takes the CfnCluster$EBSStorageInfoProperty$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 | |---|---|---|---| | `provisionedThroughput` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:provisioned-throughput` | | `volumeSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:volume-size` |
(build-cfn-cluster-encryption-at-rest-property-builder builder id config)
The build-cfn-cluster-encryption-at-rest-property-builder function updates a CfnCluster$EncryptionAtRestProperty$Builder instance using the provided configuration. The function takes the CfnCluster$EncryptionAtRestProperty$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 |
---|---|---|---|
dataVolumeKmsKeyId | java.lang.String | cdk.support/lookup-entry | :data-volume-kms-key-id |
The build-cfn-cluster-encryption-at-rest-property-builder function updates a CfnCluster$EncryptionAtRestProperty$Builder instance using the provided configuration. The function takes the CfnCluster$EncryptionAtRestProperty$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 | |---|---|---|---| | `dataVolumeKmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-volume-kms-key-id` |
(build-cfn-cluster-encryption-in-transit-property-builder builder id config)
The build-cfn-cluster-encryption-in-transit-property-builder function updates a CfnCluster$EncryptionInTransitProperty$Builder instance using the provided configuration. The function takes the CfnCluster$EncryptionInTransitProperty$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 |
---|---|---|---|
clientBroker | java.lang.String | cdk.support/lookup-entry | :client-broker |
inCluster | java.lang.Boolean | cdk.support/lookup-entry | :in-cluster |
The build-cfn-cluster-encryption-in-transit-property-builder function updates a CfnCluster$EncryptionInTransitProperty$Builder instance using the provided configuration. The function takes the CfnCluster$EncryptionInTransitProperty$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 | |---|---|---|---| | `clientBroker` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-broker` | | `inCluster` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:in-cluster` |
(build-cfn-cluster-encryption-info-property-builder builder id config)
The build-cfn-cluster-encryption-info-property-builder function updates a CfnCluster$EncryptionInfoProperty$Builder instance using the provided configuration. The function takes the CfnCluster$EncryptionInfoProperty$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 |
---|---|---|---|
encryptionAtRest | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :encryption-at-rest |
encryptionInTransit | software.amazon.awscdk.services.msk.CfnCluster$EncryptionInTransitProperty | cdk.support/lookup-entry | :encryption-in-transit |
The build-cfn-cluster-encryption-info-property-builder function updates a CfnCluster$EncryptionInfoProperty$Builder instance using the provided configuration. The function takes the CfnCluster$EncryptionInfoProperty$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 | |---|---|---|---| | `encryptionAtRest` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:encryption-at-rest` | | `encryptionInTransit` | software.amazon.awscdk.services.msk.CfnCluster$EncryptionInTransitProperty | [[cdk.support/lookup-entry]] | `:encryption-in-transit` |
(build-cfn-cluster-firehose-property-builder builder id config)
The build-cfn-cluster-firehose-property-builder function updates a CfnCluster$FirehoseProperty$Builder instance using the provided configuration. The function takes the CfnCluster$FirehoseProperty$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 |
enabled | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
The build-cfn-cluster-firehose-property-builder function updates a CfnCluster$FirehoseProperty$Builder instance using the provided configuration. The function takes the CfnCluster$FirehoseProperty$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` | | `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
(build-cfn-cluster-iam-property-builder builder id config)
The build-cfn-cluster-iam-property-builder function updates a CfnCluster$IamProperty$Builder instance using the provided configuration. The function takes the CfnCluster$IamProperty$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 |
---|---|---|---|
enabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enabled |
The build-cfn-cluster-iam-property-builder function updates a CfnCluster$IamProperty$Builder instance using the provided configuration. The function takes the CfnCluster$IamProperty$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 | |---|---|---|---| | `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` |
(build-cfn-cluster-jmx-exporter-property-builder builder id config)
The build-cfn-cluster-jmx-exporter-property-builder function updates a CfnCluster$JmxExporterProperty$Builder instance using the provided configuration. The function takes the CfnCluster$JmxExporterProperty$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 |
---|---|---|---|
enabledInBroker | java.lang.Boolean | cdk.support/lookup-entry | :enabled-in-broker |
The build-cfn-cluster-jmx-exporter-property-builder function updates a CfnCluster$JmxExporterProperty$Builder instance using the provided configuration. The function takes the CfnCluster$JmxExporterProperty$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 | |---|---|---|---| | `enabledInBroker` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled-in-broker` |
(build-cfn-cluster-logging-info-property-builder builder id config)
The build-cfn-cluster-logging-info-property-builder function updates a CfnCluster$LoggingInfoProperty$Builder instance using the provided configuration. The function takes the CfnCluster$LoggingInfoProperty$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 |
---|---|---|---|
brokerLogs | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :broker-logs |
The build-cfn-cluster-logging-info-property-builder function updates a CfnCluster$LoggingInfoProperty$Builder instance using the provided configuration. The function takes the CfnCluster$LoggingInfoProperty$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 | |---|---|---|---| | `brokerLogs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:broker-logs` |
(build-cfn-cluster-node-exporter-property-builder builder id config)
The build-cfn-cluster-node-exporter-property-builder function updates a CfnCluster$NodeExporterProperty$Builder instance using the provided configuration. The function takes the CfnCluster$NodeExporterProperty$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 |
---|---|---|---|
enabledInBroker | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enabled-in-broker |
The build-cfn-cluster-node-exporter-property-builder function updates a CfnCluster$NodeExporterProperty$Builder instance using the provided configuration. The function takes the CfnCluster$NodeExporterProperty$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 | |---|---|---|---| | `enabledInBroker` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled-in-broker` |
(build-cfn-cluster-open-monitoring-property-builder builder id config)
The build-cfn-cluster-open-monitoring-property-builder function updates a CfnCluster$OpenMonitoringProperty$Builder instance using the provided configuration. The function takes the CfnCluster$OpenMonitoringProperty$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 |
---|---|---|---|
prometheus | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :prometheus |
The build-cfn-cluster-open-monitoring-property-builder function updates a CfnCluster$OpenMonitoringProperty$Builder instance using the provided configuration. The function takes the CfnCluster$OpenMonitoringProperty$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 | |---|---|---|---| | `prometheus` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:prometheus` |
(build-cfn-cluster-policy-builder builder id config)
The build-cfn-cluster-policy-builder function updates a CfnClusterPolicy$Builder instance using the provided configuration. The function takes the CfnClusterPolicy$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 |
---|---|---|---|
clusterArn | java.lang.String | cdk.support/lookup-entry | :cluster-arn |
policy | java.lang.Object | cdk.support/lookup-entry | :policy |
The build-cfn-cluster-policy-builder function updates a CfnClusterPolicy$Builder instance using the provided configuration. The function takes the CfnClusterPolicy$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 | |---|---|---|---| | `clusterArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-arn` | | `policy` | java.lang.Object | [[cdk.support/lookup-entry]] | `:policy` |
(build-cfn-cluster-policy-props-builder builder id config)
The build-cfn-cluster-policy-props-builder function updates a CfnClusterPolicyProps$Builder instance using the provided configuration. The function takes the CfnClusterPolicyProps$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 |
---|---|---|---|
clusterArn | java.lang.String | cdk.support/lookup-entry | :cluster-arn |
policy | java.lang.Object | cdk.support/lookup-entry | :policy |
The build-cfn-cluster-policy-props-builder function updates a CfnClusterPolicyProps$Builder instance using the provided configuration. The function takes the CfnClusterPolicyProps$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 | |---|---|---|---| | `clusterArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-arn` | | `policy` | java.lang.Object | [[cdk.support/lookup-entry]] | `:policy` |
(build-cfn-cluster-prometheus-property-builder builder id config)
The build-cfn-cluster-prometheus-property-builder function updates a CfnCluster$PrometheusProperty$Builder instance using the provided configuration. The function takes the CfnCluster$PrometheusProperty$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 |
---|---|---|---|
jmxExporter | software.amazon.awscdk.services.msk.CfnCluster$JmxExporterProperty | cdk.support/lookup-entry | :jmx-exporter |
nodeExporter | software.amazon.awscdk.services.msk.CfnCluster$NodeExporterProperty | cdk.support/lookup-entry | :node-exporter |
The build-cfn-cluster-prometheus-property-builder function updates a CfnCluster$PrometheusProperty$Builder instance using the provided configuration. The function takes the CfnCluster$PrometheusProperty$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 | |---|---|---|---| | `jmxExporter` | software.amazon.awscdk.services.msk.CfnCluster$JmxExporterProperty | [[cdk.support/lookup-entry]] | `:jmx-exporter` | | `nodeExporter` | software.amazon.awscdk.services.msk.CfnCluster$NodeExporterProperty | [[cdk.support/lookup-entry]] | `:node-exporter` |
(build-cfn-cluster-props-builder builder id config)
The build-cfn-cluster-props-builder function updates a CfnClusterProps$Builder instance using the provided configuration. The function takes the CfnClusterProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
brokerNodeGroupInfo | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :broker-node-group-info |
clientAuthentication | software.amazon.awscdk.services.msk.CfnCluster$ClientAuthenticationProperty | cdk.support/lookup-entry | :client-authentication |
clusterName | java.lang.String | cdk.support/lookup-entry | :cluster-name |
configurationInfo | software.amazon.awscdk.services.msk.CfnCluster$ConfigurationInfoProperty | cdk.support/lookup-entry | :configuration-info |
currentVersion | java.lang.String | cdk.support/lookup-entry | :current-version |
encryptionInfo | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :encryption-info |
enhancedMonitoring | java.lang.String | cdk.support/lookup-entry | :enhanced-monitoring |
kafkaVersion | java.lang.String | cdk.support/lookup-entry | :kafka-version |
loggingInfo | software.amazon.awscdk.services.msk.CfnCluster$LoggingInfoProperty | cdk.support/lookup-entry | :logging-info |
numberOfBrokerNodes | java.lang.Number | cdk.support/lookup-entry | :number-of-broker-nodes |
openMonitoring | software.amazon.awscdk.services.msk.CfnCluster$OpenMonitoringProperty | cdk.support/lookup-entry | :open-monitoring |
storageMode | java.lang.String | cdk.support/lookup-entry | :storage-mode |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
The build-cfn-cluster-props-builder function updates a CfnClusterProps$Builder instance using the provided configuration. The function takes the CfnClusterProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `brokerNodeGroupInfo` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:broker-node-group-info` | | `clientAuthentication` | software.amazon.awscdk.services.msk.CfnCluster$ClientAuthenticationProperty | [[cdk.support/lookup-entry]] | `:client-authentication` | | `clusterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-name` | | `configurationInfo` | software.amazon.awscdk.services.msk.CfnCluster$ConfigurationInfoProperty | [[cdk.support/lookup-entry]] | `:configuration-info` | | `currentVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:current-version` | | `encryptionInfo` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:encryption-info` | | `enhancedMonitoring` | java.lang.String | [[cdk.support/lookup-entry]] | `:enhanced-monitoring` | | `kafkaVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:kafka-version` | | `loggingInfo` | software.amazon.awscdk.services.msk.CfnCluster$LoggingInfoProperty | [[cdk.support/lookup-entry]] | `:logging-info` | | `numberOfBrokerNodes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-broker-nodes` | | `openMonitoring` | software.amazon.awscdk.services.msk.CfnCluster$OpenMonitoringProperty | [[cdk.support/lookup-entry]] | `:open-monitoring` | | `storageMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:storage-mode` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-cluster-provisioned-throughput-property-builder builder id config)
The build-cfn-cluster-provisioned-throughput-property-builder function updates a CfnCluster$ProvisionedThroughputProperty$Builder instance using the provided configuration. The function takes the CfnCluster$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 |
---|---|---|---|
enabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enabled |
volumeThroughput | java.lang.Number | cdk.support/lookup-entry | :volume-throughput |
The build-cfn-cluster-provisioned-throughput-property-builder function updates a CfnCluster$ProvisionedThroughputProperty$Builder instance using the provided configuration. The function takes the CfnCluster$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 | |---|---|---|---| | `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` | | `volumeThroughput` | java.lang.Number | [[cdk.support/lookup-entry]] | `:volume-throughput` |
(build-cfn-cluster-public-access-property-builder builder id config)
The build-cfn-cluster-public-access-property-builder function updates a CfnCluster$PublicAccessProperty$Builder instance using the provided configuration. The function takes the CfnCluster$PublicAccessProperty$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 |
---|---|---|---|
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-cluster-public-access-property-builder function updates a CfnCluster$PublicAccessProperty$Builder instance using the provided configuration. The function takes the CfnCluster$PublicAccessProperty$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 | |---|---|---|---| | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-cluster-s3-property-builder builder id config)
The build-cfn-cluster-s3-property-builder function updates a CfnCluster$S3Property$Builder instance using the provided configuration. The function takes the CfnCluster$S3Property$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 |
---|---|---|---|
bucket | java.lang.String | cdk.support/lookup-entry | :bucket |
enabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enabled |
prefix | java.lang.String | cdk.support/lookup-entry | :prefix |
The build-cfn-cluster-s3-property-builder function updates a CfnCluster$S3Property$Builder instance using the provided configuration. The function takes the CfnCluster$S3Property$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 | |---|---|---|---| | `bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket` | | `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` | | `prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix` |
(build-cfn-cluster-sasl-property-builder builder id config)
The build-cfn-cluster-sasl-property-builder function updates a CfnCluster$SaslProperty$Builder instance using the provided configuration. The function takes the CfnCluster$SaslProperty$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 |
---|---|---|---|
iam | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :iam |
scram | software.amazon.awscdk.services.msk.CfnCluster$ScramProperty | cdk.support/lookup-entry | :scram |
The build-cfn-cluster-sasl-property-builder function updates a CfnCluster$SaslProperty$Builder instance using the provided configuration. The function takes the CfnCluster$SaslProperty$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 | |---|---|---|---| | `iam` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:iam` | | `scram` | software.amazon.awscdk.services.msk.CfnCluster$ScramProperty | [[cdk.support/lookup-entry]] | `:scram` |
(build-cfn-cluster-scram-property-builder builder id config)
The build-cfn-cluster-scram-property-builder function updates a CfnCluster$ScramProperty$Builder instance using the provided configuration. The function takes the CfnCluster$ScramProperty$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 |
---|---|---|---|
enabled | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
The build-cfn-cluster-scram-property-builder function updates a CfnCluster$ScramProperty$Builder instance using the provided configuration. The function takes the CfnCluster$ScramProperty$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 | |---|---|---|---| | `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
(build-cfn-cluster-storage-info-property-builder builder id config)
The build-cfn-cluster-storage-info-property-builder function updates a CfnCluster$StorageInfoProperty$Builder instance using the provided configuration. The function takes the CfnCluster$StorageInfoProperty$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 |
---|---|---|---|
ebsStorageInfo | software.amazon.awscdk.services.msk.CfnCluster$EBSStorageInfoProperty | cdk.support/lookup-entry | :ebs-storage-info |
The build-cfn-cluster-storage-info-property-builder function updates a CfnCluster$StorageInfoProperty$Builder instance using the provided configuration. The function takes the CfnCluster$StorageInfoProperty$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 | |---|---|---|---| | `ebsStorageInfo` | software.amazon.awscdk.services.msk.CfnCluster$EBSStorageInfoProperty | [[cdk.support/lookup-entry]] | `:ebs-storage-info` |
(build-cfn-cluster-tls-property-builder builder id config)
The build-cfn-cluster-tls-property-builder function updates a CfnCluster$TlsProperty$Builder instance using the provided configuration. The function takes the CfnCluster$TlsProperty$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 |
---|---|---|---|
certificateAuthorityArnList | java.util.List | cdk.support/lookup-entry | :certificate-authority-arn-list |
enabled | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
The build-cfn-cluster-tls-property-builder function updates a CfnCluster$TlsProperty$Builder instance using the provided configuration. The function takes the CfnCluster$TlsProperty$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 | |---|---|---|---| | `certificateAuthorityArnList` | java.util.List | [[cdk.support/lookup-entry]] | `:certificate-authority-arn-list` | | `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
(build-cfn-cluster-unauthenticated-property-builder builder id config)
The build-cfn-cluster-unauthenticated-property-builder function updates a CfnCluster$UnauthenticatedProperty$Builder instance using the provided configuration. The function takes the CfnCluster$UnauthenticatedProperty$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 |
---|---|---|---|
enabled | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
The build-cfn-cluster-unauthenticated-property-builder function updates a CfnCluster$UnauthenticatedProperty$Builder instance using the provided configuration. The function takes the CfnCluster$UnauthenticatedProperty$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 | |---|---|---|---| | `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
(build-cfn-cluster-vpc-connectivity-client-authentication-property-builder
builder
id
config)
The build-cfn-cluster-vpc-connectivity-client-authentication-property-builder function updates a CfnCluster$VpcConnectivityClientAuthenticationProperty$Builder instance using the provided configuration. The function takes the CfnCluster$VpcConnectivityClientAuthenticationProperty$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 |
---|---|---|---|
sasl | software.amazon.awscdk.services.msk.CfnCluster$VpcConnectivitySaslProperty | cdk.support/lookup-entry | :sasl |
tls | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :tls |
The build-cfn-cluster-vpc-connectivity-client-authentication-property-builder function updates a CfnCluster$VpcConnectivityClientAuthenticationProperty$Builder instance using the provided configuration. The function takes the CfnCluster$VpcConnectivityClientAuthenticationProperty$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 | |---|---|---|---| | `sasl` | software.amazon.awscdk.services.msk.CfnCluster$VpcConnectivitySaslProperty | [[cdk.support/lookup-entry]] | `:sasl` | | `tls` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:tls` |
(build-cfn-cluster-vpc-connectivity-iam-property-builder builder id config)
The build-cfn-cluster-vpc-connectivity-iam-property-builder function updates a CfnCluster$VpcConnectivityIamProperty$Builder instance using the provided configuration. The function takes the CfnCluster$VpcConnectivityIamProperty$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 |
---|---|---|---|
enabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enabled |
The build-cfn-cluster-vpc-connectivity-iam-property-builder function updates a CfnCluster$VpcConnectivityIamProperty$Builder instance using the provided configuration. The function takes the CfnCluster$VpcConnectivityIamProperty$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 | |---|---|---|---| | `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` |
(build-cfn-cluster-vpc-connectivity-property-builder builder id config)
The build-cfn-cluster-vpc-connectivity-property-builder function updates a CfnCluster$VpcConnectivityProperty$Builder instance using the provided configuration. The function takes the CfnCluster$VpcConnectivityProperty$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 |
---|---|---|---|
clientAuthentication | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :client-authentication |
The build-cfn-cluster-vpc-connectivity-property-builder function updates a CfnCluster$VpcConnectivityProperty$Builder instance using the provided configuration. The function takes the CfnCluster$VpcConnectivityProperty$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 | |---|---|---|---| | `clientAuthentication` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:client-authentication` |
(build-cfn-cluster-vpc-connectivity-sasl-property-builder builder id config)
The build-cfn-cluster-vpc-connectivity-sasl-property-builder function updates a CfnCluster$VpcConnectivitySaslProperty$Builder instance using the provided configuration. The function takes the CfnCluster$VpcConnectivitySaslProperty$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 |
---|---|---|---|
iam | software.amazon.awscdk.services.msk.CfnCluster$VpcConnectivityIamProperty | cdk.support/lookup-entry | :iam |
scram | software.amazon.awscdk.services.msk.CfnCluster$VpcConnectivityScramProperty | cdk.support/lookup-entry | :scram |
The build-cfn-cluster-vpc-connectivity-sasl-property-builder function updates a CfnCluster$VpcConnectivitySaslProperty$Builder instance using the provided configuration. The function takes the CfnCluster$VpcConnectivitySaslProperty$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 | |---|---|---|---| | `iam` | software.amazon.awscdk.services.msk.CfnCluster$VpcConnectivityIamProperty | [[cdk.support/lookup-entry]] | `:iam` | | `scram` | software.amazon.awscdk.services.msk.CfnCluster$VpcConnectivityScramProperty | [[cdk.support/lookup-entry]] | `:scram` |
(build-cfn-cluster-vpc-connectivity-scram-property-builder builder id config)
The build-cfn-cluster-vpc-connectivity-scram-property-builder function updates a CfnCluster$VpcConnectivityScramProperty$Builder instance using the provided configuration. The function takes the CfnCluster$VpcConnectivityScramProperty$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 |
---|---|---|---|
enabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enabled |
The build-cfn-cluster-vpc-connectivity-scram-property-builder function updates a CfnCluster$VpcConnectivityScramProperty$Builder instance using the provided configuration. The function takes the CfnCluster$VpcConnectivityScramProperty$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 | |---|---|---|---| | `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` |
(build-cfn-cluster-vpc-connectivity-tls-property-builder builder id config)
The build-cfn-cluster-vpc-connectivity-tls-property-builder function updates a CfnCluster$VpcConnectivityTlsProperty$Builder instance using the provided configuration. The function takes the CfnCluster$VpcConnectivityTlsProperty$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 |
---|---|---|---|
enabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enabled |
The build-cfn-cluster-vpc-connectivity-tls-property-builder function updates a CfnCluster$VpcConnectivityTlsProperty$Builder instance using the provided configuration. The function takes the CfnCluster$VpcConnectivityTlsProperty$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 | |---|---|---|---| | `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` |
(build-cfn-configuration-builder builder id config)
The build-cfn-configuration-builder function updates a CfnConfiguration$Builder instance using the provided configuration. The function takes the CfnConfiguration$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 |
kafkaVersionsList | java.util.List | cdk.support/lookup-entry | :kafka-versions-list |
latestRevision | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :latest-revision |
name | java.lang.String | cdk.support/lookup-entry | :name |
serverProperties | java.lang.String | cdk.support/lookup-entry | :server-properties |
The build-cfn-configuration-builder function updates a CfnConfiguration$Builder instance using the provided configuration. The function takes the CfnConfiguration$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` | | `kafkaVersionsList` | java.util.List | [[cdk.support/lookup-entry]] | `:kafka-versions-list` | | `latestRevision` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:latest-revision` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `serverProperties` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-properties` |
(build-cfn-configuration-latest-revision-property-builder builder id config)
The build-cfn-configuration-latest-revision-property-builder function updates a CfnConfiguration$LatestRevisionProperty$Builder instance using the provided configuration. The function takes the CfnConfiguration$LatestRevisionProperty$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 |
---|---|---|---|
creationTime | java.lang.String | cdk.support/lookup-entry | :creation-time |
description | java.lang.String | cdk.support/lookup-entry | :description |
revision | java.lang.Number | cdk.support/lookup-entry | :revision |
The build-cfn-configuration-latest-revision-property-builder function updates a CfnConfiguration$LatestRevisionProperty$Builder instance using the provided configuration. The function takes the CfnConfiguration$LatestRevisionProperty$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 | |---|---|---|---| | `creationTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:creation-time` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `revision` | java.lang.Number | [[cdk.support/lookup-entry]] | `:revision` |
(build-cfn-configuration-props-builder builder id config)
The build-cfn-configuration-props-builder function updates a CfnConfigurationProps$Builder instance using the provided configuration. The function takes the CfnConfigurationProps$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 |
kafkaVersionsList | java.util.List | cdk.support/lookup-entry | :kafka-versions-list |
latestRevision | software.amazon.awscdk.services.msk.CfnConfiguration$LatestRevisionProperty | cdk.support/lookup-entry | :latest-revision |
name | java.lang.String | cdk.support/lookup-entry | :name |
serverProperties | java.lang.String | cdk.support/lookup-entry | :server-properties |
The build-cfn-configuration-props-builder function updates a CfnConfigurationProps$Builder instance using the provided configuration. The function takes the CfnConfigurationProps$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` | | `kafkaVersionsList` | java.util.List | [[cdk.support/lookup-entry]] | `:kafka-versions-list` | | `latestRevision` | software.amazon.awscdk.services.msk.CfnConfiguration$LatestRevisionProperty | [[cdk.support/lookup-entry]] | `:latest-revision` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `serverProperties` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-properties` |
(build-cfn-replicator-amazon-msk-cluster-property-builder builder id config)
The build-cfn-replicator-amazon-msk-cluster-property-builder function updates a CfnReplicator$AmazonMskClusterProperty$Builder instance using the provided configuration. The function takes the CfnReplicator$AmazonMskClusterProperty$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 |
---|---|---|---|
mskClusterArn | java.lang.String | cdk.support/lookup-entry | :msk-cluster-arn |
The build-cfn-replicator-amazon-msk-cluster-property-builder function updates a CfnReplicator$AmazonMskClusterProperty$Builder instance using the provided configuration. The function takes the CfnReplicator$AmazonMskClusterProperty$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 | |---|---|---|---| | `mskClusterArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:msk-cluster-arn` |
(build-cfn-replicator-builder builder id config)
The build-cfn-replicator-builder function updates a CfnReplicator$Builder instance using the provided configuration. The function takes the CfnReplicator$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 |
---|---|---|---|
currentVersion | java.lang.String | cdk.support/lookup-entry | :current-version |
description | java.lang.String | cdk.support/lookup-entry | :description |
kafkaClusters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :kafka-clusters |
replicationInfoList | java.util.List | cdk.support/lookup-entry | :replication-info-list |
replicatorName | java.lang.String | cdk.support/lookup-entry | :replicator-name |
serviceExecutionRoleArn | java.lang.String | cdk.support/lookup-entry | :service-execution-role-arn |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-replicator-builder function updates a CfnReplicator$Builder instance using the provided configuration. The function takes the CfnReplicator$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 | |---|---|---|---| | `currentVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:current-version` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `kafkaClusters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:kafka-clusters` | | `replicationInfoList` | java.util.List | [[cdk.support/lookup-entry]] | `:replication-info-list` | | `replicatorName` | java.lang.String | [[cdk.support/lookup-entry]] | `:replicator-name` | | `serviceExecutionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-execution-role-arn` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-replicator-consumer-group-replication-property-builder builder
id
config)
The build-cfn-replicator-consumer-group-replication-property-builder function updates a CfnReplicator$ConsumerGroupReplicationProperty$Builder instance using the provided configuration. The function takes the CfnReplicator$ConsumerGroupReplicationProperty$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 |
---|---|---|---|
consumerGroupsToExclude | java.util.List | cdk.support/lookup-entry | :consumer-groups-to-exclude |
consumerGroupsToReplicate | java.util.List | cdk.support/lookup-entry | :consumer-groups-to-replicate |
detectAndCopyNewConsumerGroups | java.lang.Boolean | cdk.support/lookup-entry | :detect-and-copy-new-consumer-groups |
synchroniseConsumerGroupOffsets | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :synchronise-consumer-group-offsets |
The build-cfn-replicator-consumer-group-replication-property-builder function updates a CfnReplicator$ConsumerGroupReplicationProperty$Builder instance using the provided configuration. The function takes the CfnReplicator$ConsumerGroupReplicationProperty$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 | |---|---|---|---| | `consumerGroupsToExclude` | java.util.List | [[cdk.support/lookup-entry]] | `:consumer-groups-to-exclude` | | `consumerGroupsToReplicate` | java.util.List | [[cdk.support/lookup-entry]] | `:consumer-groups-to-replicate` | | `detectAndCopyNewConsumerGroups` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:detect-and-copy-new-consumer-groups` | | `synchroniseConsumerGroupOffsets` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:synchronise-consumer-group-offsets` |
(build-cfn-replicator-kafka-cluster-client-vpc-config-property-builder builder
id
config)
The build-cfn-replicator-kafka-cluster-client-vpc-config-property-builder function updates a CfnReplicator$KafkaClusterClientVpcConfigProperty$Builder instance using the provided configuration. The function takes the CfnReplicator$KafkaClusterClientVpcConfigProperty$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 |
---|---|---|---|
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
subnetIds | java.util.List | cdk.support/lookup-entry | :subnet-ids |
The build-cfn-replicator-kafka-cluster-client-vpc-config-property-builder function updates a CfnReplicator$KafkaClusterClientVpcConfigProperty$Builder instance using the provided configuration. The function takes the CfnReplicator$KafkaClusterClientVpcConfigProperty$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 | |---|---|---|---| | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` |
(build-cfn-replicator-kafka-cluster-property-builder builder id config)
The build-cfn-replicator-kafka-cluster-property-builder function updates a CfnReplicator$KafkaClusterProperty$Builder instance using the provided configuration. The function takes the CfnReplicator$KafkaClusterProperty$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 |
---|---|---|---|
amazonMskCluster | software.amazon.awscdk.services.msk.CfnReplicator$AmazonMskClusterProperty | cdk.support/lookup-entry | :amazon-msk-cluster |
vpcConfig | software.amazon.awscdk.services.msk.CfnReplicator$KafkaClusterClientVpcConfigProperty | cdk.support/lookup-entry | :vpc-config |
The build-cfn-replicator-kafka-cluster-property-builder function updates a CfnReplicator$KafkaClusterProperty$Builder instance using the provided configuration. The function takes the CfnReplicator$KafkaClusterProperty$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 | |---|---|---|---| | `amazonMskCluster` | software.amazon.awscdk.services.msk.CfnReplicator$AmazonMskClusterProperty | [[cdk.support/lookup-entry]] | `:amazon-msk-cluster` | | `vpcConfig` | software.amazon.awscdk.services.msk.CfnReplicator$KafkaClusterClientVpcConfigProperty | [[cdk.support/lookup-entry]] | `:vpc-config` |
(build-cfn-replicator-props-builder builder id config)
The build-cfn-replicator-props-builder function updates a CfnReplicatorProps$Builder instance using the provided configuration. The function takes the CfnReplicatorProps$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 |
---|---|---|---|
currentVersion | java.lang.String | cdk.support/lookup-entry | :current-version |
description | java.lang.String | cdk.support/lookup-entry | :description |
kafkaClusters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :kafka-clusters |
replicationInfoList | java.util.List | cdk.support/lookup-entry | :replication-info-list |
replicatorName | java.lang.String | cdk.support/lookup-entry | :replicator-name |
serviceExecutionRoleArn | java.lang.String | cdk.support/lookup-entry | :service-execution-role-arn |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-replicator-props-builder function updates a CfnReplicatorProps$Builder instance using the provided configuration. The function takes the CfnReplicatorProps$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 | |---|---|---|---| | `currentVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:current-version` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `kafkaClusters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:kafka-clusters` | | `replicationInfoList` | java.util.List | [[cdk.support/lookup-entry]] | `:replication-info-list` | | `replicatorName` | java.lang.String | [[cdk.support/lookup-entry]] | `:replicator-name` | | `serviceExecutionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-execution-role-arn` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-replicator-replication-info-property-builder builder id config)
The build-cfn-replicator-replication-info-property-builder function updates a CfnReplicator$ReplicationInfoProperty$Builder instance using the provided configuration. The function takes the CfnReplicator$ReplicationInfoProperty$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 |
---|---|---|---|
consumerGroupReplication | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :consumer-group-replication |
sourceKafkaClusterArn | java.lang.String | cdk.support/lookup-entry | :source-kafka-cluster-arn |
targetCompressionType | java.lang.String | cdk.support/lookup-entry | :target-compression-type |
targetKafkaClusterArn | java.lang.String | cdk.support/lookup-entry | :target-kafka-cluster-arn |
topicReplication | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :topic-replication |
The build-cfn-replicator-replication-info-property-builder function updates a CfnReplicator$ReplicationInfoProperty$Builder instance using the provided configuration. The function takes the CfnReplicator$ReplicationInfoProperty$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 | |---|---|---|---| | `consumerGroupReplication` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:consumer-group-replication` | | `sourceKafkaClusterArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-kafka-cluster-arn` | | `targetCompressionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-compression-type` | | `targetKafkaClusterArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-kafka-cluster-arn` | | `topicReplication` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:topic-replication` |
(build-cfn-replicator-replication-starting-position-property-builder builder
id
config)
The build-cfn-replicator-replication-starting-position-property-builder function updates a CfnReplicator$ReplicationStartingPositionProperty$Builder instance using the provided configuration. The function takes the CfnReplicator$ReplicationStartingPositionProperty$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 |
---|---|---|---|
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-replicator-replication-starting-position-property-builder function updates a CfnReplicator$ReplicationStartingPositionProperty$Builder instance using the provided configuration. The function takes the CfnReplicator$ReplicationStartingPositionProperty$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 | |---|---|---|---| | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-replicator-topic-replication-property-builder builder id config)
The build-cfn-replicator-topic-replication-property-builder function updates a CfnReplicator$TopicReplicationProperty$Builder instance using the provided configuration. The function takes the CfnReplicator$TopicReplicationProperty$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 |
---|---|---|---|
copyAccessControlListsForTopics | java.lang.Boolean | cdk.support/lookup-entry | :copy-access-control-lists-for-topics |
copyTopicConfigurations | java.lang.Boolean | cdk.support/lookup-entry | :copy-topic-configurations |
detectAndCopyNewTopics | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :detect-and-copy-new-topics |
startingPosition | software.amazon.awscdk.services.msk.CfnReplicator$ReplicationStartingPositionProperty | cdk.support/lookup-entry | :starting-position |
topicsToExclude | java.util.List | cdk.support/lookup-entry | :topics-to-exclude |
topicsToReplicate | java.util.List | cdk.support/lookup-entry | :topics-to-replicate |
The build-cfn-replicator-topic-replication-property-builder function updates a CfnReplicator$TopicReplicationProperty$Builder instance using the provided configuration. The function takes the CfnReplicator$TopicReplicationProperty$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 | |---|---|---|---| | `copyAccessControlListsForTopics` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:copy-access-control-lists-for-topics` | | `copyTopicConfigurations` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:copy-topic-configurations` | | `detectAndCopyNewTopics` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:detect-and-copy-new-topics` | | `startingPosition` | software.amazon.awscdk.services.msk.CfnReplicator$ReplicationStartingPositionProperty | [[cdk.support/lookup-entry]] | `:starting-position` | | `topicsToExclude` | java.util.List | [[cdk.support/lookup-entry]] | `:topics-to-exclude` | | `topicsToReplicate` | java.util.List | [[cdk.support/lookup-entry]] | `:topics-to-replicate` |
(build-cfn-serverless-cluster-builder builder id config)
The build-cfn-serverless-cluster-builder function updates a CfnServerlessCluster$Builder instance using the provided configuration. The function takes the CfnServerlessCluster$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 |
---|---|---|---|
clientAuthentication | software.amazon.awscdk.services.msk.CfnServerlessCluster$ClientAuthenticationProperty | cdk.support/lookup-entry | :client-authentication |
clusterName | java.lang.String | cdk.support/lookup-entry | :cluster-name |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
vpcConfigs | java.util.List | cdk.support/lookup-entry | :vpc-configs |
The build-cfn-serverless-cluster-builder function updates a CfnServerlessCluster$Builder instance using the provided configuration. The function takes the CfnServerlessCluster$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 | |---|---|---|---| | `clientAuthentication` | software.amazon.awscdk.services.msk.CfnServerlessCluster$ClientAuthenticationProperty | [[cdk.support/lookup-entry]] | `:client-authentication` | | `clusterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-name` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` | | `vpcConfigs` | java.util.List | [[cdk.support/lookup-entry]] | `:vpc-configs` |
(build-cfn-serverless-cluster-client-authentication-property-builder builder
id
config)
The build-cfn-serverless-cluster-client-authentication-property-builder function updates a CfnServerlessCluster$ClientAuthenticationProperty$Builder instance using the provided configuration. The function takes the CfnServerlessCluster$ClientAuthenticationProperty$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 |
---|---|---|---|
sasl | software.amazon.awscdk.services.msk.CfnServerlessCluster$SaslProperty | cdk.support/lookup-entry | :sasl |
The build-cfn-serverless-cluster-client-authentication-property-builder function updates a CfnServerlessCluster$ClientAuthenticationProperty$Builder instance using the provided configuration. The function takes the CfnServerlessCluster$ClientAuthenticationProperty$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 | |---|---|---|---| | `sasl` | software.amazon.awscdk.services.msk.CfnServerlessCluster$SaslProperty | [[cdk.support/lookup-entry]] | `:sasl` |
(build-cfn-serverless-cluster-iam-property-builder builder id config)
The build-cfn-serverless-cluster-iam-property-builder function updates a CfnServerlessCluster$IamProperty$Builder instance using the provided configuration. The function takes the CfnServerlessCluster$IamProperty$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 |
---|---|---|---|
enabled | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
The build-cfn-serverless-cluster-iam-property-builder function updates a CfnServerlessCluster$IamProperty$Builder instance using the provided configuration. The function takes the CfnServerlessCluster$IamProperty$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 | |---|---|---|---| | `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
(build-cfn-serverless-cluster-props-builder builder id config)
The build-cfn-serverless-cluster-props-builder function updates a CfnServerlessClusterProps$Builder instance using the provided configuration. The function takes the CfnServerlessClusterProps$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 |
---|---|---|---|
clientAuthentication | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :client-authentication |
clusterName | java.lang.String | cdk.support/lookup-entry | :cluster-name |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
vpcConfigs | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :vpc-configs |
The build-cfn-serverless-cluster-props-builder function updates a CfnServerlessClusterProps$Builder instance using the provided configuration. The function takes the CfnServerlessClusterProps$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 | |---|---|---|---| | `clientAuthentication` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:client-authentication` | | `clusterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-name` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` | | `vpcConfigs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:vpc-configs` |
(build-cfn-serverless-cluster-sasl-property-builder builder id config)
The build-cfn-serverless-cluster-sasl-property-builder function updates a CfnServerlessCluster$SaslProperty$Builder instance using the provided configuration. The function takes the CfnServerlessCluster$SaslProperty$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 |
---|---|---|---|
iam | software.amazon.awscdk.services.msk.CfnServerlessCluster$IamProperty | cdk.support/lookup-entry | :iam |
The build-cfn-serverless-cluster-sasl-property-builder function updates a CfnServerlessCluster$SaslProperty$Builder instance using the provided configuration. The function takes the CfnServerlessCluster$SaslProperty$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 | |---|---|---|---| | `iam` | software.amazon.awscdk.services.msk.CfnServerlessCluster$IamProperty | [[cdk.support/lookup-entry]] | `:iam` |
(build-cfn-serverless-cluster-vpc-config-property-builder builder id config)
The build-cfn-serverless-cluster-vpc-config-property-builder function updates a CfnServerlessCluster$VpcConfigProperty$Builder instance using the provided configuration. The function takes the CfnServerlessCluster$VpcConfigProperty$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 |
---|---|---|---|
securityGroups | java.util.List | cdk.support/lookup-entry | :security-groups |
subnetIds | java.util.List | cdk.support/lookup-entry | :subnet-ids |
The build-cfn-serverless-cluster-vpc-config-property-builder function updates a CfnServerlessCluster$VpcConfigProperty$Builder instance using the provided configuration. The function takes the CfnServerlessCluster$VpcConfigProperty$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 | |---|---|---|---| | `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` | | `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` |
(build-cfn-vpc-connection-builder builder id config)
The build-cfn-vpc-connection-builder function updates a CfnVpcConnection$Builder instance using the provided configuration. The function takes the CfnVpcConnection$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 |
---|---|---|---|
authentication | java.lang.String | cdk.support/lookup-entry | :authentication |
clientSubnets | java.util.List | cdk.support/lookup-entry | :client-subnets |
securityGroups | java.util.List | cdk.support/lookup-entry | :security-groups |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
targetClusterArn | java.lang.String | cdk.support/lookup-entry | :target-cluster-arn |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-vpc-connection-builder function updates a CfnVpcConnection$Builder instance using the provided configuration. The function takes the CfnVpcConnection$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 | |---|---|---|---| | `authentication` | java.lang.String | [[cdk.support/lookup-entry]] | `:authentication` | | `clientSubnets` | java.util.List | [[cdk.support/lookup-entry]] | `:client-subnets` | | `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` | | `targetClusterArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-cluster-arn` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-vpc-connection-props-builder builder id config)
The build-cfn-vpc-connection-props-builder function updates a CfnVpcConnectionProps$Builder instance using the provided configuration. The function takes the CfnVpcConnectionProps$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 |
---|---|---|---|
authentication | java.lang.String | cdk.support/lookup-entry | :authentication |
clientSubnets | java.util.List | cdk.support/lookup-entry | :client-subnets |
securityGroups | java.util.List | cdk.support/lookup-entry | :security-groups |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
targetClusterArn | java.lang.String | cdk.support/lookup-entry | :target-cluster-arn |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-vpc-connection-props-builder function updates a CfnVpcConnectionProps$Builder instance using the provided configuration. The function takes the CfnVpcConnectionProps$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 | |---|---|---|---| | `authentication` | java.lang.String | [[cdk.support/lookup-entry]] | `:authentication` | | `clientSubnets` | java.util.List | [[cdk.support/lookup-entry]] | `:client-subnets` | | `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` | | `targetClusterArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-cluster-arn` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(cfn-batch-scram-secret-builder scope id config)
Creates a CfnBatchScramSecret$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 `CfnBatchScramSecret$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-batch-scram-secret-props-builder id config)
Creates a CfnBatchScramSecretProps$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 `CfnBatchScramSecretProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-broker-logs-property-builder id config)
Creates a CfnCluster$BrokerLogsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnCluster$BrokerLogsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-broker-node-group-info-property-builder id config)
Creates a CfnCluster$BrokerNodeGroupInfoProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnCluster$BrokerNodeGroupInfoProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-builder scope id config)
Creates a CfnCluster$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnCluster$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-client-authentication-property-builder id config)
Creates a CfnCluster$ClientAuthenticationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnCluster$ClientAuthenticationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-cloud-watch-logs-property-builder id config)
Creates a CfnCluster$CloudWatchLogsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnCluster$CloudWatchLogsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-configuration-info-property-builder id config)
Creates a CfnCluster$ConfigurationInfoProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnCluster$ConfigurationInfoProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-connectivity-info-property-builder id config)
Creates a CfnCluster$ConnectivityInfoProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnCluster$ConnectivityInfoProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-ebs-storage-info-property-builder id config)
Creates a CfnCluster$EBSStorageInfoProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnCluster$EBSStorageInfoProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-encryption-at-rest-property-builder id config)
Creates a CfnCluster$EncryptionAtRestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnCluster$EncryptionAtRestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-encryption-in-transit-property-builder id config)
Creates a CfnCluster$EncryptionInTransitProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnCluster$EncryptionInTransitProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-encryption-info-property-builder id config)
Creates a CfnCluster$EncryptionInfoProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnCluster$EncryptionInfoProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-firehose-property-builder id config)
Creates a CfnCluster$FirehoseProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnCluster$FirehoseProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-iam-property-builder id config)
Creates a CfnCluster$IamProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnCluster$IamProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-jmx-exporter-property-builder id config)
Creates a CfnCluster$JmxExporterProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnCluster$JmxExporterProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-logging-info-property-builder id config)
Creates a CfnCluster$LoggingInfoProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnCluster$LoggingInfoProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-node-exporter-property-builder id config)
Creates a CfnCluster$NodeExporterProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnCluster$NodeExporterProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-open-monitoring-property-builder id config)
Creates a CfnCluster$OpenMonitoringProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnCluster$OpenMonitoringProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-policy-builder scope id config)
Creates a CfnClusterPolicy$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 `CfnClusterPolicy$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-policy-props-builder id config)
Creates a CfnClusterPolicyProps$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 `CfnClusterPolicyProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-prometheus-property-builder id config)
Creates a CfnCluster$PrometheusProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnCluster$PrometheusProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-props-builder id config)
Creates a CfnClusterProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnClusterProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-provisioned-throughput-property-builder id config)
Creates a CfnCluster$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 `CfnCluster$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-cluster-public-access-property-builder id config)
Creates a CfnCluster$PublicAccessProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnCluster$PublicAccessProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-s3-property-builder id config)
Creates a CfnCluster$S3Property$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnCluster$S3Property$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-sasl-property-builder id config)
Creates a CfnCluster$SaslProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnCluster$SaslProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-scram-property-builder id config)
Creates a CfnCluster$ScramProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnCluster$ScramProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-storage-info-property-builder id config)
Creates a CfnCluster$StorageInfoProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnCluster$StorageInfoProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-tls-property-builder id config)
Creates a CfnCluster$TlsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnCluster$TlsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-unauthenticated-property-builder id config)
Creates a CfnCluster$UnauthenticatedProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnCluster$UnauthenticatedProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-vpc-connectivity-client-authentication-property-builder id config)
Creates a CfnCluster$VpcConnectivityClientAuthenticationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnCluster$VpcConnectivityClientAuthenticationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-vpc-connectivity-iam-property-builder id config)
Creates a CfnCluster$VpcConnectivityIamProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnCluster$VpcConnectivityIamProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-vpc-connectivity-property-builder id config)
Creates a CfnCluster$VpcConnectivityProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnCluster$VpcConnectivityProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-vpc-connectivity-sasl-property-builder id config)
Creates a CfnCluster$VpcConnectivitySaslProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnCluster$VpcConnectivitySaslProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-vpc-connectivity-scram-property-builder id config)
Creates a CfnCluster$VpcConnectivityScramProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnCluster$VpcConnectivityScramProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-cluster-vpc-connectivity-tls-property-builder id config)
Creates a CfnCluster$VpcConnectivityTlsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnCluster$VpcConnectivityTlsProperty$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-configuration-builder scope id config)
Creates a CfnConfiguration$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 `CfnConfiguration$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-configuration-latest-revision-property-builder id config)
Creates a CfnConfiguration$LatestRevisionProperty$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 `CfnConfiguration$LatestRevisionProperty$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-configuration-props-builder id config)
Creates a CfnConfigurationProps$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 `CfnConfigurationProps$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-replicator-amazon-msk-cluster-property-builder id config)
Creates a CfnReplicator$AmazonMskClusterProperty$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 `CfnReplicator$AmazonMskClusterProperty$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-replicator-builder scope id config)
Creates a CfnReplicator$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 `CfnReplicator$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-replicator-consumer-group-replication-property-builder id config)
Creates a CfnReplicator$ConsumerGroupReplicationProperty$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 `CfnReplicator$ConsumerGroupReplicationProperty$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-replicator-kafka-cluster-client-vpc-config-property-builder id config)
Creates a CfnReplicator$KafkaClusterClientVpcConfigProperty$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 `CfnReplicator$KafkaClusterClientVpcConfigProperty$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-replicator-kafka-cluster-property-builder id config)
Creates a CfnReplicator$KafkaClusterProperty$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 `CfnReplicator$KafkaClusterProperty$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-replicator-props-builder id config)
Creates a CfnReplicatorProps$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 `CfnReplicatorProps$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-replicator-replication-info-property-builder id config)
Creates a CfnReplicator$ReplicationInfoProperty$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 `CfnReplicator$ReplicationInfoProperty$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-replicator-replication-starting-position-property-builder id config)
Creates a CfnReplicator$ReplicationStartingPositionProperty$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 `CfnReplicator$ReplicationStartingPositionProperty$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-replicator-topic-replication-property-builder id config)
Creates a CfnReplicator$TopicReplicationProperty$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 `CfnReplicator$TopicReplicationProperty$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-cluster-builder scope id config)
Creates a CfnServerlessCluster$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 `CfnServerlessCluster$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-cluster-client-authentication-property-builder id config)
Creates a CfnServerlessCluster$ClientAuthenticationProperty$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 `CfnServerlessCluster$ClientAuthenticationProperty$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-cluster-iam-property-builder id config)
Creates a CfnServerlessCluster$IamProperty$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 `CfnServerlessCluster$IamProperty$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-cluster-props-builder id config)
Creates a CfnServerlessClusterProps$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 `CfnServerlessClusterProps$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-cluster-sasl-property-builder id config)
Creates a CfnServerlessCluster$SaslProperty$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 `CfnServerlessCluster$SaslProperty$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-cluster-vpc-config-property-builder id config)
Creates a CfnServerlessCluster$VpcConfigProperty$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 `CfnServerlessCluster$VpcConfigProperty$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-vpc-connection-builder scope id config)
Creates a CfnVpcConnection$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 `CfnVpcConnection$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-vpc-connection-props-builder id config)
Creates a CfnVpcConnectionProps$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 `CfnVpcConnectionProps$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