Uses of Enum
software.amazon.awscdk.services.pipes.alpha.S3OutputFormat
Packages that use S3OutputFormat
Package
Description
Amazon EventBridge Pipes Construct Library
- 
Uses of S3OutputFormat in software.amazon.awscdk.services.pipes.alphaMethods in software.amazon.awscdk.services.pipes.alpha that return S3OutputFormatModifier and TypeMethodDescriptiondefault S3OutputFormatS3LogDestinationProps.getOutputFormat()(experimental) The format for the log records.final S3OutputFormatS3LogDestinationProps.Jsii$Proxy.getOutputFormat()static S3OutputFormatReturns the enum constant of this type with the specified name.static S3OutputFormat[]S3OutputFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.pipes.alpha with parameters of type S3OutputFormatModifier and TypeMethodDescriptionS3LogDestination.Builder.outputFormat(S3OutputFormat outputFormat) (experimental) The format for the log records.S3LogDestinationProps.Builder.outputFormat(S3OutputFormat outputFormat) Sets the value ofS3LogDestinationProps.getOutputFormat()