Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.pipes

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.pipes package.

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.pipes package. 
raw docstring

build-cfn-pipe-aws-vpc-configuration-property-builderclj

(build-cfn-pipe-aws-vpc-configuration-property-builder builder id config)

The build-cfn-pipe-aws-vpc-configuration-property-builder function updates a CfnPipe$AwsVpcConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnPipe$AwsVpcConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
assignPublicIpjava.lang.Stringcdk.support/lookup-entry:assign-public-ip
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
subnetsjava.util.Listcdk.support/lookup-entry:subnets
The build-cfn-pipe-aws-vpc-configuration-property-builder function updates a CfnPipe$AwsVpcConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$AwsVpcConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `assignPublicIp` | java.lang.String | [[cdk.support/lookup-entry]] | `:assign-public-ip` |
| `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
| `subnets` | java.util.List | [[cdk.support/lookup-entry]] | `:subnets` |
sourceraw docstring

build-cfn-pipe-batch-array-properties-property-builderclj

(build-cfn-pipe-batch-array-properties-property-builder builder id config)

The build-cfn-pipe-batch-array-properties-property-builder function updates a CfnPipe$BatchArrayPropertiesProperty$Builder instance using the provided configuration. The function takes the CfnPipe$BatchArrayPropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
sizejava.lang.Numbercdk.support/lookup-entry:size
The build-cfn-pipe-batch-array-properties-property-builder function updates a CfnPipe$BatchArrayPropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$BatchArrayPropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `size` | java.lang.Number | [[cdk.support/lookup-entry]] | `:size` |
sourceraw docstring

build-cfn-pipe-batch-container-overrides-property-builderclj

(build-cfn-pipe-batch-container-overrides-property-builder builder id config)

The build-cfn-pipe-batch-container-overrides-property-builder function updates a CfnPipe$BatchContainerOverridesProperty$Builder instance using the provided configuration. The function takes the CfnPipe$BatchContainerOverridesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commandjava.util.Listcdk.support/lookup-entry:command
environmentjava.util.Listcdk.support/lookup-entry:environment
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
resourceRequirementsjava.util.Listcdk.support/lookup-entry:resource-requirements
The build-cfn-pipe-batch-container-overrides-property-builder function updates a CfnPipe$BatchContainerOverridesProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$BatchContainerOverridesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `command` | java.util.List | [[cdk.support/lookup-entry]] | `:command` |
| `environment` | java.util.List | [[cdk.support/lookup-entry]] | `:environment` |
| `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` |
| `resourceRequirements` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-requirements` |
sourceraw docstring

build-cfn-pipe-batch-environment-variable-property-builderclj

(build-cfn-pipe-batch-environment-variable-property-builder builder id config)

The build-cfn-pipe-batch-environment-variable-property-builder function updates a CfnPipe$BatchEnvironmentVariableProperty$Builder instance using the provided configuration. The function takes the CfnPipe$BatchEnvironmentVariableProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
namejava.lang.Stringcdk.support/lookup-entry:name
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-pipe-batch-environment-variable-property-builder function updates a CfnPipe$BatchEnvironmentVariableProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$BatchEnvironmentVariableProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-pipe-batch-job-dependency-property-builderclj

(build-cfn-pipe-batch-job-dependency-property-builder builder id config)

The build-cfn-pipe-batch-job-dependency-property-builder function updates a CfnPipe$BatchJobDependencyProperty$Builder instance using the provided configuration. The function takes the CfnPipe$BatchJobDependencyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
jobIdjava.lang.Stringcdk.support/lookup-entry:job-id
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-pipe-batch-job-dependency-property-builder function updates a CfnPipe$BatchJobDependencyProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$BatchJobDependencyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `jobId` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-id` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-pipe-batch-resource-requirement-property-builderclj

(build-cfn-pipe-batch-resource-requirement-property-builder builder id config)

The build-cfn-pipe-batch-resource-requirement-property-builder function updates a CfnPipe$BatchResourceRequirementProperty$Builder instance using the provided configuration. The function takes the CfnPipe$BatchResourceRequirementProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
typejava.lang.Stringcdk.support/lookup-entry:type
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-pipe-batch-resource-requirement-property-builder function updates a CfnPipe$BatchResourceRequirementProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$BatchResourceRequirementProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-pipe-batch-retry-strategy-property-builderclj

(build-cfn-pipe-batch-retry-strategy-property-builder builder id config)

The build-cfn-pipe-batch-retry-strategy-property-builder function updates a CfnPipe$BatchRetryStrategyProperty$Builder instance using the provided configuration. The function takes the CfnPipe$BatchRetryStrategyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
attemptsjava.lang.Numbercdk.support/lookup-entry:attempts
The build-cfn-pipe-batch-retry-strategy-property-builder function updates a CfnPipe$BatchRetryStrategyProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$BatchRetryStrategyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `attempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:attempts` |
sourceraw docstring

build-cfn-pipe-builderclj

(build-cfn-pipe-builder builder id config)

The build-cfn-pipe-builder function updates a CfnPipe$Builder instance using the provided configuration. The function takes the CfnPipe$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
desiredStatejava.lang.Stringcdk.support/lookup-entry:desired-state
enrichmentjava.lang.Stringcdk.support/lookup-entry:enrichment
enrichmentParameterssoftware.amazon.awscdk.services.pipes.CfnPipe$PipeEnrichmentParametersPropertycdk.support/lookup-entry:enrichment-parameters
logConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:log-configuration
namejava.lang.Stringcdk.support/lookup-entry:name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
sourcejava.lang.Stringcdk.support/lookup-entry:source
sourceParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:source-parameters
tagsjava.util.Mapcdk.support/lookup-entry:tags
targetjava.lang.Stringcdk.support/lookup-entry:target
targetParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:target-parameters
The build-cfn-pipe-builder function updates a CfnPipe$Builder instance using the provided configuration.
  The function takes the CfnPipe$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `desiredState` | java.lang.String | [[cdk.support/lookup-entry]] | `:desired-state` |
| `enrichment` | java.lang.String | [[cdk.support/lookup-entry]] | `:enrichment` |
| `enrichmentParameters` | software.amazon.awscdk.services.pipes.CfnPipe$PipeEnrichmentParametersProperty | [[cdk.support/lookup-entry]] | `:enrichment-parameters` |
| `logConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:log-configuration` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `source` | java.lang.String | [[cdk.support/lookup-entry]] | `:source` |
| `sourceParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:source-parameters` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `target` | java.lang.String | [[cdk.support/lookup-entry]] | `:target` |
| `targetParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:target-parameters` |
sourceraw docstring

build-cfn-pipe-capacity-provider-strategy-item-property-builderclj

(build-cfn-pipe-capacity-provider-strategy-item-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-pipe-capacity-provider-strategy-item-property-builder function updates a CfnPipe$CapacityProviderStrategyItemProperty$Builder instance using the provided configuration. The function takes the CfnPipe$CapacityProviderStrategyItemProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
basejava.lang.Numbercdk.support/lookup-entry:base
capacityProviderjava.lang.Stringcdk.support/lookup-entry:capacity-provider
weightjava.lang.Numbercdk.support/lookup-entry:weight
The build-cfn-pipe-capacity-provider-strategy-item-property-builder function updates a CfnPipe$CapacityProviderStrategyItemProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$CapacityProviderStrategyItemProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `base` | java.lang.Number | [[cdk.support/lookup-entry]] | `:base` |
| `capacityProvider` | java.lang.String | [[cdk.support/lookup-entry]] | `:capacity-provider` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
sourceraw docstring

build-cfn-pipe-cloudwatch-logs-log-destination-property-builderclj

(build-cfn-pipe-cloudwatch-logs-log-destination-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-pipe-cloudwatch-logs-log-destination-property-builder function updates a CfnPipe$CloudwatchLogsLogDestinationProperty$Builder instance using the provided configuration. The function takes the CfnPipe$CloudwatchLogsLogDestinationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
logGroupArnjava.lang.Stringcdk.support/lookup-entry:log-group-arn
The build-cfn-pipe-cloudwatch-logs-log-destination-property-builder function updates a CfnPipe$CloudwatchLogsLogDestinationProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$CloudwatchLogsLogDestinationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `logGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-arn` |
sourceraw docstring

build-cfn-pipe-dead-letter-config-property-builderclj

(build-cfn-pipe-dead-letter-config-property-builder builder id config)

The build-cfn-pipe-dead-letter-config-property-builder function updates a CfnPipe$DeadLetterConfigProperty$Builder instance using the provided configuration. The function takes the CfnPipe$DeadLetterConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
arnjava.lang.Stringcdk.support/lookup-entry:arn
The build-cfn-pipe-dead-letter-config-property-builder function updates a CfnPipe$DeadLetterConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$DeadLetterConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `arn` | java.lang.String | [[cdk.support/lookup-entry]] | `:arn` |
sourceraw docstring

build-cfn-pipe-ecs-container-override-property-builderclj

(build-cfn-pipe-ecs-container-override-property-builder builder id config)

The build-cfn-pipe-ecs-container-override-property-builder function updates a CfnPipe$EcsContainerOverrideProperty$Builder instance using the provided configuration. The function takes the CfnPipe$EcsContainerOverrideProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commandjava.util.Listcdk.support/lookup-entry:command
cpujava.lang.Numbercdk.support/lookup-entry:cpu
environmentjava.util.Listcdk.support/lookup-entry:environment
environmentFilessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:environment-files
memoryjava.lang.Numbercdk.support/lookup-entry:memory
memoryReservationjava.lang.Numbercdk.support/lookup-entry:memory-reservation
namejava.lang.Stringcdk.support/lookup-entry:name
resourceRequirementssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:resource-requirements
The build-cfn-pipe-ecs-container-override-property-builder function updates a CfnPipe$EcsContainerOverrideProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$EcsContainerOverrideProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `command` | java.util.List | [[cdk.support/lookup-entry]] | `:command` |
| `cpu` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cpu` |
| `environment` | java.util.List | [[cdk.support/lookup-entry]] | `:environment` |
| `environmentFiles` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:environment-files` |
| `memory` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory` |
| `memoryReservation` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-reservation` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `resourceRequirements` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:resource-requirements` |
sourceraw docstring

