TaskManifestConfigSourceS3

data class TaskManifestConfigSourceS3(val bucketAccessRoleArn: String? = null, val manifestObjectPath: String? = null, val manifestObjectVersionId: String? = null, val s3BucketArn: String? = null)

Specifies the S3 bucket where you're hosting the manifest that you want AWS DataSync to use.

Constructors

Link copied to clipboard
constructor(bucketAccessRoleArn: String? = null, manifestObjectPath: String? = null, manifestObjectVersionId: String? = null, s3BucketArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the AWS Identity and Access Management (IAM) role that allows DataSync to access your manifest.

Link copied to clipboard

Specifies the Amazon S3 object key of your manifest.

Link copied to clipboard

Specifies the object version ID of the manifest that you want DataSync to use.

Link copied to clipboard
val s3BucketArn: String? = null

Specifies the Amazon Resource Name (ARN) of the S3 bucket where you're hosting your manifest.