Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.kafkaconnect

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. 
raw docstring

build-cfn-connector-apache-kafka-cluster-property-builderclj

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

FieldDataTypeLookup FunctionData Key
bootstrapServersjava.lang.Stringcdk.support/lookup-entry:bootstrap-servers
vpcsoftware.amazon.awscdk.IResolvablecdk.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` |
sourceraw docstring

build-cfn-connector-auto-scaling-property-builderclj

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

FieldDataTypeLookup FunctionData Key
maxWorkerCountjava.lang.Numbercdk.support/lookup-entry:max-worker-count
mcuCountjava.lang.Numbercdk.support/lookup-entry:mcu-count
minWorkerCountjava.lang.Numbercdk.support/lookup-entry:min-worker-count
scaleInPolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:scale-in-policy
scaleOutPolicysoftware.amazon.awscdk.services.kafkaconnect.CfnConnector$ScaleOutPolicyPropertycdk.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` |
sourceraw docstring

build-cfn-connector-builderclj

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

FieldDataTypeLookup FunctionData Key
capacitysoftware.amazon.awscdk.services.kafkaconnect.CfnConnector$CapacityPropertycdk.support/lookup-entry:capacity
connectorConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:connector-configuration
connectorDescriptionjava.lang.Stringcdk.support/lookup-entry:connector-description
connectorNamejava.lang.Stringcdk.support/lookup-entry:connector-name
kafkaClustersoftware.amazon.awscdk.services.kafkaconnect.CfnConnector$KafkaClusterPropertycdk.support/lookup-entry:kafka-cluster
kafkaClusterClientAuthenticationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:kafka-cluster-client-authentication
kafkaClusterEncryptionInTransitsoftware.amazon.awscdk.services.kafkaconnect.CfnConnector$KafkaClusterEncryptionInTransitPropertycdk.support/lookup-entry:kafka-cluster-encryption-in-transit
kafkaConnectVersionjava.lang.Stringcdk.support/lookup-entry:kafka-connect-version
logDeliverysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:log-delivery
pluginsjava.util.Listcdk.support/lookup-entry:plugins
serviceExecutionRoleArnjava.lang.Stringcdk.support/lookup-entry:service-execution-role-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
workerConfigurationsoftware.amazon.awscdk.IResolvablecdk.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` |
sourceraw docstring

build-cfn-connector-capacity-property-builderclj

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

FieldDataTypeLookup FunctionData Key
autoScalingsoftware.amazon.awscdk.services.kafkaconnect.CfnConnector$AutoScalingPropertycdk.support/lookup-entry:auto-scaling
provisionedCapacitysoftware.amazon.awscdk.services.kafkaconnect.CfnConnector$ProvisionedCapacityPropertycdk.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` |
sourceraw docstring

build-cfn-connector-cloud-watch-logs-log-delivery-property-builderclj

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

FieldDataTypeLookup FunctionData Key
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
logGroupjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-connector-custom-plugin-property-builderclj

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

FieldDataTypeLookup FunctionData Key
customPluginArnjava.lang.Stringcdk.support/lookup-entry:custom-plugin-arn
revisionjava.lang.Numbercdk.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` |
sourceraw docstring

build-cfn-connector-firehose-log-delivery-property-builderclj

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

FieldDataTypeLookup FunctionData Key
deliveryStreamjava.lang.Stringcdk.support/lookup-entry:delivery-stream
enabledsoftware.amazon.awscdk.IResolvablecdk.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` |
sourceraw docstring

build-cfn-connector-kafka-cluster-client-authentication-property-builderclj

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

FieldDataTypeLookup FunctionData Key
authenticationTypejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-connector-kafka-cluster-encryption-in-transit-property-builderclj

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

FieldDataTypeLookup FunctionData Key
encryptionTypejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-connector-kafka-cluster-property-builderclj

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

FieldDataTypeLookup FunctionData Key
apacheKafkaClustersoftware.amazon.awscdk.IResolvablecdk.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` |
sourceraw docstring

build-cfn-connector-log-delivery-property-builderclj

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

FieldDataTypeLookup FunctionData Key
workerLogDeliverysoftware.amazon.awscdk.services.kafkaconnect.CfnConnector$WorkerLogDeliveryPropertycdk.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` |
sourceraw docstring

build-cfn-connector-plugin-property-builderclj

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

FieldDataTypeLookup FunctionData Key
customPluginsoftware.amazon.awscdk.IResolvablecdk.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` |
sourceraw docstring

build-cfn-connector-props-builderclj

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

FieldDataTypeLookup FunctionData Key
capacitysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:capacity
connectorConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:connector-configuration
connectorDescriptionjava.lang.Stringcdk.support/lookup-entry:connector-description
connectorNamejava.lang.Stringcdk.support/lookup-entry:connector-name
kafkaClustersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:kafka-cluster
kafkaClusterClientAuthenticationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:kafka-cluster-client-authentication
kafkaClusterEncryptionInTransitsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:kafka-cluster-encryption-in-transit
kafkaConnectVersionjava.lang.Stringcdk.support/lookup-entry:kafka-connect-version
logDeliverysoftware.amazon.awscdk.services.kafkaconnect.CfnConnector$LogDeliveryPropertycdk.support/lookup-entry:log-delivery
pluginsjava.util.Listcdk.support/lookup-entry:plugins
serviceExecutionRoleArnjava.lang.Stringcdk.support/lookup-entry:service-execution-role-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
workerConfigurationsoftware.amazon.awscdk.services.kafkaconnect.CfnConnector$WorkerConfigurationPropertycdk.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` |
sourceraw docstring

