PipeArgs

constructor(description: Output<String>? = null, desiredState: Output<PipeRequestedPipeState>? = null, enrichment: Output<String>? = null, enrichmentParameters: Output<PipeEnrichmentParametersArgs>? = null, kmsKeyIdentifier: Output<String>? = 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)