Pipe Args
data class PipeArgs(val description: Output<String>? = null, val desiredState: Output<PipeRequestedPipeState>? = null, val enrichment: Output<String>? = null, val enrichmentParameters: Output<PipeEnrichmentParametersArgs>? = null, val logConfiguration: Output<PipeLogConfigurationArgs>? = null, val name: Output<String>? = null, val roleArn: Output<String>? = null, val source: Output<String>? = null, val sourceParameters: Output<PipeSourceParametersArgs>? = null, val tags: Output<Map<String, String>>? = null, val target: Output<String>? = null, val targetParameters: Output<PipeTargetParametersArgs>? = null) : ConvertibleToJava<PipeArgs>
Definition of AWS::Pipes::Pipe Resource Type
Example Usage
Example
No Java example available.
Example
No Java example available.
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, desiredState: Output<PipeRequestedPipeState>? = null, enrichment: Output<String>? = null, enrichmentParameters: Output<PipeEnrichmentParametersArgs>? = null, logConfiguration: Output<PipeLogConfigurationArgs>? = null, name: Output<String>? = null, roleArn: Output<String>? = null, source: Output<String>? = null, sourceParameters: Output<PipeSourceParametersArgs>? = null, tags: Output<Map<String, String>>? = null, target: Output<String>? = null, targetParameters: Output<PipeTargetParametersArgs>? = null)
Properties
Link copied to clipboard
A description of the pipe.
Link copied to clipboard
The state the pipe should be in.
Link copied to clipboard
The ARN of the enrichment resource.
Link copied to clipboard
The parameters required to set up enrichment on your pipe.
Link copied to clipboard
The logging configuration settings for the pipe.
Link copied to clipboard
The parameters required to set up a source for your pipe.
Link copied to clipboard
The parameters required to set up a target for your pipe. For more information about pipe target parameters, including how to use dynamic path parameters, see Target parameters in the Amazon EventBridge User Guide .