AssociationS3OutputLocationArgs

data class AssociationS3OutputLocationArgs(val outputS3BucketName: Output<String>? = null, val outputS3KeyPrefix: Output<String>? = null, val outputS3Region: Output<String>? = null) : ConvertibleToJava<AssociationS3OutputLocationArgs>

Constructors

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

Properties

Link copied to clipboard
val outputS3BucketName: Output<String>? = null

The name of the S3 bucket.

Link copied to clipboard
val outputS3KeyPrefix: Output<String>? = null

The S3 bucket subfolder.

Link copied to clipboard
val outputS3Region: Output<String>? = null

The AWS Region of the S3 bucket.

Functions

Link copied to clipboard
open override fun toJava(): AssociationS3OutputLocationArgs