Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.kafkaconnect package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.kafkaconnect package.
(build-cfn-connector-apache-kafka-cluster-property-builder builder id config)
The build-cfn-connector-apache-kafka-cluster-property-builder function updates a CfnConnector$ApacheKafkaClusterProperty$Builder instance using the provided configuration. The function takes the CfnConnector$ApacheKafkaClusterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bootstrapServers | java.lang.String | cdk.support/lookup-entry | :bootstrap-servers |
vpc | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :vpc |
The build-cfn-connector-apache-kafka-cluster-property-builder function updates a CfnConnector$ApacheKafkaClusterProperty$Builder instance using the provided configuration. The function takes the CfnConnector$ApacheKafkaClusterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bootstrapServers` | java.lang.String | [[cdk.support/lookup-entry]] | `:bootstrap-servers` | | `vpc` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:vpc` |
(build-cfn-connector-auto-scaling-property-builder builder id config)
The build-cfn-connector-auto-scaling-property-builder function updates a CfnConnector$AutoScalingProperty$Builder instance using the provided configuration. The function takes the CfnConnector$AutoScalingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
maxWorkerCount | java.lang.Number | cdk.support/lookup-entry | :max-worker-count |
mcuCount | java.lang.Number | cdk.support/lookup-entry | :mcu-count |
minWorkerCount | java.lang.Number | cdk.support/lookup-entry | :min-worker-count |
scaleInPolicy | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :scale-in-policy |
scaleOutPolicy | software.amazon.awscdk.services.kafkaconnect.CfnConnector$ScaleOutPolicyProperty | cdk.support/lookup-entry | :scale-out-policy |
The build-cfn-connector-auto-scaling-property-builder function updates a CfnConnector$AutoScalingProperty$Builder instance using the provided configuration. The function takes the CfnConnector$AutoScalingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `maxWorkerCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-worker-count` | | `mcuCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:mcu-count` | | `minWorkerCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-worker-count` | | `scaleInPolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:scale-in-policy` | | `scaleOutPolicy` | software.amazon.awscdk.services.kafkaconnect.CfnConnector$ScaleOutPolicyProperty | [[cdk.support/lookup-entry]] | `:scale-out-policy` |
(build-cfn-connector-builder builder id config)
The build-cfn-connector-builder function updates a CfnConnector$Builder instance using the provided configuration. The function takes the CfnConnector$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
capacity | software.amazon.awscdk.services.kafkaconnect.CfnConnector$CapacityProperty | cdk.support/lookup-entry | :capacity |
connectorConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :connector-configuration |
connectorDescription | java.lang.String | cdk.support/lookup-entry | :connector-description |
connectorName | java.lang.String | cdk.support/lookup-entry | :connector-name |
kafkaCluster | software.amazon.awscdk.services.kafkaconnect.CfnConnector$KafkaClusterProperty | cdk.support/lookup-entry | :kafka-cluster |
kafkaClusterClientAuthentication | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :kafka-cluster-client-authentication |
kafkaClusterEncryptionInTransit | software.amazon.awscdk.services.kafkaconnect.CfnConnector$KafkaClusterEncryptionInTransitProperty | cdk.support/lookup-entry | :kafka-cluster-encryption-in-transit |
kafkaConnectVersion | java.lang.String | cdk.support/lookup-entry | :kafka-connect-version |
logDelivery | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :log-delivery |
plugins | java.util.List | cdk.support/lookup-entry | :plugins |
serviceExecutionRoleArn | java.lang.String | cdk.support/lookup-entry | :service-execution-role-arn |
tags | java.util.List | cdk.support/lookup-entry | :tags |
workerConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :worker-configuration |
The build-cfn-connector-builder function updates a CfnConnector$Builder instance using the provided configuration. The function takes the CfnConnector$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `capacity` | software.amazon.awscdk.services.kafkaconnect.CfnConnector$CapacityProperty | [[cdk.support/lookup-entry]] | `:capacity` | | `connectorConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:connector-configuration` | | `connectorDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:connector-description` | | `connectorName` | java.lang.String | [[cdk.support/lookup-entry]] | `:connector-name` | | `kafkaCluster` | software.amazon.awscdk.services.kafkaconnect.CfnConnector$KafkaClusterProperty | [[cdk.support/lookup-entry]] | `:kafka-cluster` | | `kafkaClusterClientAuthentication` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:kafka-cluster-client-authentication` | | `kafkaClusterEncryptionInTransit` | software.amazon.awscdk.services.kafkaconnect.CfnConnector$KafkaClusterEncryptionInTransitProperty | [[cdk.support/lookup-entry]] | `:kafka-cluster-encryption-in-transit` | | `kafkaConnectVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:kafka-connect-version` | | `logDelivery` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:log-delivery` | | `plugins` | java.util.List | [[cdk.support/lookup-entry]] | `:plugins` | | `serviceExecutionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-execution-role-arn` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `workerConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:worker-configuration` |
(build-cfn-connector-capacity-property-builder builder id config)
The build-cfn-connector-capacity-property-builder function updates a CfnConnector$CapacityProperty$Builder instance using the provided configuration. The function takes the CfnConnector$CapacityProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
autoScaling | software.amazon.awscdk.services.kafkaconnect.CfnConnector$AutoScalingProperty | cdk.support/lookup-entry | :auto-scaling |
provisionedCapacity | software.amazon.awscdk.services.kafkaconnect.CfnConnector$ProvisionedCapacityProperty | cdk.support/lookup-entry | :provisioned-capacity |
The build-cfn-connector-capacity-property-builder function updates a CfnConnector$CapacityProperty$Builder instance using the provided configuration. The function takes the CfnConnector$CapacityProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `autoScaling` | software.amazon.awscdk.services.kafkaconnect.CfnConnector$AutoScalingProperty | [[cdk.support/lookup-entry]] | `:auto-scaling` | | `provisionedCapacity` | software.amazon.awscdk.services.kafkaconnect.CfnConnector$ProvisionedCapacityProperty | [[cdk.support/lookup-entry]] | `:provisioned-capacity` |
(build-cfn-connector-cloud-watch-logs-log-delivery-property-builder builder
id
config)
The build-cfn-connector-cloud-watch-logs-log-delivery-property-builder function updates a CfnConnector$CloudWatchLogsLogDeliveryProperty$Builder instance using the provided configuration. The function takes the CfnConnector$CloudWatchLogsLogDeliveryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-connector-cloud-watch-logs-log-delivery-property-builder function updates a CfnConnector$CloudWatchLogsLogDeliveryProperty$Builder instance using the provided configuration. The function takes the CfnConnector$CloudWatchLogsLogDeliveryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-connector-custom-plugin-property-builder builder id config)
The build-cfn-connector-custom-plugin-property-builder function updates a CfnConnector$CustomPluginProperty$Builder instance using the provided configuration. The function takes the CfnConnector$CustomPluginProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
customPluginArn | java.lang.String | cdk.support/lookup-entry | :custom-plugin-arn |
revision | java.lang.Number | cdk.support/lookup-entry | :revision |
The build-cfn-connector-custom-plugin-property-builder function updates a CfnConnector$CustomPluginProperty$Builder instance using the provided configuration. The function takes the CfnConnector$CustomPluginProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `customPluginArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-plugin-arn` | | `revision` | java.lang.Number | [[cdk.support/lookup-entry]] | `:revision` |
(build-cfn-connector-firehose-log-delivery-property-builder builder id config)
The build-cfn-connector-firehose-log-delivery-property-builder function updates a CfnConnector$FirehoseLogDeliveryProperty$Builder instance using the provided configuration. The function takes the CfnConnector$FirehoseLogDeliveryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enabled |
The build-cfn-connector-firehose-log-delivery-property-builder function updates a CfnConnector$FirehoseLogDeliveryProperty$Builder instance using the provided configuration. The function takes the CfnConnector$FirehoseLogDeliveryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` |
(build-cfn-connector-kafka-cluster-client-authentication-property-builder
builder
id
config)
The build-cfn-connector-kafka-cluster-client-authentication-property-builder function updates a CfnConnector$KafkaClusterClientAuthenticationProperty$Builder instance using the provided configuration. The function takes the CfnConnector$KafkaClusterClientAuthenticationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
authenticationType | java.lang.String | cdk.support/lookup-entry | :authentication-type |
The build-cfn-connector-kafka-cluster-client-authentication-property-builder function updates a CfnConnector$KafkaClusterClientAuthenticationProperty$Builder instance using the provided configuration. The function takes the CfnConnector$KafkaClusterClientAuthenticationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `authenticationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:authentication-type` |
(build-cfn-connector-kafka-cluster-encryption-in-transit-property-builder
builder
id
config)
The build-cfn-connector-kafka-cluster-encryption-in-transit-property-builder function updates a CfnConnector$KafkaClusterEncryptionInTransitProperty$Builder instance using the provided configuration. The function takes the CfnConnector$KafkaClusterEncryptionInTransitProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
encryptionType | java.lang.String | cdk.support/lookup-entry | :encryption-type |
The build-cfn-connector-kafka-cluster-encryption-in-transit-property-builder function updates a CfnConnector$KafkaClusterEncryptionInTransitProperty$Builder instance using the provided configuration. The function takes the CfnConnector$KafkaClusterEncryptionInTransitProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `encryptionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:encryption-type` |
(build-cfn-connector-kafka-cluster-property-builder builder id config)
The build-cfn-connector-kafka-cluster-property-builder function updates a CfnConnector$KafkaClusterProperty$Builder instance using the provided configuration. The function takes the CfnConnector$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 |
---|---|---|---|
apacheKafkaCluster | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :apache-kafka-cluster |
The build-cfn-connector-kafka-cluster-property-builder function updates a CfnConnector$KafkaClusterProperty$Builder instance using the provided configuration. The function takes the CfnConnector$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 | |---|---|---|---| | `apacheKafkaCluster` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:apache-kafka-cluster` |
(build-cfn-connector-log-delivery-property-builder builder id config)
The build-cfn-connector-log-delivery-property-builder function updates a CfnConnector$LogDeliveryProperty$Builder instance using the provided configuration. The function takes the CfnConnector$LogDeliveryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
workerLogDelivery | software.amazon.awscdk.services.kafkaconnect.CfnConnector$WorkerLogDeliveryProperty | cdk.support/lookup-entry | :worker-log-delivery |
The build-cfn-connector-log-delivery-property-builder function updates a CfnConnector$LogDeliveryProperty$Builder instance using the provided configuration. The function takes the CfnConnector$LogDeliveryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `workerLogDelivery` | software.amazon.awscdk.services.kafkaconnect.CfnConnector$WorkerLogDeliveryProperty | [[cdk.support/lookup-entry]] | `:worker-log-delivery` |
(build-cfn-connector-plugin-property-builder builder id config)
The build-cfn-connector-plugin-property-builder function updates a CfnConnector$PluginProperty$Builder instance using the provided configuration. The function takes the CfnConnector$PluginProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
customPlugin | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :custom-plugin |
The build-cfn-connector-plugin-property-builder function updates a CfnConnector$PluginProperty$Builder instance using the provided configuration. The function takes the CfnConnector$PluginProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `customPlugin` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-plugin` |
(build-cfn-connector-props-builder builder id config)
The build-cfn-connector-props-builder function updates a CfnConnectorProps$Builder instance using the provided configuration. The function takes the CfnConnectorProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
capacity | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :capacity |
connectorConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :connector-configuration |
connectorDescription | java.lang.String | cdk.support/lookup-entry | :connector-description |
connectorName | java.lang.String | cdk.support/lookup-entry | :connector-name |
kafkaCluster | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :kafka-cluster |
kafkaClusterClientAuthentication | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :kafka-cluster-client-authentication |
kafkaClusterEncryptionInTransit | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :kafka-cluster-encryption-in-transit |
kafkaConnectVersion | java.lang.String | cdk.support/lookup-entry | :kafka-connect-version |
logDelivery | software.amazon.awscdk.services.kafkaconnect.CfnConnector$LogDeliveryProperty | cdk.support/lookup-entry | :log-delivery |
plugins | java.util.List | cdk.support/lookup-entry | :plugins |
serviceExecutionRoleArn | java.lang.String | cdk.support/lookup-entry | :service-execution-role-arn |
tags | java.util.List | cdk.support/lookup-entry | :tags |
workerConfiguration | software.amazon.awscdk.services.kafkaconnect.CfnConnector$WorkerConfigurationProperty | cdk.support/lookup-entry | :worker-configuration |
The build-cfn-connector-props-builder function updates a CfnConnectorProps$Builder instance using the provided configuration. The function takes the CfnConnectorProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `capacity` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:capacity` | | `connectorConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:connector-configuration` | | `connectorDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:connector-description` | | `connectorName` | java.lang.String | [[cdk.support/lookup-entry]] | `:connector-name` | | `kafkaCluster` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:kafka-cluster` | | `kafkaClusterClientAuthentication` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:kafka-cluster-client-authentication` | | `kafkaClusterEncryptionInTransit` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:kafka-cluster-encryption-in-transit` | | `kafkaConnectVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:kafka-connect-version` | | `logDelivery` | software.amazon.awscdk.services.kafkaconnect.CfnConnector$LogDeliveryProperty | [[cdk.support/lookup-entry]] | `:log-delivery` | | `plugins` | java.util.List | [[cdk.support/lookup-entry]] | `:plugins` | | `serviceExecutionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-execution-role-arn` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `workerConfiguration` | software.amazon.awscdk.services.kafkaconnect.CfnConnector$WorkerConfigurationProperty | [[cdk.support/lookup-entry]] | `:worker-configuration` |
(build-cfn-connector-provisioned-capacity-property-builder builder id config)
The build-cfn-connector-provisioned-capacity-property-builder function updates a CfnConnector$ProvisionedCapacityProperty$Builder instance using the provided configuration. The function takes the CfnConnector$ProvisionedCapacityProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
mcuCount | java.lang.Number | cdk.support/lookup-entry | :mcu-count |
workerCount | java.lang.Number | cdk.support/lookup-entry | :worker-count |
The build-cfn-connector-provisioned-capacity-property-builder function updates a CfnConnector$ProvisionedCapacityProperty$Builder instance using the provided configuration. The function takes the CfnConnector$ProvisionedCapacityProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `mcuCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:mcu-count` | | `workerCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:worker-count` |
(build-cfn-connector-s3-log-delivery-property-builder builder id config)
The build-cfn-connector-s3-log-delivery-property-builder function updates a CfnConnector$S3LogDeliveryProperty$Builder instance using the provided configuration. The function takes the CfnConnector$S3LogDeliveryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-connector-s3-log-delivery-property-builder function updates a CfnConnector$S3LogDeliveryProperty$Builder instance using the provided configuration. The function takes the CfnConnector$S3LogDeliveryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-connector-scale-in-policy-property-builder builder id config)
The build-cfn-connector-scale-in-policy-property-builder function updates a CfnConnector$ScaleInPolicyProperty$Builder instance using the provided configuration. The function takes the CfnConnector$ScaleInPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cpuUtilizationPercentage | java.lang.Number | cdk.support/lookup-entry | :cpu-utilization-percentage |
The build-cfn-connector-scale-in-policy-property-builder function updates a CfnConnector$ScaleInPolicyProperty$Builder instance using the provided configuration. The function takes the CfnConnector$ScaleInPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cpuUtilizationPercentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cpu-utilization-percentage` |
(build-cfn-connector-scale-out-policy-property-builder builder id config)
The build-cfn-connector-scale-out-policy-property-builder function updates a CfnConnector$ScaleOutPolicyProperty$Builder instance using the provided configuration. The function takes the CfnConnector$ScaleOutPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cpuUtilizationPercentage | java.lang.Number | cdk.support/lookup-entry | :cpu-utilization-percentage |
The build-cfn-connector-scale-out-policy-property-builder function updates a CfnConnector$ScaleOutPolicyProperty$Builder instance using the provided configuration. The function takes the CfnConnector$ScaleOutPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cpuUtilizationPercentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cpu-utilization-percentage` |
(build-cfn-connector-vpc-property-builder builder id config)
The build-cfn-connector-vpc-property-builder function updates a CfnConnector$VpcProperty$Builder instance using the provided configuration. The function takes the CfnConnector$VpcProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
subnets | java.util.List | cdk.support/lookup-entry | :subnets |
The build-cfn-connector-vpc-property-builder function updates a CfnConnector$VpcProperty$Builder instance using the provided configuration. The function takes the CfnConnector$VpcProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `subnets` | java.util.List | [[cdk.support/lookup-entry]] | `:subnets` |
(build-cfn-connector-worker-configuration-property-builder builder id config)
The build-cfn-connector-worker-configuration-property-builder function updates a CfnConnector$WorkerConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnConnector$WorkerConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
revision | java.lang.Number | cdk.support/lookup-entry | :revision |
workerConfigurationArn | java.lang.String | cdk.support/lookup-entry | :worker-configuration-arn |
The build-cfn-connector-worker-configuration-property-builder function updates a CfnConnector$WorkerConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnConnector$WorkerConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `revision` | java.lang.Number | [[cdk.support/lookup-entry]] | `:revision` | | `workerConfigurationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:worker-configuration-arn` |
(build-cfn-connector-worker-log-delivery-property-builder builder id config)
The build-cfn-connector-worker-log-delivery-property-builder function updates a CfnConnector$WorkerLogDeliveryProperty$Builder instance using the provided configuration. The function takes the CfnConnector$WorkerLogDeliveryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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.kafkaconnect.CfnConnector$FirehoseLogDeliveryProperty | cdk.support/lookup-entry | :firehose |
s3 | software.amazon.awscdk.services.kafkaconnect.CfnConnector$S3LogDeliveryProperty | cdk.support/lookup-entry | :s3 |
The build-cfn-connector-worker-log-delivery-property-builder function updates a CfnConnector$WorkerLogDeliveryProperty$Builder instance using the provided configuration. The function takes the CfnConnector$WorkerLogDeliveryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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.kafkaconnect.CfnConnector$FirehoseLogDeliveryProperty | [[cdk.support/lookup-entry]] | `:firehose` | | `s3` | software.amazon.awscdk.services.kafkaconnect.CfnConnector$S3LogDeliveryProperty | [[cdk.support/lookup-entry]] | `:s3` |
(build-cfn-custom-plugin-builder builder id config)
The build-cfn-custom-plugin-builder function updates a CfnCustomPlugin$Builder instance using the provided configuration. The function takes the CfnCustomPlugin$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
contentType | java.lang.String | cdk.support/lookup-entry | :content-type |
description | java.lang.String | cdk.support/lookup-entry | :description |
location | software.amazon.awscdk.services.kafkaconnect.CfnCustomPlugin$CustomPluginLocationProperty | cdk.support/lookup-entry | :location |
name | java.lang.String | cdk.support/lookup-entry | :name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-custom-plugin-builder function updates a CfnCustomPlugin$Builder instance using the provided configuration. The function takes the CfnCustomPlugin$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `contentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-type` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `location` | software.amazon.awscdk.services.kafkaconnect.CfnCustomPlugin$CustomPluginLocationProperty | [[cdk.support/lookup-entry]] | `:location` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-custom-plugin-custom-plugin-file-description-property-builder builder
id
config)
The build-cfn-custom-plugin-custom-plugin-file-description-property-builder function updates a CfnCustomPlugin$CustomPluginFileDescriptionProperty$Builder instance using the provided configuration. The function takes the CfnCustomPlugin$CustomPluginFileDescriptionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
fileMd5 | java.lang.String | cdk.support/lookup-entry | :file-md5 |
fileSize | java.lang.Number | cdk.support/lookup-entry | :file-size |
The build-cfn-custom-plugin-custom-plugin-file-description-property-builder function updates a CfnCustomPlugin$CustomPluginFileDescriptionProperty$Builder instance using the provided configuration. The function takes the CfnCustomPlugin$CustomPluginFileDescriptionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `fileMd5` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-md5` | | `fileSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:file-size` |
(build-cfn-custom-plugin-custom-plugin-location-property-builder builder
id
config)
The build-cfn-custom-plugin-custom-plugin-location-property-builder function updates a CfnCustomPlugin$CustomPluginLocationProperty$Builder instance using the provided configuration. The function takes the CfnCustomPlugin$CustomPluginLocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
s3Location | software.amazon.awscdk.services.kafkaconnect.CfnCustomPlugin$S3LocationProperty | cdk.support/lookup-entry | :s3-location |
The build-cfn-custom-plugin-custom-plugin-location-property-builder function updates a CfnCustomPlugin$CustomPluginLocationProperty$Builder instance using the provided configuration. The function takes the CfnCustomPlugin$CustomPluginLocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `s3Location` | software.amazon.awscdk.services.kafkaconnect.CfnCustomPlugin$S3LocationProperty | [[cdk.support/lookup-entry]] | `:s3-location` |
(build-cfn-custom-plugin-props-builder builder id config)
The build-cfn-custom-plugin-props-builder function updates a CfnCustomPluginProps$Builder instance using the provided configuration. The function takes the CfnCustomPluginProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
contentType | java.lang.String | cdk.support/lookup-entry | :content-type |
description | java.lang.String | cdk.support/lookup-entry | :description |
location | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :location |
name | java.lang.String | cdk.support/lookup-entry | :name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-custom-plugin-props-builder function updates a CfnCustomPluginProps$Builder instance using the provided configuration. The function takes the CfnCustomPluginProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `contentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-type` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `location` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:location` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-custom-plugin-s3-location-property-builder builder id config)
The build-cfn-custom-plugin-s3-location-property-builder function updates a CfnCustomPlugin$S3LocationProperty$Builder instance using the provided configuration. The function takes the CfnCustomPlugin$S3LocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucketArn | java.lang.String | cdk.support/lookup-entry | :bucket-arn |
fileKey | java.lang.String | cdk.support/lookup-entry | :file-key |
objectVersion | java.lang.String | cdk.support/lookup-entry | :object-version |
The build-cfn-custom-plugin-s3-location-property-builder function updates a CfnCustomPlugin$S3LocationProperty$Builder instance using the provided configuration. The function takes the CfnCustomPlugin$S3LocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bucketArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-arn` | | `fileKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-key` | | `objectVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:object-version` |
(build-cfn-worker-configuration-builder builder id config)
The build-cfn-worker-configuration-builder function updates a CfnWorkerConfiguration$Builder instance using the provided configuration. The function takes the CfnWorkerConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
name | java.lang.String | cdk.support/lookup-entry | :name |
propertiesFileContent | java.lang.String | cdk.support/lookup-entry | :properties-file-content |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-worker-configuration-builder function updates a CfnWorkerConfiguration$Builder instance using the provided configuration. The function takes the CfnWorkerConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `propertiesFileContent` | java.lang.String | [[cdk.support/lookup-entry]] | `:properties-file-content` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-worker-configuration-props-builder builder id config)
The build-cfn-worker-configuration-props-builder function updates a CfnWorkerConfigurationProps$Builder instance using the provided configuration. The function takes the CfnWorkerConfigurationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
name | java.lang.String | cdk.support/lookup-entry | :name |
propertiesFileContent | java.lang.String | cdk.support/lookup-entry | :properties-file-content |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-worker-configuration-props-builder function updates a CfnWorkerConfigurationProps$Builder instance using the provided configuration. The function takes the CfnWorkerConfigurationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `propertiesFileContent` | java.lang.String | [[cdk.support/lookup-entry]] | `:properties-file-content` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(cfn-connector-apache-kafka-cluster-property-builder id config)
Creates a CfnConnector$ApacheKafkaClusterProperty$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 `CfnConnector$ApacheKafkaClusterProperty$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-connector-auto-scaling-property-builder id config)
Creates a CfnConnector$AutoScalingProperty$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 `CfnConnector$AutoScalingProperty$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-connector-builder scope id config)
Creates a CfnConnector$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 `CfnConnector$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-connector-capacity-property-builder id config)
Creates a CfnConnector$CapacityProperty$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 `CfnConnector$CapacityProperty$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-connector-cloud-watch-logs-log-delivery-property-builder id config)
Creates a CfnConnector$CloudWatchLogsLogDeliveryProperty$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 `CfnConnector$CloudWatchLogsLogDeliveryProperty$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-connector-custom-plugin-property-builder id config)
Creates a CfnConnector$CustomPluginProperty$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 `CfnConnector$CustomPluginProperty$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-connector-firehose-log-delivery-property-builder id config)
Creates a CfnConnector$FirehoseLogDeliveryProperty$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 `CfnConnector$FirehoseLogDeliveryProperty$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-connector-kafka-cluster-client-authentication-property-builder id config)
Creates a CfnConnector$KafkaClusterClientAuthenticationProperty$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 `CfnConnector$KafkaClusterClientAuthenticationProperty$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-connector-kafka-cluster-encryption-in-transit-property-builder id config)
Creates a CfnConnector$KafkaClusterEncryptionInTransitProperty$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 `CfnConnector$KafkaClusterEncryptionInTransitProperty$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-connector-kafka-cluster-property-builder id config)
Creates a CfnConnector$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 `CfnConnector$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-connector-log-delivery-property-builder id config)
Creates a CfnConnector$LogDeliveryProperty$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 `CfnConnector$LogDeliveryProperty$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-connector-plugin-property-builder id config)
Creates a CfnConnector$PluginProperty$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 `CfnConnector$PluginProperty$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-connector-props-builder id config)
Creates a CfnConnectorProps$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 `CfnConnectorProps$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-connector-provisioned-capacity-property-builder id config)
Creates a CfnConnector$ProvisionedCapacityProperty$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 `CfnConnector$ProvisionedCapacityProperty$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-connector-s3-log-delivery-property-builder id config)
Creates a CfnConnector$S3LogDeliveryProperty$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 `CfnConnector$S3LogDeliveryProperty$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-connector-scale-in-policy-property-builder id config)
Creates a CfnConnector$ScaleInPolicyProperty$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 `CfnConnector$ScaleInPolicyProperty$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-connector-scale-out-policy-property-builder id config)
Creates a CfnConnector$ScaleOutPolicyProperty$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 `CfnConnector$ScaleOutPolicyProperty$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-connector-vpc-property-builder id config)
Creates a CfnConnector$VpcProperty$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 `CfnConnector$VpcProperty$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-connector-worker-configuration-property-builder id config)
Creates a CfnConnector$WorkerConfigurationProperty$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 `CfnConnector$WorkerConfigurationProperty$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-connector-worker-log-delivery-property-builder id config)
Creates a CfnConnector$WorkerLogDeliveryProperty$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 `CfnConnector$WorkerLogDeliveryProperty$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-custom-plugin-builder scope id config)
Creates a CfnCustomPlugin$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 `CfnCustomPlugin$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-custom-plugin-custom-plugin-file-description-property-builder id config)
Creates a CfnCustomPlugin$CustomPluginFileDescriptionProperty$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 `CfnCustomPlugin$CustomPluginFileDescriptionProperty$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-custom-plugin-custom-plugin-location-property-builder id config)
Creates a CfnCustomPlugin$CustomPluginLocationProperty$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 `CfnCustomPlugin$CustomPluginLocationProperty$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-custom-plugin-props-builder id config)
Creates a CfnCustomPluginProps$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 `CfnCustomPluginProps$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-custom-plugin-s3-location-property-builder id config)
Creates a CfnCustomPlugin$S3LocationProperty$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 `CfnCustomPlugin$S3LocationProperty$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-worker-configuration-builder scope id config)
Creates a CfnWorkerConfiguration$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 `CfnWorkerConfiguration$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-worker-configuration-props-builder id config)
Creates a CfnWorkerConfigurationProps$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 `CfnWorkerConfigurationProps$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