Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.pipes.CfnPipePropsMixin.Builder
Packages that use CfnPipePropsMixin.Builder
-
Uses of CfnPipePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.pipes
Methods in software.amazon.awscdk.cfnpropertymixins.services.pipes that return CfnPipePropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnPipePropsMixin.BuilderCfnPipePropsMixin.Builder.create()static CfnPipePropsMixin.BuilderCfnPipePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnPipePropsMixin.Builder.description(String description) A description of the pipe.CfnPipePropsMixin.Builder.desiredState(String desiredState) The state the pipe should be in.CfnPipePropsMixin.Builder.enrichment(String enrichment) The ARN of the enrichment resource.CfnPipePropsMixin.Builder.enrichment(IFunctionRef enrichment) The ARN of the enrichment resource.CfnPipePropsMixin.Builder.enrichmentParameters(CfnPipePropsMixin.PipeEnrichmentParametersProperty enrichmentParameters) The parameters required to set up enrichment on your pipe.CfnPipePropsMixin.Builder.enrichmentParameters(IResolvable enrichmentParameters) The parameters required to set up enrichment on your pipe.CfnPipePropsMixin.Builder.kmsKeyIdentifier(String kmsKeyIdentifier) The identifier of the AWS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt pipe data.CfnPipePropsMixin.Builder.logConfiguration(CfnPipePropsMixin.PipeLogConfigurationProperty logConfiguration) The logging configuration settings for the pipe.CfnPipePropsMixin.Builder.logConfiguration(IResolvable 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 role that allows the pipe to send data to the target.The ARN of the source resource.CfnPipePropsMixin.Builder.source(IStreamRef source) The ARN of the source resource.The ARN of the source resource.CfnPipePropsMixin.Builder.sourceParameters(CfnPipePropsMixin.PipeSourceParametersProperty sourceParameters) The parameters required to set up a source for your pipe.CfnPipePropsMixin.Builder.sourceParameters(IResolvable 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.CfnPipePropsMixin.Builder.target(IEventBusRef target) The ARN of the target resource.CfnPipePropsMixin.Builder.target(IFunctionRef target) The ARN of the target resource.CfnPipePropsMixin.Builder.target(ILogGroupRef target) The ARN of the target resource.The ARN of the target resource.The ARN of the target resource.CfnPipePropsMixin.Builder.target(IStateMachineRef target) The ARN of the target resource.CfnPipePropsMixin.Builder.targetParameters(CfnPipePropsMixin.PipeTargetParametersProperty targetParameters) The parameters required to set up a target for your pipe.CfnPipePropsMixin.Builder.targetParameters(IResolvable targetParameters) The parameters required to set up a target for your pipe.