Resource schema for AWS::DataSync::LocationS3
s3_config
(Attributes) The Amazon Resource Name (ARN) of the AWS IAM role that is used to access an Amazon S3 bucket. (see below for nested schema)s3_bucket_arn
(String) The Amazon Resource Name (ARN) of the Amazon S3 bucket.s3_storage_class
(String) The Amazon S3 storage class you want to store your files in when this location is used as a task destination.subdirectory
(String) A subdirectory in the Amazon S3 bucket. This subdirectory in Amazon S3 is used to read data from the S3 source location or write data to the S3 destination.tags
(Attributes Set) An array of key-value pairs to apply to this resource. (see below for nested schema)id
(String) Uniquely identifies the resource.location_arn
(String) The Amazon Resource Name (ARN) of the Amazon S3 bucket location.location_uri
(String) The URL of the S3 location that was described.s3_config
Required:
bucket_access_role_arn
(String) The ARN of the IAM role of the Amazon S3 bucket.tags
Required:
key
(String) The key for an AWS resource tag.value
(String) The value for an AWS resource tag.Import is supported using the following syntax:
$ terraform import awscc_datasync_location_s3.example <resource ID>