build-cfn-pipe-ecs-environment-file-property-builderclj

(build-cfn-pipe-ecs-environment-file-property-builder builder id config)

The build-cfn-pipe-ecs-environment-file-property-builder function updates a CfnPipe$EcsEnvironmentFileProperty$Builder instance using the provided configuration. The function takes the CfnPipe$EcsEnvironmentFileProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
typejava.lang.Stringcdk.support/lookup-entry:type
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-pipe-ecs-environment-file-property-builder function updates a CfnPipe$EcsEnvironmentFileProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$EcsEnvironmentFileProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-pipe-ecs-environment-variable-property-builderclj

(build-cfn-pipe-ecs-environment-variable-property-builder builder id config)

The build-cfn-pipe-ecs-environment-variable-property-builder function updates a CfnPipe$EcsEnvironmentVariableProperty$Builder instance using the provided configuration. The function takes the CfnPipe$EcsEnvironmentVariableProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
namejava.lang.Stringcdk.support/lookup-entry:name
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-pipe-ecs-environment-variable-property-builder function updates a CfnPipe$EcsEnvironmentVariableProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$EcsEnvironmentVariableProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-pipe-ecs-ephemeral-storage-property-builderclj

(build-cfn-pipe-ecs-ephemeral-storage-property-builder builder id config)

The build-cfn-pipe-ecs-ephemeral-storage-property-builder function updates a CfnPipe$EcsEphemeralStorageProperty$Builder instance using the provided configuration. The function takes the CfnPipe$EcsEphemeralStorageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
sizeInGiBjava.lang.Numbercdk.support/lookup-entry:size-in-gi-b
The build-cfn-pipe-ecs-ephemeral-storage-property-builder function updates a CfnPipe$EcsEphemeralStorageProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$EcsEphemeralStorageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `sizeInGiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:size-in-gi-b` |
sourceraw docstring

build-cfn-pipe-ecs-inference-accelerator-override-property-builderclj

