Uses of Class
software.amazon.awscdk.services.pipes.CfnPipe.Builder
-
Uses of CfnPipe.Builder in software.amazon.awscdk.services.pipes
Modifier and TypeMethodDescriptionstatic CfnPipe.Builder
CfnPipe.Builder.description
(String description) A description of the pipe.CfnPipe.Builder.desiredState
(String desiredState) The state the pipe should be in.CfnPipe.Builder.enrichment
(String enrichment) The ARN of the enrichment resource.CfnPipe.Builder.enrichmentParameters
(IResolvable enrichmentParameters) The parameters required to set up enrichment on your pipe.CfnPipe.Builder.enrichmentParameters
(CfnPipe.PipeEnrichmentParametersProperty enrichmentParameters) The parameters required to set up enrichment on your pipe.CfnPipe.Builder.kmsKeyIdentifier
(String kmsKeyIdentifier) The identifier of the AWS KMS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt pipe data.CfnPipe.Builder.logConfiguration
(IResolvable logConfiguration) The logging configuration settings for the pipe.CfnPipe.Builder.logConfiguration
(CfnPipe.PipeLogConfigurationProperty logConfiguration) The logging configuration settings for the pipe.The name of the pipe.The ARN of the role that allows the pipe to send data to the target.The ARN of the source resource.CfnPipe.Builder.sourceParameters
(IResolvable sourceParameters) The parameters required to set up a source for your pipe.CfnPipe.Builder.sourceParameters
(CfnPipe.PipeSourceParametersProperty sourceParameters) The parameters required to set up a source for your pipe.The list of key-value pairs to associate with the pipe.The ARN of the target resource.CfnPipe.Builder.targetParameters
(IResolvable targetParameters) The parameters required to set up a target for your pipe.CfnPipe.Builder.targetParameters
(CfnPipe.PipeTargetParametersProperty targetParameters) The parameters required to set up a target for your pipe.