S3BucketDefinitionForJobArgs

data class S3BucketDefinitionForJobArgs(val accountId: Output<String>? = null, val buckets: Output<List<String>>? = null) : ConvertibleToJava<S3BucketDefinitionForJobArgs>

Definition of S3BucketDefinitionForJob

Constructors

Link copied to clipboard
constructor(accountId: Output<String>? = null, buckets: Output<List<String>>? = null)

Properties

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

The unique identifier for the Amazon Web Services account that owns the buckets.

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

An array that lists the names of the buckets.

Functions

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