LocationS3s3ConfigArgs

data class LocationS3s3ConfigArgs(val bucketAccessRoleArn: Output<String>) : ConvertibleToJava<LocationS3s3ConfigArgs>

The Amazon Resource Name (ARN) of the AWS IAM role that is used to access an Amazon S3 bucket.

Constructors

Link copied to clipboard
constructor(bucketAccessRoleArn: Output<String>)

Properties

Link copied to clipboard

The ARN of the IAM role of the Amazon S3 bucket.

Functions

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