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.
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
size | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
value | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
type | java.lang.String | cdk.support/lookup-entry | :type |
value | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
attempts | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
logGroupArn | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
arn | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
type | java.lang.String | cdk.support/lookup-entry | :type |
value | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
value | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
sizeInGiB | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
type | java.lang.String | cdk.support/lookup-entry | :type |
value | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
filters | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
pattern | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deliveryStreamArn | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
basicAuth | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
awsvpcConfiguration | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
partitionKey | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
invocationType | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
pipelineParameterList | java.util.List | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
invocationType | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
expression | java.lang.String | cdk.support/lookup-entry | :expression |
type | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
field | java.lang.String | cdk.support/lookup-entry | :field |
type | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
value | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close