aws.datasync.describe_location_s3
Example SQL Queries
SELECT * FROMaws.datasync.describe_location_s3WHERE"location_arn" = 'VALUE';Description
Provides details about how an DataSync transfer location for an S3 bucket is configured.
Table Definition
| Column Name | Column Data Type |
|---|---|
| location_arn Required Input Column The ARN of the Amazon S3 location. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| agent_arns The ARNs of the DataSync agents deployed on your Outpost when using working with Amazon S3 on Outposts. For more information, see Deploy your DataSync agent on Outposts. | VARCHAR[] |
Show child fields
| |
| creation_time The time that the Amazon S3 location was created. | TIMESTAMP_S |
| location_uri The URL of the Amazon S3 location that was described. | VARCHAR |
| s3_config Specifies the Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that DataSync uses to access your S3 bucket. For more information, see Accessing S3 buckets. | STRUCT( |
Show child fields
| |
| s3_storage_class When Amazon S3 is a destination location, this is the storage class that you chose for your objects. Some storage classes have behaviors that can affect your Amazon S3 storage costs. For more information, see Storage class considerations with Amazon S3 transfers. | VARCHAR |