Task Manifest Config Source S3Args
data class TaskManifestConfigSourceS3Args(val bucketAccessRoleArn: Output<String>? = null, val manifestObjectPath: Output<String>? = null, val manifestObjectVersionId: Output<String>? = null, val s3BucketArn: Output<String>? = null) : ConvertibleToJava<TaskManifestConfigSourceS3Args>
Specifies the S3 bucket where you're hosting the manifest that you want AWS DataSync to use.
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
Specifies the Amazon Resource Name (ARN) of the S3 bucket where you're hosting your manifest.