(build-cfn-pipe-ecs-inference-accelerator-override-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-pipe-ecs-inference-accelerator-override-property-builder function updates a CfnPipe$EcsInferenceAcceleratorOverrideProperty$Builder instance using the provided configuration. The function takes the CfnPipe$EcsInferenceAcceleratorOverrideProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
deviceNamejava.lang.Stringcdk.support/lookup-entry:device-name
deviceTypejava.lang.Stringcdk.support/lookup-entry:device-type
The build-cfn-pipe-ecs-inference-accelerator-override-property-builder function updates a CfnPipe$EcsInferenceAcceleratorOverrideProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$EcsInferenceAcceleratorOverrideProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `deviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:device-name` |
| `deviceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:device-type` |
sourceraw docstring

build-cfn-pipe-ecs-resource-requirement-property-builderclj

(build-cfn-pipe-ecs-resource-requirement-property-builder builder id config)

The build-cfn-pipe-ecs-resource-requirement-property-builder function updates a CfnPipe$EcsResourceRequirementProperty$Builder instance using the provided configuration. The function takes the CfnPipe$EcsResourceRequirementProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
typejava.lang.Stringcdk.support/lookup-entry:type
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-pipe-ecs-resource-requirement-property-builder function updates a CfnPipe$EcsResourceRequirementProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$EcsResourceRequirementProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-pipe-ecs-task-override-property-builderclj

(build-cfn-pipe-ecs-task-override-property-builder builder id config)

The build-cfn-pipe-ecs-task-override-property-builder function updates a CfnPipe$EcsTaskOverrideProperty$Builder instance using the provided configuration. The function takes the CfnPipe$EcsTaskOverrideProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
containerOverridessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:container-overrides
cpujava.lang.Stringcdk.support/lookup-entry:cpu
ephemeralStoragesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ephemeral-storage
executionRoleArnjava.lang.Stringcdk.support/lookup-entry:execution-role-arn
inferenceAcceleratorOverridesjava.util.Listcdk.support/lookup-entry:inference-accelerator-overrides
memoryjava.lang.Stringcdk.support/lookup-entry:memory
taskRoleArnjava.lang.Stringcdk.support/lookup-entry:task-role-arn
The build-cfn-pipe-ecs-task-override-property-builder function updates a CfnPipe$EcsTaskOverrideProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$EcsTaskOverrideProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerOverrides` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:container-overrides` |
| `cpu` | java.lang.String | [[cdk.support/lookup-entry]] | `:cpu` |
| `ephemeralStorage` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ephemeral-storage` |
| `executionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-arn` |
| `inferenceAcceleratorOverrides` | java.util.List | [[cdk.support/lookup-entry]] | `:inference-accelerator-overrides` |
| `memory` | java.lang.String | [[cdk.support/lookup-entry]] | `:memory` |
| `taskRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:task-role-arn` |
sourceraw docstring

build-cfn-pipe-filter-criteria-property-builderclj

(build-cfn-pipe-filter-criteria-property-builder builder id config)

The build-cfn-pipe-filter-criteria-property-builder function updates a CfnPipe$FilterCriteriaProperty$Builder instance using the provided configuration. The function takes the CfnPipe$FilterCriteriaProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
filterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:filters
The build-cfn-pipe-filter-criteria-property-builder function updates a CfnPipe$FilterCriteriaProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$FilterCriteriaProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `filters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:filters` |
sourceraw docstring

build-cfn-pipe-filter-property-builderclj

(build-cfn-pipe-filter-property-builder builder id config)

The build-cfn-pipe-filter-property-builder function updates a CfnPipe$FilterProperty$Builder instance using the provided configuration. The function takes the CfnPipe$FilterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
patternjava.lang.Stringcdk.support/lookup-entry:pattern
The build-cfn-pipe-filter-property-builder function updates a CfnPipe$FilterProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$FilterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `pattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:pattern` |
sourceraw docstring

build-cfn-pipe-firehose-log-destination-property-builderclj

(build-cfn-pipe-firehose-log-destination-property-builder builder id config)

The build-cfn-pipe-firehose-log-destination-property-builder function updates a CfnPipe$FirehoseLogDestinationProperty$Builder instance using the provided configuration. The function takes the CfnPipe$FirehoseLogDestinationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
deliveryStreamArnjava.lang.Stringcdk.support/lookup-entry:delivery-stream-arn
The build-cfn-pipe-firehose-log-destination-property-builder function updates a CfnPipe$FirehoseLogDestinationProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$FirehoseLogDestinationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `deliveryStreamArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:delivery-stream-arn` |
sourceraw docstring

build-cfn-pipe-mq-broker-access-credentials-property-builderclj

(build-cfn-pipe-mq-broker-access-credentials-property-builder builder id config)

The build-cfn-pipe-mq-broker-access-credentials-property-builder function updates a CfnPipe$MQBrokerAccessCredentialsProperty$Builder instance using the provided configuration. The function takes the CfnPipe$MQBrokerAccessCredentialsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
basicAuthjava.lang.Stringcdk.support/lookup-entry:basic-auth
The build-cfn-pipe-mq-broker-access-credentials-property-builder function updates a CfnPipe$MQBrokerAccessCredentialsProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$MQBrokerAccessCredentialsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `basicAuth` | java.lang.String | [[cdk.support/lookup-entry]] | `:basic-auth` |
sourceraw docstring

build-cfn-pipe-msk-access-credentials-property-builderclj

(build-cfn-pipe-msk-access-credentials-property-builder builder id config)

The build-cfn-pipe-msk-access-credentials-property-builder function updates a CfnPipe$MSKAccessCredentialsProperty$Builder instance using the provided configuration. The function takes the CfnPipe$MSKAccessCredentialsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
clientCertificateTlsAuthjava.lang.Stringcdk.support/lookup-entry:client-certificate-tls-auth
saslScram512Authjava.lang.Stringcdk.support/lookup-entry:sasl-scram512-auth
The build-cfn-pipe-msk-access-credentials-property-builder function updates a CfnPipe$MSKAccessCredentialsProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$MSKAccessCredentialsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `clientCertificateTlsAuth` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-certificate-tls-auth` |
| `saslScram512Auth` | java.lang.String | [[cdk.support/lookup-entry]] | `:sasl-scram512-auth` |
sourceraw docstring

build-cfn-pipe-network-configuration-property-builderclj

(build-cfn-pipe-network-configuration-property-builder builder id config)

The build-cfn-pipe-network-configuration-property-builder function updates a CfnPipe$NetworkConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnPipe$NetworkConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
awsvpcConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:awsvpc-configuration
The build-cfn-pipe-network-configuration-property-builder function updates a CfnPipe$NetworkConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$NetworkConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `awsvpcConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:awsvpc-configuration` |
sourceraw docstring

build-cfn-pipe-pipe-enrichment-http-parameters-property-builderclj

(build-cfn-pipe-pipe-enrichment-http-parameters-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-pipe-pipe-enrichment-http-parameters-property-builder function updates a CfnPipe$PipeEnrichmentHttpParametersProperty$Builder instance using the provided configuration. The function takes the CfnPipe$PipeEnrichmentHttpParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
headerParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:header-parameters
pathParameterValuesjava.util.Listcdk.support/lookup-entry:path-parameter-values
queryStringParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:query-string-parameters
The build-cfn-pipe-pipe-enrichment-http-parameters-property-builder function updates a CfnPipe$PipeEnrichmentHttpParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$PipeEnrichmentHttpParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `headerParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:header-parameters` |
| `pathParameterValues` | java.util.List | [[cdk.support/lookup-entry]] | `:path-parameter-values` |
| `queryStringParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:query-string-parameters` |
sourceraw docstring

build-cfn-pipe-pipe-enrichment-parameters-property-builderclj

(build-cfn-pipe-pipe-enrichment-parameters-property-builder builder id config)

The build-cfn-pipe-pipe-enrichment-parameters-property-builder function updates a CfnPipe$PipeEnrichmentParametersProperty$Builder instance using the provided configuration. The function takes the CfnPipe$PipeEnrichmentParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
httpParameterssoftware.amazon.awscdk.services.pipes.CfnPipe$PipeEnrichmentHttpParametersPropertycdk.support/lookup-entry:http-parameters
inputTemplatejava.lang.Stringcdk.support/lookup-entry:input-template
The build-cfn-pipe-pipe-enrichment-parameters-property-builder function updates a CfnPipe$PipeEnrichmentParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$PipeEnrichmentParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `httpParameters` | software.amazon.awscdk.services.pipes.CfnPipe$PipeEnrichmentHttpParametersProperty | [[cdk.support/lookup-entry]] | `:http-parameters` |
| `inputTemplate` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-template` |
sourceraw docstring

build-cfn-pipe-pipe-log-configuration-property-builderclj

(build-cfn-pipe-pipe-log-configuration-property-builder builder id config)

The build-cfn-pipe-pipe-log-configuration-property-builder function updates a CfnPipe$PipeLogConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnPipe$PipeLogConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
cloudwatchLogsLogDestinationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:cloudwatch-logs-log-destination
firehoseLogDestinationsoftware.amazon.awscdk.services.pipes.CfnPipe$FirehoseLogDestinationPropertycdk.support/lookup-entry:firehose-log-destination
includeExecutionDatajava.util.Listcdk.support/lookup-entry:include-execution-data
leveljava.lang.Stringcdk.support/lookup-entry:level
s3LogDestinationsoftware.amazon.awscdk.services.pipes.CfnPipe$S3LogDestinationPropertycdk.support/lookup-entry:s3-log-destination
The build-cfn-pipe-pipe-log-configuration-property-builder function updates a CfnPipe$PipeLogConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$PipeLogConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cloudwatchLogsLogDestination` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cloudwatch-logs-log-destination` |
| `firehoseLogDestination` | software.amazon.awscdk.services.pipes.CfnPipe$FirehoseLogDestinationProperty | [[cdk.support/lookup-entry]] | `:firehose-log-destination` |
| `includeExecutionData` | java.util.List | [[cdk.support/lookup-entry]] | `:include-execution-data` |
| `level` | java.lang.String | [[cdk.support/lookup-entry]] | `:level` |
| `s3LogDestination` | software.amazon.awscdk.services.pipes.CfnPipe$S3LogDestinationProperty | [[cdk.support/lookup-entry]] | `:s3-log-destination` |
sourceraw docstring

build-cfn-pipe-pipe-source-active-mq-broker-parameters-property-builderclj

(build-cfn-pipe-pipe-source-active-mq-broker-parameters-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-pipe-pipe-source-active-mq-broker-parameters-property-builder function updates a CfnPipe$PipeSourceActiveMQBrokerParametersProperty$Builder instance using the provided configuration. The function takes the CfnPipe$PipeSourceActiveMQBrokerParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
batchSizejava.lang.Numbercdk.support/lookup-entry:batch-size
credentialssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:credentials
maximumBatchingWindowInSecondsjava.lang.Numbercdk.support/lookup-entry:maximum-batching-window-in-seconds
queueNamejava.lang.Stringcdk.support/lookup-entry:queue-name
The build-cfn-pipe-pipe-source-active-mq-broker-parameters-property-builder function updates a CfnPipe$PipeSourceActiveMQBrokerParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$PipeSourceActiveMQBrokerParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `batchSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:batch-size` |
| `credentials` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:credentials` |
| `maximumBatchingWindowInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-batching-window-in-seconds` |
| `queueName` | java.lang.String | [[cdk.support/lookup-entry]] | `:queue-name` |
sourceraw docstring

build-cfn-pipe-pipe-source-dynamo-db-stream-parameters-property-builderclj

(build-cfn-pipe-pipe-source-dynamo-db-stream-parameters-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-pipe-pipe-source-dynamo-db-stream-parameters-property-builder function updates a CfnPipe$PipeSourceDynamoDBStreamParametersProperty$Builder instance using the provided configuration. The function takes the CfnPipe$PipeSourceDynamoDBStreamParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
batchSizejava.lang.Numbercdk.support/lookup-entry:batch-size
deadLetterConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:dead-letter-config
maximumBatchingWindowInSecondsjava.lang.Numbercdk.support/lookup-entry:maximum-batching-window-in-seconds
maximumRecordAgeInSecondsjava.lang.Numbercdk.support/lookup-entry:maximum-record-age-in-seconds
maximumRetryAttemptsjava.lang.Numbercdk.support/lookup-entry:maximum-retry-attempts
onPartialBatchItemFailurejava.lang.Stringcdk.support/lookup-entry:on-partial-batch-item-failure
parallelizationFactorjava.lang.Numbercdk.support/lookup-entry:parallelization-factor
startingPositionjava.lang.Stringcdk.support/lookup-entry:starting-position
The build-cfn-pipe-pipe-source-dynamo-db-stream-parameters-property-builder function updates a CfnPipe$PipeSourceDynamoDBStreamParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$PipeSourceDynamoDBStreamParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `batchSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:batch-size` |
| `deadLetterConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dead-letter-config` |
| `maximumBatchingWindowInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-batching-window-in-seconds` |
| `maximumRecordAgeInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-record-age-in-seconds` |
| `maximumRetryAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-retry-attempts` |
| `onPartialBatchItemFailure` | java.lang.String | [[cdk.support/lookup-entry]] | `:on-partial-batch-item-failure` |
| `parallelizationFactor` | java.lang.Number | [[cdk.support/lookup-entry]] | `:parallelization-factor` |
| `startingPosition` | java.lang.String | [[cdk.support/lookup-entry]] | `:starting-position` |
sourceraw docstring

build-cfn-pipe-pipe-source-kinesis-stream-parameters-property-builderclj

(build-cfn-pipe-pipe-source-kinesis-stream-parameters-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-pipe-pipe-source-kinesis-stream-parameters-property-builder function updates a CfnPipe$PipeSourceKinesisStreamParametersProperty$Builder instance using the provided configuration. The function takes the CfnPipe$PipeSourceKinesisStreamParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
batchSizejava.lang.Numbercdk.support/lookup-entry:batch-size
deadLetterConfigsoftware.amazon.awscdk.services.pipes.CfnPipe$DeadLetterConfigPropertycdk.support/lookup-entry:dead-letter-config
maximumBatchingWindowInSecondsjava.lang.Numbercdk.support/lookup-entry:maximum-batching-window-in-seconds
maximumRecordAgeInSecondsjava.lang.Numbercdk.support/lookup-entry:maximum-record-age-in-seconds
maximumRetryAttemptsjava.lang.Numbercdk.support/lookup-entry:maximum-retry-attempts
onPartialBatchItemFailurejava.lang.Stringcdk.support/lookup-entry:on-partial-batch-item-failure
parallelizationFactorjava.lang.Numbercdk.support/lookup-entry:parallelization-factor
startingPositionjava.lang.Stringcdk.support/lookup-entry:starting-position
startingPositionTimestampjava.lang.Stringcdk.support/lookup-entry:starting-position-timestamp
The build-cfn-pipe-pipe-source-kinesis-stream-parameters-property-builder function updates a CfnPipe$PipeSourceKinesisStreamParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$PipeSourceKinesisStreamParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `batchSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:batch-size` |
| `deadLetterConfig` | software.amazon.awscdk.services.pipes.CfnPipe$DeadLetterConfigProperty | [[cdk.support/lookup-entry]] | `:dead-letter-config` |
| `maximumBatchingWindowInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-batching-window-in-seconds` |
| `maximumRecordAgeInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-record-age-in-seconds` |
| `maximumRetryAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-retry-attempts` |
| `onPartialBatchItemFailure` | java.lang.String | [[cdk.support/lookup-entry]] | `:on-partial-batch-item-failure` |
| `parallelizationFactor` | java.lang.Number | [[cdk.support/lookup-entry]] | `:parallelization-factor` |
| `startingPosition` | java.lang.String | [[cdk.support/lookup-entry]] | `:starting-position` |
| `startingPositionTimestamp` | java.lang.String | [[cdk.support/lookup-entry]] | `:starting-position-timestamp` |
sourceraw docstring

build-cfn-pipe-pipe-source-managed-streaming-kafka-parameters-property-builderclj

(build-cfn-pipe-pipe-source-managed-streaming-kafka-parameters-property-builder
  builder
  id
  config)

The build-cfn-pipe-pipe-source-managed-streaming-kafka-parameters-property-builder function updates a CfnPipe$PipeSourceManagedStreamingKafkaParametersProperty$Builder instance using the provided configuration. The function takes the CfnPipe$PipeSourceManagedStreamingKafkaParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
batchSizejava.lang.Numbercdk.support/lookup-entry:batch-size
consumerGroupIdjava.lang.Stringcdk.support/lookup-entry:consumer-group-id
credentialssoftware.amazon.awscdk.services.pipes.CfnPipe$MSKAccessCredentialsPropertycdk.support/lookup-entry:credentials
maximumBatchingWindowInSecondsjava.lang.Numbercdk.support/lookup-entry:maximum-batching-window-in-seconds
startingPositionjava.lang.Stringcdk.support/lookup-entry:starting-position
topicNamejava.lang.Stringcdk.support/lookup-entry:topic-name
The build-cfn-pipe-pipe-source-managed-streaming-kafka-parameters-property-builder function updates a CfnPipe$PipeSourceManagedStreamingKafkaParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$PipeSourceManagedStreamingKafkaParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `batchSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:batch-size` |
| `consumerGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:consumer-group-id` |
| `credentials` | software.amazon.awscdk.services.pipes.CfnPipe$MSKAccessCredentialsProperty | [[cdk.support/lookup-entry]] | `:credentials` |
| `maximumBatchingWindowInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-batching-window-in-seconds` |
| `startingPosition` | java.lang.String | [[cdk.support/lookup-entry]] | `:starting-position` |
| `topicName` | java.lang.String | [[cdk.support/lookup-entry]] | `:topic-name` |
sourceraw docstring

build-cfn-pipe-pipe-source-parameters-property-builderclj

(build-cfn-pipe-pipe-source-parameters-property-builder builder id config)

The build-cfn-pipe-pipe-source-parameters-property-builder function updates a CfnPipe$PipeSourceParametersProperty$Builder instance using the provided configuration. The function takes the CfnPipe$PipeSourceParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
activeMqBrokerParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:active-mq-broker-parameters
dynamoDbStreamParameterssoftware.amazon.awscdk.services.pipes.CfnPipe$PipeSourceDynamoDBStreamParametersPropertycdk.support/lookup-entry:dynamo-db-stream-parameters
filterCriteriasoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:filter-criteria
kinesisStreamParameterssoftware.amazon.awscdk.services.pipes.CfnPipe$PipeSourceKinesisStreamParametersPropertycdk.support/lookup-entry:kinesis-stream-parameters
managedStreamingKafkaParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:managed-streaming-kafka-parameters
rabbitMqBrokerParameterssoftware.amazon.awscdk.services.pipes.CfnPipe$PipeSourceRabbitMQBrokerParametersPropertycdk.support/lookup-entry:rabbit-mq-broker-parameters
selfManagedKafkaParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:self-managed-kafka-parameters
sqsQueueParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sqs-queue-parameters
The build-cfn-pipe-pipe-source-parameters-property-builder function updates a CfnPipe$PipeSourceParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$PipeSourceParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `activeMqBrokerParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:active-mq-broker-parameters` |
| `dynamoDbStreamParameters` | software.amazon.awscdk.services.pipes.CfnPipe$PipeSourceDynamoDBStreamParametersProperty | [[cdk.support/lookup-entry]] | `:dynamo-db-stream-parameters` |
| `filterCriteria` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:filter-criteria` |
| `kinesisStreamParameters` | software.amazon.awscdk.services.pipes.CfnPipe$PipeSourceKinesisStreamParametersProperty | [[cdk.support/lookup-entry]] | `:kinesis-stream-parameters` |
| `managedStreamingKafkaParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:managed-streaming-kafka-parameters` |
| `rabbitMqBrokerParameters` | software.amazon.awscdk.services.pipes.CfnPipe$PipeSourceRabbitMQBrokerParametersProperty | [[cdk.support/lookup-entry]] | `:rabbit-mq-broker-parameters` |
| `selfManagedKafkaParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:self-managed-kafka-parameters` |
| `sqsQueueParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sqs-queue-parameters` |
sourceraw docstring

build-cfn-pipe-pipe-source-rabbit-mq-broker-parameters-property-builderclj

(build-cfn-pipe-pipe-source-rabbit-mq-broker-parameters-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-pipe-pipe-source-rabbit-mq-broker-parameters-property-builder function updates a CfnPipe$PipeSourceRabbitMQBrokerParametersProperty$Builder instance using the provided configuration. The function takes the CfnPipe$PipeSourceRabbitMQBrokerParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
batchSizejava.lang.Numbercdk.support/lookup-entry:batch-size
credentialssoftware.amazon.awscdk.services.pipes.CfnPipe$MQBrokerAccessCredentialsPropertycdk.support/lookup-entry:credentials
maximumBatchingWindowInSecondsjava.lang.Numbercdk.support/lookup-entry:maximum-batching-window-in-seconds
queueNamejava.lang.Stringcdk.support/lookup-entry:queue-name
virtualHostjava.lang.Stringcdk.support/lookup-entry:virtual-host
The build-cfn-pipe-pipe-source-rabbit-mq-broker-parameters-property-builder function updates a CfnPipe$PipeSourceRabbitMQBrokerParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$PipeSourceRabbitMQBrokerParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `batchSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:batch-size` |
| `credentials` | software.amazon.awscdk.services.pipes.CfnPipe$MQBrokerAccessCredentialsProperty | [[cdk.support/lookup-entry]] | `:credentials` |
| `maximumBatchingWindowInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-batching-window-in-seconds` |
| `queueName` | java.lang.String | [[cdk.support/lookup-entry]] | `:queue-name` |
| `virtualHost` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-host` |
sourceraw docstring

build-cfn-pipe-pipe-source-self-managed-kafka-parameters-property-builderclj

(build-cfn-pipe-pipe-source-self-managed-kafka-parameters-property-builder
  builder
  id
  config)

The build-cfn-pipe-pipe-source-self-managed-kafka-parameters-property-builder function updates a CfnPipe$PipeSourceSelfManagedKafkaParametersProperty$Builder instance using the provided configuration. The function takes the CfnPipe$PipeSourceSelfManagedKafkaParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
additionalBootstrapServersjava.util.Listcdk.support/lookup-entry:additional-bootstrap-servers
batchSizejava.lang.Numbercdk.support/lookup-entry:batch-size
consumerGroupIdjava.lang.Stringcdk.support/lookup-entry:consumer-group-id
credentialssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:credentials
maximumBatchingWindowInSecondsjava.lang.Numbercdk.support/lookup-entry:maximum-batching-window-in-seconds
serverRootCaCertificatejava.lang.Stringcdk.support/lookup-entry:server-root-ca-certificate
startingPositionjava.lang.Stringcdk.support/lookup-entry:starting-position
topicNamejava.lang.Stringcdk.support/lookup-entry:topic-name
vpcsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:vpc
The build-cfn-pipe-pipe-source-self-managed-kafka-parameters-property-builder function updates a CfnPipe$PipeSourceSelfManagedKafkaParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$PipeSourceSelfManagedKafkaParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `additionalBootstrapServers` | java.util.List | [[cdk.support/lookup-entry]] | `:additional-bootstrap-servers` |
| `batchSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:batch-size` |
| `consumerGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:consumer-group-id` |
| `credentials` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:credentials` |
| `maximumBatchingWindowInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-batching-window-in-seconds` |
| `serverRootCaCertificate` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-root-ca-certificate` |
| `startingPosition` | java.lang.String | [[cdk.support/lookup-entry]] | `:starting-position` |
| `topicName` | java.lang.String | [[cdk.support/lookup-entry]] | `:topic-name` |
| `vpc` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:vpc` |
sourceraw docstring

build-cfn-pipe-pipe-source-sqs-queue-parameters-property-builderclj

(build-cfn-pipe-pipe-source-sqs-queue-parameters-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-pipe-pipe-source-sqs-queue-parameters-property-builder function updates a CfnPipe$PipeSourceSqsQueueParametersProperty$Builder instance using the provided configuration. The function takes the CfnPipe$PipeSourceSqsQueueParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
batchSizejava.lang.Numbercdk.support/lookup-entry:batch-size
maximumBatchingWindowInSecondsjava.lang.Numbercdk.support/lookup-entry:maximum-batching-window-in-seconds
The build-cfn-pipe-pipe-source-sqs-queue-parameters-property-builder function updates a CfnPipe$PipeSourceSqsQueueParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$PipeSourceSqsQueueParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `batchSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:batch-size` |
| `maximumBatchingWindowInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-batching-window-in-seconds` |
sourceraw docstring

build-cfn-pipe-pipe-target-batch-job-parameters-property-builderclj

(build-cfn-pipe-pipe-target-batch-job-parameters-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-pipe-pipe-target-batch-job-parameters-property-builder function updates a CfnPipe$PipeTargetBatchJobParametersProperty$Builder instance using the provided configuration. The function takes the CfnPipe$PipeTargetBatchJobParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
arrayPropertiessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:array-properties
containerOverridessoftware.amazon.awscdk.services.pipes.CfnPipe$BatchContainerOverridesPropertycdk.support/lookup-entry:container-overrides
dependsOnsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:depends-on
jobDefinitionjava.lang.Stringcdk.support/lookup-entry:job-definition
jobNamejava.lang.Stringcdk.support/lookup-entry:job-name
parametersjava.util.Mapcdk.support/lookup-entry:parameters
retryStrategysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:retry-strategy
The build-cfn-pipe-pipe-target-batch-job-parameters-property-builder function updates a CfnPipe$PipeTargetBatchJobParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$PipeTargetBatchJobParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `arrayProperties` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:array-properties` |
| `containerOverrides` | software.amazon.awscdk.services.pipes.CfnPipe$BatchContainerOverridesProperty | [[cdk.support/lookup-entry]] | `:container-overrides` |
| `dependsOn` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:depends-on` |
| `jobDefinition` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-definition` |
| `jobName` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-name` |
| `parameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameters` |
| `retryStrategy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:retry-strategy` |
sourceraw docstring

build-cfn-pipe-pipe-target-cloud-watch-logs-parameters-property-builderclj

(build-cfn-pipe-pipe-target-cloud-watch-logs-parameters-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-pipe-pipe-target-cloud-watch-logs-parameters-property-builder function updates a CfnPipe$PipeTargetCloudWatchLogsParametersProperty$Builder instance using the provided configuration. The function takes the CfnPipe$PipeTargetCloudWatchLogsParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
logStreamNamejava.lang.Stringcdk.support/lookup-entry:log-stream-name
timestampjava.lang.Stringcdk.support/lookup-entry:timestamp
The build-cfn-pipe-pipe-target-cloud-watch-logs-parameters-property-builder function updates a CfnPipe$PipeTargetCloudWatchLogsParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$PipeTargetCloudWatchLogsParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `logStreamName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-stream-name` |
| `timestamp` | java.lang.String | [[cdk.support/lookup-entry]] | `:timestamp` |
sourceraw docstring

build-cfn-pipe-pipe-target-ecs-task-parameters-property-builderclj

(build-cfn-pipe-pipe-target-ecs-task-parameters-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-pipe-pipe-target-ecs-task-parameters-property-builder function updates a CfnPipe$PipeTargetEcsTaskParametersProperty$Builder instance using the provided configuration. The function takes the CfnPipe$PipeTargetEcsTaskParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
capacityProviderStrategyjava.util.Listcdk.support/lookup-entry:capacity-provider-strategy
enableEcsManagedTagsjava.lang.Booleancdk.support/lookup-entry:enable-ecs-managed-tags
enableExecuteCommandsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-execute-command
groupjava.lang.Stringcdk.support/lookup-entry:group
launchTypejava.lang.Stringcdk.support/lookup-entry:launch-type
networkConfigurationsoftware.amazon.awscdk.services.pipes.CfnPipe$NetworkConfigurationPropertycdk.support/lookup-entry:network-configuration
overridessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:overrides
placementConstraintsjava.util.Listcdk.support/lookup-entry:placement-constraints
placementStrategysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:placement-strategy
platformVersionjava.lang.Stringcdk.support/lookup-entry:platform-version
propagateTagsjava.lang.Stringcdk.support/lookup-entry:propagate-tags
referenceIdjava.lang.Stringcdk.support/lookup-entry:reference-id
tagsjava.util.Listcdk.support/lookup-entry:tags
taskCountjava.lang.Numbercdk.support/lookup-entry:task-count
taskDefinitionArnjava.lang.Stringcdk.support/lookup-entry:task-definition-arn
The build-cfn-pipe-pipe-target-ecs-task-parameters-property-builder function updates a CfnPipe$PipeTargetEcsTaskParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$PipeTargetEcsTaskParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `capacityProviderStrategy` | java.util.List | [[cdk.support/lookup-entry]] | `:capacity-provider-strategy` |
| `enableEcsManagedTags` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-ecs-managed-tags` |
| `enableExecuteCommand` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-execute-command` |
| `group` | java.lang.String | [[cdk.support/lookup-entry]] | `:group` |
| `launchType` | java.lang.String | [[cdk.support/lookup-entry]] | `:launch-type` |
| `networkConfiguration` | software.amazon.awscdk.services.pipes.CfnPipe$NetworkConfigurationProperty | [[cdk.support/lookup-entry]] | `:network-configuration` |
| `overrides` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:overrides` |
| `placementConstraints` | java.util.List | [[cdk.support/lookup-entry]] | `:placement-constraints` |
| `placementStrategy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:placement-strategy` |
| `platformVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:platform-version` |
| `propagateTags` | java.lang.String | [[cdk.support/lookup-entry]] | `:propagate-tags` |
| `referenceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:reference-id` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `taskCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:task-count` |
| `taskDefinitionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:task-definition-arn` |
sourceraw docstring

build-cfn-pipe-pipe-target-event-bridge-event-bus-parameters-property-builderclj

(build-cfn-pipe-pipe-target-event-bridge-event-bus-parameters-property-builder
  builder
  id
  config)

The build-cfn-pipe-pipe-target-event-bridge-event-bus-parameters-property-builder function updates a CfnPipe$PipeTargetEventBridgeEventBusParametersProperty$Builder instance using the provided configuration. The function takes the CfnPipe$PipeTargetEventBridgeEventBusParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
detailTypejava.lang.Stringcdk.support/lookup-entry:detail-type
endpointIdjava.lang.Stringcdk.support/lookup-entry:endpoint-id
resourcesjava.util.Listcdk.support/lookup-entry:resources
sourcejava.lang.Stringcdk.support/lookup-entry:source
timejava.lang.Stringcdk.support/lookup-entry:time
The build-cfn-pipe-pipe-target-event-bridge-event-bus-parameters-property-builder function updates a CfnPipe$PipeTargetEventBridgeEventBusParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$PipeTargetEventBridgeEventBusParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `detailType` | java.lang.String | [[cdk.support/lookup-entry]] | `:detail-type` |
| `endpointId` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-id` |
| `resources` | java.util.List | [[cdk.support/lookup-entry]] | `:resources` |
| `source` | java.lang.String | [[cdk.support/lookup-entry]] | `:source` |
| `time` | java.lang.String | [[cdk.support/lookup-entry]] | `:time` |
sourceraw docstring

build-cfn-pipe-pipe-target-http-parameters-property-builderclj

(build-cfn-pipe-pipe-target-http-parameters-property-builder builder id config)

The build-cfn-pipe-pipe-target-http-parameters-property-builder function updates a CfnPipe$PipeTargetHttpParametersProperty$Builder instance using the provided configuration. The function takes the CfnPipe$PipeTargetHttpParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
headerParametersjava.util.Mapcdk.support/lookup-entry:header-parameters
pathParameterValuesjava.util.Listcdk.support/lookup-entry:path-parameter-values
queryStringParametersjava.util.Mapcdk.support/lookup-entry:query-string-parameters
The build-cfn-pipe-pipe-target-http-parameters-property-builder function updates a CfnPipe$PipeTargetHttpParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$PipeTargetHttpParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `headerParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:header-parameters` |
| `pathParameterValues` | java.util.List | [[cdk.support/lookup-entry]] | `:path-parameter-values` |
| `queryStringParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:query-string-parameters` |
sourceraw docstring

build-cfn-pipe-pipe-target-kinesis-stream-parameters-property-builderclj

(build-cfn-pipe-pipe-target-kinesis-stream-parameters-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-pipe-pipe-target-kinesis-stream-parameters-property-builder function updates a CfnPipe$PipeTargetKinesisStreamParametersProperty$Builder instance using the provided configuration. The function takes the CfnPipe$PipeTargetKinesisStreamParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
partitionKeyjava.lang.Stringcdk.support/lookup-entry:partition-key
The build-cfn-pipe-pipe-target-kinesis-stream-parameters-property-builder function updates a CfnPipe$PipeTargetKinesisStreamParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$PipeTargetKinesisStreamParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `partitionKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:partition-key` |
sourceraw docstring

build-cfn-pipe-pipe-target-lambda-function-parameters-property-builderclj

(build-cfn-pipe-pipe-target-lambda-function-parameters-property-builder builder
                                                                        id
                                                                        config)

The build-cfn-pipe-pipe-target-lambda-function-parameters-property-builder function updates a CfnPipe$PipeTargetLambdaFunctionParametersProperty$Builder instance using the provided configuration. The function takes the CfnPipe$PipeTargetLambdaFunctionParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
invocationTypejava.lang.Stringcdk.support/lookup-entry:invocation-type
The build-cfn-pipe-pipe-target-lambda-function-parameters-property-builder function updates a CfnPipe$PipeTargetLambdaFunctionParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$PipeTargetLambdaFunctionParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `invocationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:invocation-type` |
sourceraw docstring

build-cfn-pipe-pipe-target-parameters-property-builderclj

(build-cfn-pipe-pipe-target-parameters-property-builder builder id config)

The build-cfn-pipe-pipe-target-parameters-property-builder function updates a CfnPipe$PipeTargetParametersProperty$Builder instance using the provided configuration. The function takes the CfnPipe$PipeTargetParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
batchJobParameterssoftware.amazon.awscdk.services.pipes.CfnPipe$PipeTargetBatchJobParametersPropertycdk.support/lookup-entry:batch-job-parameters
cloudWatchLogsParameterssoftware.amazon.awscdk.services.pipes.CfnPipe$PipeTargetCloudWatchLogsParametersPropertycdk.support/lookup-entry:cloud-watch-logs-parameters
ecsTaskParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ecs-task-parameters
eventBridgeEventBusParameterssoftware.amazon.awscdk.services.pipes.CfnPipe$PipeTargetEventBridgeEventBusParametersPropertycdk.support/lookup-entry:event-bridge-event-bus-parameters
httpParameterssoftware.amazon.awscdk.services.pipes.CfnPipe$PipeTargetHttpParametersPropertycdk.support/lookup-entry:http-parameters
inputTemplatejava.lang.Stringcdk.support/lookup-entry:input-template
kinesisStreamParameterssoftware.amazon.awscdk.services.pipes.CfnPipe$PipeTargetKinesisStreamParametersPropertycdk.support/lookup-entry:kinesis-stream-parameters
lambdaFunctionParameterssoftware.amazon.awscdk.services.pipes.CfnPipe$PipeTargetLambdaFunctionParametersPropertycdk.support/lookup-entry:lambda-function-parameters
redshiftDataParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:redshift-data-parameters
sageMakerPipelineParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sage-maker-pipeline-parameters
sqsQueueParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sqs-queue-parameters
stepFunctionStateMachineParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:step-function-state-machine-parameters
The build-cfn-pipe-pipe-target-parameters-property-builder function updates a CfnPipe$PipeTargetParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$PipeTargetParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `batchJobParameters` | software.amazon.awscdk.services.pipes.CfnPipe$PipeTargetBatchJobParametersProperty | [[cdk.support/lookup-entry]] | `:batch-job-parameters` |
| `cloudWatchLogsParameters` | software.amazon.awscdk.services.pipes.CfnPipe$PipeTargetCloudWatchLogsParametersProperty | [[cdk.support/lookup-entry]] | `:cloud-watch-logs-parameters` |
| `ecsTaskParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ecs-task-parameters` |
| `eventBridgeEventBusParameters` | software.amazon.awscdk.services.pipes.CfnPipe$PipeTargetEventBridgeEventBusParametersProperty | [[cdk.support/lookup-entry]] | `:event-bridge-event-bus-parameters` |
| `httpParameters` | software.amazon.awscdk.services.pipes.CfnPipe$PipeTargetHttpParametersProperty | [[cdk.support/lookup-entry]] | `:http-parameters` |
| `inputTemplate` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-template` |
| `kinesisStreamParameters` | software.amazon.awscdk.services.pipes.CfnPipe$PipeTargetKinesisStreamParametersProperty | [[cdk.support/lookup-entry]] | `:kinesis-stream-parameters` |
| `lambdaFunctionParameters` | software.amazon.awscdk.services.pipes.CfnPipe$PipeTargetLambdaFunctionParametersProperty | [[cdk.support/lookup-entry]] | `:lambda-function-parameters` |
| `redshiftDataParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:redshift-data-parameters` |
| `sageMakerPipelineParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sage-maker-pipeline-parameters` |
| `sqsQueueParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sqs-queue-parameters` |
| `stepFunctionStateMachineParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:step-function-state-machine-parameters` |
sourceraw docstring

build-cfn-pipe-pipe-target-redshift-data-parameters-property-builderclj

(build-cfn-pipe-pipe-target-redshift-data-parameters-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-pipe-pipe-target-redshift-data-parameters-property-builder function updates a CfnPipe$PipeTargetRedshiftDataParametersProperty$Builder instance using the provided configuration. The function takes the CfnPipe$PipeTargetRedshiftDataParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
databasejava.lang.Stringcdk.support/lookup-entry:database
dbUserjava.lang.Stringcdk.support/lookup-entry:db-user
secretManagerArnjava.lang.Stringcdk.support/lookup-entry:secret-manager-arn
sqlsjava.util.Listcdk.support/lookup-entry:sqls
statementNamejava.lang.Stringcdk.support/lookup-entry:statement-name
withEventsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:with-event
The build-cfn-pipe-pipe-target-redshift-data-parameters-property-builder function updates a CfnPipe$PipeTargetRedshiftDataParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$PipeTargetRedshiftDataParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `database` | java.lang.String | [[cdk.support/lookup-entry]] | `:database` |
| `dbUser` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-user` |
| `secretManagerArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-manager-arn` |
| `sqls` | java.util.List | [[cdk.support/lookup-entry]] | `:sqls` |
| `statementName` | java.lang.String | [[cdk.support/lookup-entry]] | `:statement-name` |
| `withEvent` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:with-event` |
sourceraw docstring

build-cfn-pipe-pipe-target-sage-maker-pipeline-parameters-property-builderclj

(build-cfn-pipe-pipe-target-sage-maker-pipeline-parameters-property-builder
  builder
  id
  config)

The build-cfn-pipe-pipe-target-sage-maker-pipeline-parameters-property-builder function updates a CfnPipe$PipeTargetSageMakerPipelineParametersProperty$Builder instance using the provided configuration. The function takes the CfnPipe$PipeTargetSageMakerPipelineParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
pipelineParameterListjava.util.Listcdk.support/lookup-entry:pipeline-parameter-list
The build-cfn-pipe-pipe-target-sage-maker-pipeline-parameters-property-builder function updates a CfnPipe$PipeTargetSageMakerPipelineParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$PipeTargetSageMakerPipelineParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `pipelineParameterList` | java.util.List | [[cdk.support/lookup-entry]] | `:pipeline-parameter-list` |
sourceraw docstring

build-cfn-pipe-pipe-target-sqs-queue-parameters-property-builderclj

(build-cfn-pipe-pipe-target-sqs-queue-parameters-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-pipe-pipe-target-sqs-queue-parameters-property-builder function updates a CfnPipe$PipeTargetSqsQueueParametersProperty$Builder instance using the provided configuration. The function takes the CfnPipe$PipeTargetSqsQueueParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
messageDeduplicationIdjava.lang.Stringcdk.support/lookup-entry:message-deduplication-id
messageGroupIdjava.lang.Stringcdk.support/lookup-entry:message-group-id
The build-cfn-pipe-pipe-target-sqs-queue-parameters-property-builder function updates a CfnPipe$PipeTargetSqsQueueParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$PipeTargetSqsQueueParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `messageDeduplicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:message-deduplication-id` |
| `messageGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:message-group-id` |
sourceraw docstring

build-cfn-pipe-pipe-target-state-machine-parameters-property-builderclj

(build-cfn-pipe-pipe-target-state-machine-parameters-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-pipe-pipe-target-state-machine-parameters-property-builder function updates a CfnPipe$PipeTargetStateMachineParametersProperty$Builder instance using the provided configuration. The function takes the CfnPipe$PipeTargetStateMachineParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
invocationTypejava.lang.Stringcdk.support/lookup-entry:invocation-type
The build-cfn-pipe-pipe-target-state-machine-parameters-property-builder function updates a CfnPipe$PipeTargetStateMachineParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$PipeTargetStateMachineParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `invocationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:invocation-type` |
sourceraw docstring

build-cfn-pipe-placement-constraint-property-builderclj

(build-cfn-pipe-placement-constraint-property-builder builder id config)

The build-cfn-pipe-placement-constraint-property-builder function updates a CfnPipe$PlacementConstraintProperty$Builder instance using the provided configuration. The function takes the CfnPipe$PlacementConstraintProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
expressionjava.lang.Stringcdk.support/lookup-entry:expression
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-pipe-placement-constraint-property-builder function updates a CfnPipe$PlacementConstraintProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$PlacementConstraintProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `expression` | java.lang.String | [[cdk.support/lookup-entry]] | `:expression` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-pipe-placement-strategy-property-builderclj

(build-cfn-pipe-placement-strategy-property-builder builder id config)

The build-cfn-pipe-placement-strategy-property-builder function updates a CfnPipe$PlacementStrategyProperty$Builder instance using the provided configuration. The function takes the CfnPipe$PlacementStrategyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
fieldjava.lang.Stringcdk.support/lookup-entry:field
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-pipe-placement-strategy-property-builder function updates a CfnPipe$PlacementStrategyProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$PlacementStrategyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `field` | java.lang.String | [[cdk.support/lookup-entry]] | `:field` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-pipe-props-builderclj

(build-cfn-pipe-props-builder builder id config)

The build-cfn-pipe-props-builder function updates a CfnPipeProps$Builder instance using the provided configuration. The function takes the CfnPipeProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
desiredStatejava.lang.Stringcdk.support/lookup-entry:desired-state
enrichmentjava.lang.Stringcdk.support/lookup-entry:enrichment
enrichmentParameterssoftware.amazon.awscdk.services.pipes.CfnPipe$PipeEnrichmentParametersPropertycdk.support/lookup-entry:enrichment-parameters
logConfigurationsoftware.amazon.awscdk.services.pipes.CfnPipe$PipeLogConfigurationPropertycdk.support/lookup-entry:log-configuration
namejava.lang.Stringcdk.support/lookup-entry:name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
sourcejava.lang.Stringcdk.support/lookup-entry:source
sourceParameterssoftware.amazon.awscdk.services.pipes.CfnPipe$PipeSourceParametersPropertycdk.support/lookup-entry:source-parameters
tagsjava.util.Mapcdk.support/lookup-entry:tags
targetjava.lang.Stringcdk.support/lookup-entry:target
targetParameterssoftware.amazon.awscdk.services.pipes.CfnPipe$PipeTargetParametersPropertycdk.support/lookup-entry:target-parameters
The build-cfn-pipe-props-builder function updates a CfnPipeProps$Builder instance using the provided configuration.
  The function takes the CfnPipeProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `desiredState` | java.lang.String | [[cdk.support/lookup-entry]] | `:desired-state` |
| `enrichment` | java.lang.String | [[cdk.support/lookup-entry]] | `:enrichment` |
| `enrichmentParameters` | software.amazon.awscdk.services.pipes.CfnPipe$PipeEnrichmentParametersProperty | [[cdk.support/lookup-entry]] | `:enrichment-parameters` |
| `logConfiguration` | software.amazon.awscdk.services.pipes.CfnPipe$PipeLogConfigurationProperty | [[cdk.support/lookup-entry]] | `:log-configuration` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `source` | java.lang.String | [[cdk.support/lookup-entry]] | `:source` |
| `sourceParameters` | software.amazon.awscdk.services.pipes.CfnPipe$PipeSourceParametersProperty | [[cdk.support/lookup-entry]] | `:source-parameters` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `target` | java.lang.String | [[cdk.support/lookup-entry]] | `:target` |
| `targetParameters` | software.amazon.awscdk.services.pipes.CfnPipe$PipeTargetParametersProperty | [[cdk.support/lookup-entry]] | `:target-parameters` |
sourceraw docstring

build-cfn-pipe-s3-log-destination-property-builderclj

(build-cfn-pipe-s3-log-destination-property-builder builder id config)

The build-cfn-pipe-s3-log-destination-property-builder function updates a CfnPipe$S3LogDestinationProperty$Builder instance using the provided configuration. The function takes the CfnPipe$S3LogDestinationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
bucketNamejava.lang.Stringcdk.support/lookup-entry:bucket-name
bucketOwnerjava.lang.Stringcdk.support/lookup-entry:bucket-owner
outputFormatjava.lang.Stringcdk.support/lookup-entry:output-format
prefixjava.lang.Stringcdk.support/lookup-entry:prefix
The build-cfn-pipe-s3-log-destination-property-builder function updates a CfnPipe$S3LogDestinationProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$S3LogDestinationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` |
| `bucketOwner` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-owner` |
| `outputFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-format` |
| `prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix` |
sourceraw docstring

build-cfn-pipe-sage-maker-pipeline-parameter-property-builderclj

(build-cfn-pipe-sage-maker-pipeline-parameter-property-builder builder
                                                               id
                                                               config)

The build-cfn-pipe-sage-maker-pipeline-parameter-property-builder function updates a CfnPipe$SageMakerPipelineParameterProperty$Builder instance using the provided configuration. The function takes the CfnPipe$SageMakerPipelineParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
namejava.lang.Stringcdk.support/lookup-entry:name
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-pipe-sage-maker-pipeline-parameter-property-builder function updates a CfnPipe$SageMakerPipelineParameterProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$SageMakerPipelineParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-pipe-self-managed-kafka-access-configuration-credentials-property-builderclj

(build-cfn-pipe-self-managed-kafka-access-configuration-credentials-property-builder
  builder
  id
  config)

The build-cfn-pipe-self-managed-kafka-access-configuration-credentials-property-builder function updates a CfnPipe$SelfManagedKafkaAccessConfigurationCredentialsProperty$Builder instance using the provided configuration. The function takes the CfnPipe$SelfManagedKafkaAccessConfigurationCredentialsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
basicAuthjava.lang.Stringcdk.support/lookup-entry:basic-auth
clientCertificateTlsAuthjava.lang.Stringcdk.support/lookup-entry:client-certificate-tls-auth
saslScram256Authjava.lang.Stringcdk.support/lookup-entry:sasl-scram256-auth
saslScram512Authjava.lang.Stringcdk.support/lookup-entry:sasl-scram512-auth
The build-cfn-pipe-self-managed-kafka-access-configuration-credentials-property-builder function updates a CfnPipe$SelfManagedKafkaAccessConfigurationCredentialsProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$SelfManagedKafkaAccessConfigurationCredentialsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `basicAuth` | java.lang.String | [[cdk.support/lookup-entry]] | `:basic-auth` |
| `clientCertificateTlsAuth` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-certificate-tls-auth` |
| `saslScram256Auth` | java.lang.String | [[cdk.support/lookup-entry]] | `:sasl-scram256-auth` |
| `saslScram512Auth` | java.lang.String | [[cdk.support/lookup-entry]] | `:sasl-scram512-auth` |
sourceraw docstring

build-cfn-pipe-self-managed-kafka-access-configuration-vpc-property-builderclj

(build-cfn-pipe-self-managed-kafka-access-configuration-vpc-property-builder
  builder
  id
  config)

The build-cfn-pipe-self-managed-kafka-access-configuration-vpc-property-builder function updates a CfnPipe$SelfManagedKafkaAccessConfigurationVpcProperty$Builder instance using the provided configuration. The function takes the CfnPipe$SelfManagedKafkaAccessConfigurationVpcProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
securityGroupjava.util.Listcdk.support/lookup-entry:security-group
subnetsjava.util.Listcdk.support/lookup-entry:subnets
The build-cfn-pipe-self-managed-kafka-access-configuration-vpc-property-builder function updates a CfnPipe$SelfManagedKafkaAccessConfigurationVpcProperty$Builder instance using the provided configuration.
  The function takes the CfnPipe$SelfManagedKafkaAccessConfigurationVpcProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `securityGroup` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group` |
| `subnets` | java.util.List | [[cdk.support/lookup-entry]] | `:subnets` |
sourceraw docstring

cfn-pipe-aws-vpc-configuration-property-builderclj

(cfn-pipe-aws-vpc-configuration-property-builder id config)

Creates a CfnPipe$AwsVpcConfigurationProperty$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  `CfnPipe$AwsVpcConfigurationProperty$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-pipe-batch-array-properties-property-builderclj

(cfn-pipe-batch-array-properties-property-builder id config)

Creates a CfnPipe$BatchArrayPropertiesProperty$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  `CfnPipe$BatchArrayPropertiesProperty$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-pipe-batch-container-overrides-property-builderclj

(cfn-pipe-batch-container-overrides-property-builder id config)

Creates a CfnPipe$BatchContainerOverridesProperty$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  `CfnPipe$BatchContainerOverridesProperty$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-pipe-batch-environment-variable-property-builderclj

(cfn-pipe-batch-environment-variable-property-builder id config)

Creates a CfnPipe$BatchEnvironmentVariableProperty$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  `CfnPipe$BatchEnvironmentVariableProperty$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-pipe-batch-job-dependency-property-builderclj

(cfn-pipe-batch-job-dependency-property-builder id config)

Creates a CfnPipe$BatchJobDependencyProperty$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  `CfnPipe$BatchJobDependencyProperty$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-pipe-batch-resource-requirement-property-builderclj

(cfn-pipe-batch-resource-requirement-property-builder id config)

Creates a CfnPipe$BatchResourceRequirementProperty$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  `CfnPipe$BatchResourceRequirementProperty$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-pipe-batch-retry-strategy-property-builderclj

(cfn-pipe-batch-retry-strategy-property-builder id config)

Creates a CfnPipe$BatchRetryStrategyProperty$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  `CfnPipe$BatchRetryStrategyProperty$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-pipe-builderclj

(cfn-pipe-builder scope id config)

Creates a CfnPipe$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  `CfnPipe$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-pipe-capacity-provider-strategy-item-property-builderclj

(cfn-pipe-capacity-provider-strategy-item-property-builder id config)

Creates a CfnPipe$CapacityProviderStrategyItemProperty$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  `CfnPipe$CapacityProviderStrategyItemProperty$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-pipe-cloudwatch-logs-log-destination-property-builderclj

(cfn-pipe-cloudwatch-logs-log-destination-property-builder id config)

Creates a CfnPipe$CloudwatchLogsLogDestinationProperty$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  `CfnPipe$CloudwatchLogsLogDestinationProperty$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-pipe-dead-letter-config-property-builderclj

(cfn-pipe-dead-letter-config-property-builder id config)

Creates a CfnPipe$DeadLetterConfigProperty$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  `CfnPipe$DeadLetterConfigProperty$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-pipe-ecs-container-override-property-builderclj

(cfn-pipe-ecs-container-override-property-builder id config)

Creates a CfnPipe$EcsContainerOverrideProperty$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  `CfnPipe$EcsContainerOverrideProperty$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-pipe-ecs-environment-file-property-builderclj

(cfn-pipe-ecs-environment-file-property-builder id config)

Creates a CfnPipe$EcsEnvironmentFileProperty$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  `CfnPipe$EcsEnvironmentFileProperty$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-pipe-ecs-environment-variable-property-builderclj

(cfn-pipe-ecs-environment-variable-property-builder id config)

Creates a CfnPipe$EcsEnvironmentVariableProperty$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  `CfnPipe$EcsEnvironmentVariableProperty$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-pipe-ecs-ephemeral-storage-property-builderclj

(cfn-pipe-ecs-ephemeral-storage-property-builder id config)

Creates a CfnPipe$EcsEphemeralStorageProperty$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  `CfnPipe$EcsEphemeralStorageProperty$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-pipe-ecs-inference-accelerator-override-property-builderclj

(cfn-pipe-ecs-inference-accelerator-override-property-builder id config)

Creates a CfnPipe$EcsInferenceAcceleratorOverrideProperty$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  `CfnPipe$EcsInferenceAcceleratorOverrideProperty$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-pipe-ecs-resource-requirement-property-builderclj

(cfn-pipe-ecs-resource-requirement-property-builder id config)

Creates a CfnPipe$EcsResourceRequirementProperty$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  `CfnPipe$EcsResourceRequirementProperty$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-pipe-ecs-task-override-property-builderclj

(cfn-pipe-ecs-task-override-property-builder id config)

Creates a CfnPipe$EcsTaskOverrideProperty$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  `CfnPipe$EcsTaskOverrideProperty$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-pipe-filter-criteria-property-builderclj

(cfn-pipe-filter-criteria-property-builder id config)

Creates a CfnPipe$FilterCriteriaProperty$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  `CfnPipe$FilterCriteriaProperty$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-pipe-filter-property-builderclj

(cfn-pipe-filter-property-builder id config)

Creates a CfnPipe$FilterProperty$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  `CfnPipe$FilterProperty$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-pipe-firehose-log-destination-property-builderclj

(cfn-pipe-firehose-log-destination-property-builder id config)

Creates a CfnPipe$FirehoseLogDestinationProperty$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  `CfnPipe$FirehoseLogDestinationProperty$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-pipe-mq-broker-access-credentials-property-builderclj

(cfn-pipe-mq-broker-access-credentials-property-builder id config)

Creates a CfnPipe$MQBrokerAccessCredentialsProperty$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  `CfnPipe$MQBrokerAccessCredentialsProperty$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-pipe-msk-access-credentials-property-builderclj

(cfn-pipe-msk-access-credentials-property-builder id config)

Creates a CfnPipe$MSKAccessCredentialsProperty$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  `CfnPipe$MSKAccessCredentialsProperty$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-pipe-network-configuration-property-builderclj

(cfn-pipe-network-configuration-property-builder id config)

Creates a CfnPipe$NetworkConfigurationProperty$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  `CfnPipe$NetworkConfigurationProperty$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-pipe-pipe-enrichment-http-parameters-property-builderclj

(cfn-pipe-pipe-enrichment-http-parameters-property-builder id config)

Creates a CfnPipe$PipeEnrichmentHttpParametersProperty$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  `CfnPipe$PipeEnrichmentHttpParametersProperty$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-pipe-pipe-enrichment-parameters-property-builderclj

(cfn-pipe-pipe-enrichment-parameters-property-builder id config)

Creates a CfnPipe$PipeEnrichmentParametersProperty$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  `CfnPipe$PipeEnrichmentParametersProperty$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-pipe-pipe-log-configuration-property-builderclj

(cfn-pipe-pipe-log-configuration-property-builder id config)

Creates a CfnPipe$PipeLogConfigurationProperty$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  `CfnPipe$PipeLogConfigurationProperty$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-pipe-pipe-source-active-mq-broker-parameters-property-builderclj

(cfn-pipe-pipe-source-active-mq-broker-parameters-property-builder id config)

Creates a CfnPipe$PipeSourceActiveMQBrokerParametersProperty$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  `CfnPipe$PipeSourceActiveMQBrokerParametersProperty$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-pipe-pipe-source-dynamo-db-stream-parameters-property-builderclj

(cfn-pipe-pipe-source-dynamo-db-stream-parameters-property-builder id config)

Creates a CfnPipe$PipeSourceDynamoDBStreamParametersProperty$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  `CfnPipe$PipeSourceDynamoDBStreamParametersProperty$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-pipe-pipe-source-kinesis-stream-parameters-property-builderclj

(cfn-pipe-pipe-source-kinesis-stream-parameters-property-builder id config)

Creates a CfnPipe$PipeSourceKinesisStreamParametersProperty$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  `CfnPipe$PipeSourceKinesisStreamParametersProperty$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-pipe-pipe-source-managed-streaming-kafka-parameters-property-builderclj

(cfn-pipe-pipe-source-managed-streaming-kafka-parameters-property-builder
  id
  config)

Creates a CfnPipe$PipeSourceManagedStreamingKafkaParametersProperty$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  `CfnPipe$PipeSourceManagedStreamingKafkaParametersProperty$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-pipe-pipe-source-parameters-property-builderclj

(cfn-pipe-pipe-source-parameters-property-builder id config)

Creates a CfnPipe$PipeSourceParametersProperty$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  `CfnPipe$PipeSourceParametersProperty$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-pipe-pipe-source-rabbit-mq-broker-parameters-property-builderclj

(cfn-pipe-pipe-source-rabbit-mq-broker-parameters-property-builder id config)

Creates a CfnPipe$PipeSourceRabbitMQBrokerParametersProperty$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  `CfnPipe$PipeSourceRabbitMQBrokerParametersProperty$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-pipe-pipe-source-self-managed-kafka-parameters-property-builderclj

(cfn-pipe-pipe-source-self-managed-kafka-parameters-property-builder id config)

Creates a CfnPipe$PipeSourceSelfManagedKafkaParametersProperty$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  `CfnPipe$PipeSourceSelfManagedKafkaParametersProperty$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-pipe-pipe-source-sqs-queue-parameters-property-builderclj

(cfn-pipe-pipe-source-sqs-queue-parameters-property-builder id config)

Creates a CfnPipe$PipeSourceSqsQueueParametersProperty$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  `CfnPipe$PipeSourceSqsQueueParametersProperty$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-pipe-pipe-target-batch-job-parameters-property-builderclj

(cfn-pipe-pipe-target-batch-job-parameters-property-builder id config)

Creates a CfnPipe$PipeTargetBatchJobParametersProperty$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  `CfnPipe$PipeTargetBatchJobParametersProperty$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-pipe-pipe-target-cloud-watch-logs-parameters-property-builderclj

(cfn-pipe-pipe-target-cloud-watch-logs-parameters-property-builder id config)

Creates a CfnPipe$PipeTargetCloudWatchLogsParametersProperty$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  `CfnPipe$PipeTargetCloudWatchLogsParametersProperty$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-pipe-pipe-target-ecs-task-parameters-property-builderclj

(cfn-pipe-pipe-target-ecs-task-parameters-property-builder id config)

Creates a CfnPipe$PipeTargetEcsTaskParametersProperty$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  `CfnPipe$PipeTargetEcsTaskParametersProperty$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-pipe-pipe-target-event-bridge-event-bus-parameters-property-builderclj

(cfn-pipe-pipe-target-event-bridge-event-bus-parameters-property-builder id
                                                                         config)

Creates a CfnPipe$PipeTargetEventBridgeEventBusParametersProperty$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  `CfnPipe$PipeTargetEventBridgeEventBusParametersProperty$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-pipe-pipe-target-http-parameters-property-builderclj

(cfn-pipe-pipe-target-http-parameters-property-builder id config)

Creates a CfnPipe$PipeTargetHttpParametersProperty$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  `CfnPipe$PipeTargetHttpParametersProperty$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-pipe-pipe-target-kinesis-stream-parameters-property-builderclj

(cfn-pipe-pipe-target-kinesis-stream-parameters-property-builder id config)

Creates a CfnPipe$PipeTargetKinesisStreamParametersProperty$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  `CfnPipe$PipeTargetKinesisStreamParametersProperty$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-pipe-pipe-target-lambda-function-parameters-property-builderclj

(cfn-pipe-pipe-target-lambda-function-parameters-property-builder id config)

Creates a CfnPipe$PipeTargetLambdaFunctionParametersProperty$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  `CfnPipe$PipeTargetLambdaFunctionParametersProperty$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-pipe-pipe-target-parameters-property-builderclj

(cfn-pipe-pipe-target-parameters-property-builder id config)

Creates a CfnPipe$PipeTargetParametersProperty$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  `CfnPipe$PipeTargetParametersProperty$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-pipe-pipe-target-redshift-data-parameters-property-builderclj

(cfn-pipe-pipe-target-redshift-data-parameters-property-builder id config)

Creates a CfnPipe$PipeTargetRedshiftDataParametersProperty$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  `CfnPipe$PipeTargetRedshiftDataParametersProperty$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-pipe-pipe-target-sage-maker-pipeline-parameters-property-builderclj

(cfn-pipe-pipe-target-sage-maker-pipeline-parameters-property-builder id config)

Creates a CfnPipe$PipeTargetSageMakerPipelineParametersProperty$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  `CfnPipe$PipeTargetSageMakerPipelineParametersProperty$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-pipe-pipe-target-sqs-queue-parameters-property-builderclj

(cfn-pipe-pipe-target-sqs-queue-parameters-property-builder id config)

Creates a CfnPipe$PipeTargetSqsQueueParametersProperty$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  `CfnPipe$PipeTargetSqsQueueParametersProperty$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-pipe-pipe-target-state-machine-parameters-property-builderclj

(cfn-pipe-pipe-target-state-machine-parameters-property-builder id config)

Creates a CfnPipe$PipeTargetStateMachineParametersProperty$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  `CfnPipe$PipeTargetStateMachineParametersProperty$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-pipe-placement-constraint-property-builderclj

(cfn-pipe-placement-constraint-property-builder id config)

Creates a CfnPipe$PlacementConstraintProperty$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  `CfnPipe$PlacementConstraintProperty$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-pipe-placement-strategy-property-builderclj

(cfn-pipe-placement-strategy-property-builder id config)

Creates a CfnPipe$PlacementStrategyProperty$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  `CfnPipe$PlacementStrategyProperty$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-pipe-props-builderclj

(cfn-pipe-props-builder id config)

Creates a CfnPipeProps$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  `CfnPipeProps$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-pipe-s3-log-destination-property-builderclj

(cfn-pipe-s3-log-destination-property-builder id config)

Creates a CfnPipe$S3LogDestinationProperty$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  `CfnPipe$S3LogDestinationProperty$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-pipe-sage-maker-pipeline-parameter-property-builderclj

(cfn-pipe-sage-maker-pipeline-parameter-property-builder id config)

Creates a CfnPipe$SageMakerPipelineParameterProperty$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  `CfnPipe$SageMakerPipelineParameterProperty$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-pipe-self-managed-kafka-access-configuration-credentials-property-builderclj

(cfn-pipe-self-managed-kafka-access-configuration-credentials-property-builder
  id
  config)

Creates a CfnPipe$SelfManagedKafkaAccessConfigurationCredentialsProperty$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  `CfnPipe$SelfManagedKafkaAccessConfigurationCredentialsProperty$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-pipe-self-managed-kafka-access-configuration-vpc-property-builderclj

(cfn-pipe-self-managed-kafka-access-configuration-vpc-property-builder id
                                                                       config)

Creates a CfnPipe$SelfManagedKafkaAccessConfigurationVpcProperty$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  `CfnPipe$SelfManagedKafkaAccessConfigurationVpcProperty$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