AssociationOutputLocationArgs

data class AssociationOutputLocationArgs(val s3BucketName: Output<String>, val s3KeyPrefix: Output<String>? = null, val s3Region: Output<String>? = null) : ConvertibleToJava<AssociationOutputLocationArgs>

Constructors

Link copied to clipboard
constructor(s3BucketName: Output<String>, s3KeyPrefix: Output<String>? = null, s3Region: Output<String>? = null)

Properties

Link copied to clipboard
val s3BucketName: Output<String>

The S3 bucket name.

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

The S3 bucket prefix. Results stored in the root if not configured.

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

The S3 bucket region. Targets specify what instance IDs or tags to apply the document to and has these keys:

Functions

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