bucketDefinitions

@JvmName(name = "lrwymdqnydsfljak")
suspend fun bucketDefinitions(value: Output<List<S3BucketDefinitionForJobArgs>>)
@JvmName(name = "fddddscltsqqyuvm")
suspend fun bucketDefinitions(value: List<S3BucketDefinitionForJobArgs>?)

Parameters

value

An array of objects, one for each Amazon Web Services account that owns specific S3 buckets for the job to analyze. Each object specifies the account ID for an account and one or more buckets to analyze for that account. A job's definition can contain a bucketDefinitions array or a bucketCriteria object, not both.


@JvmName(name = "iwedaqfgspkwmyev")
suspend fun bucketDefinitions(vararg values: Output<S3BucketDefinitionForJobArgs>)


@JvmName(name = "caejlvuyvmgerljo")
suspend fun bucketDefinitions(values: List<Output<S3BucketDefinitionForJobArgs>>)
@JvmName(name = "jnmrxlhaeonyplln")
suspend fun bucketDefinitions(vararg values: S3BucketDefinitionForJobArgs)

Parameters

values

An array of objects, one for each Amazon Web Services account that owns specific S3 buckets for the job to analyze. Each object specifies the account ID for an account and one or more buckets to analyze for that account. A job's definition can contain a bucketDefinitions array or a bucketCriteria object, not both.


@JvmName(name = "jqcmabqqoxvisysm")
suspend fun bucketDefinitions(argument: List<suspend S3BucketDefinitionForJobArgsBuilder.() -> Unit>)
@JvmName(name = "uxsmqdyokkxocdjs")
suspend fun bucketDefinitions(vararg argument: suspend S3BucketDefinitionForJobArgsBuilder.() -> Unit)
@JvmName(name = "dnsjiaeoineryhqu")
suspend fun bucketDefinitions(argument: suspend S3BucketDefinitionForJobArgsBuilder.() -> Unit)

Parameters

argument

An array of objects, one for each Amazon Web Services account that owns specific S3 buckets for the job to analyze. Each object specifies the account ID for an account and one or more buckets to analyze for that account. A job's definition can contain a bucketDefinitions array or a bucketCriteria object, not both.