build-cfn-connector-provisioned-capacity-property-builderclj

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

FieldDataTypeLookup FunctionData Key
mcuCountjava.lang.Numbercdk.support/lookup-entry:mcu-count
workerCountjava.lang.Numbercdk.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` |
sourceraw docstring

build-cfn-connector-s3-log-delivery-property-builderclj

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

FieldDataTypeLookup FunctionData Key
bucketjava.lang.Stringcdk.support/lookup-entry:bucket
enabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enabled
prefixjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-connector-scale-in-policy-property-builderclj

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

FieldDataTypeLookup FunctionData Key
cpuUtilizationPercentagejava.lang.Numbercdk.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` |
sourceraw docstring

build-cfn-connector-scale-out-policy-property-builderclj

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

FieldDataTypeLookup FunctionData Key
cpuUtilizationPercentagejava.lang.Numbercdk.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` |
sourceraw docstring

build-cfn-connector-vpc-property-builderclj

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

FieldDataTypeLookup FunctionData Key
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
subnetsjava.util.Listcdk.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` |
sourceraw docstring

build-cfn-connector-worker-configuration-property-builderclj

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

FieldDataTypeLookup FunctionData Key
revisionjava.lang.Numbercdk.support/lookup-entry:revision
workerConfigurationArnjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-connector-worker-log-delivery-property-builderclj

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

FieldDataTypeLookup FunctionData Key
cloudWatchLogssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:cloud-watch-logs
firehosesoftware.amazon.awscdk.services.kafkaconnect.CfnConnector$FirehoseLogDeliveryPropertycdk.support/lookup-entry:firehose
s3software.amazon.awscdk.services.kafkaconnect.CfnConnector$S3LogDeliveryPropertycdk.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` |
sourceraw docstring

build-cfn-custom-plugin-builderclj

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

FieldDataTypeLookup FunctionData Key
contentTypejava.lang.Stringcdk.support/lookup-entry:content-type
descriptionjava.lang.Stringcdk.support/lookup-entry:description
locationsoftware.amazon.awscdk.services.kafkaconnect.CfnCustomPlugin$CustomPluginLocationPropertycdk.support/lookup-entry:location
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.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` |
sourceraw docstring

build-cfn-custom-plugin-custom-plugin-file-description-property-builderclj

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

FieldDataTypeLookup FunctionData Key
fileMd5java.lang.Stringcdk.support/lookup-entry:file-md5
fileSizejava.lang.Numbercdk.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` |
sourceraw docstring

build-cfn-custom-plugin-custom-plugin-location-property-builderclj

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

FieldDataTypeLookup FunctionData Key
s3Locationsoftware.amazon.awscdk.services.kafkaconnect.CfnCustomPlugin$S3LocationPropertycdk.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` |
sourceraw docstring

build-cfn-custom-plugin-props-builderclj

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

FieldDataTypeLookup FunctionData Key
contentTypejava.lang.Stringcdk.support/lookup-entry:content-type
descriptionjava.lang.Stringcdk.support/lookup-entry:description
locationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:location
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.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` |
sourceraw docstring

build-cfn-custom-plugin-s3-location-property-builderclj

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

FieldDataTypeLookup FunctionData Key
bucketArnjava.lang.Stringcdk.support/lookup-entry:bucket-arn
fileKeyjava.lang.Stringcdk.support/lookup-entry:file-key
objectVersionjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-worker-configuration-builderclj

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

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
propertiesFileContentjava.lang.Stringcdk.support/lookup-entry:properties-file-content
tagsjava.util.Listcdk.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` |
sourceraw docstring

build-cfn-worker-configuration-props-builderclj

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

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
propertiesFileContentjava.lang.Stringcdk.support/lookup-entry:properties-file-content
tagsjava.util.Listcdk.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` |
sourceraw docstring

cfn-connector-apache-kafka-cluster-property-builderclj

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

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

cfn-connector-auto-scaling-property-builderclj

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

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

cfn-connector-builderclj

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

cfn-connector-capacity-property-builderclj

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

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

cfn-connector-cloud-watch-logs-log-delivery-property-builderclj

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

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

cfn-connector-custom-plugin-property-builderclj

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

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

cfn-connector-firehose-log-delivery-property-builderclj

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

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

cfn-connector-kafka-cluster-client-authentication-property-builderclj

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

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

cfn-connector-kafka-cluster-encryption-in-transit-property-builderclj

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

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

cfn-connector-kafka-cluster-property-builderclj

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

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

cfn-connector-log-delivery-property-builderclj

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

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

cfn-connector-plugin-property-builderclj

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

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

cfn-connector-props-builderclj

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

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

cfn-connector-provisioned-capacity-property-builderclj

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

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

cfn-connector-s3-log-delivery-property-builderclj

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

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

cfn-connector-scale-in-policy-property-builderclj

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

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

cfn-connector-scale-out-policy-property-builderclj

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

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

cfn-connector-vpc-property-builderclj

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

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

cfn-connector-worker-configuration-property-builderclj

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

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

cfn-connector-worker-log-delivery-property-builderclj

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

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

cfn-custom-plugin-builderclj

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

cfn-custom-plugin-custom-plugin-file-description-property-builderclj

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

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

cfn-custom-plugin-custom-plugin-location-property-builderclj

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

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

cfn-custom-plugin-props-builderclj

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

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

cfn-custom-plugin-s3-location-property-builderclj

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

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

cfn-worker-configuration-builderclj

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

cfn-worker-configuration-props-builderclj

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

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

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

× close