AssociationS3OutputLocation

data class AssociationS3OutputLocation(val outputS3BucketName: String? = null, val outputS3KeyPrefix: String? = null, val outputS3Region: String? = null)

Constructors

Link copied to clipboard
constructor(outputS3BucketName: String? = null, outputS3KeyPrefix: String? = null, outputS3Region: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the S3 bucket.

Link copied to clipboard

The S3 bucket subfolder.

Link copied to clipboard
val outputS3Region: String? = null

The AWS Region of the S3 bucket.