S3DestinationConfiguration

@JsonSerializable
data class S3DestinationConfiguration(val BucketARN: ARN, val RoleARN: ARN, val BufferingHints: BufferingHints? = null, val CloudWatchLoggingOptions: CloudWatchLoggingOptions? = null, val CompressionFormat: CompressionFormat? = null, val EncryptionConfiguration: EncryptionConfiguration? = null, val ErrorOutputPrefix: String? = null, val Prefix: String? = null)

Constructors

Link copied to clipboard
constructor(BucketARN: ARN, RoleARN: ARN, BufferingHints: BufferingHints? = null, CloudWatchLoggingOptions: CloudWatchLoggingOptions? = null, CompressionFormat: CompressionFormat? = null, EncryptionConfiguration: EncryptionConfiguration? = null, ErrorOutputPrefix: String? = null, Prefix: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val Prefix: String? = null
Link copied to clipboard