aws.datasync.describe_location_object_storage
Example SQL Queries
SELECT * FROMaws.datasync.describe_location_object_storageWHERE"location_arn" = 'VALUE';Description
Provides details about how an DataSync transfer location for an object storage system is configured.
Table Definition
| Column Name | Column Data Type |
|---|---|
| location_arn Required Input Column The ARN of the object storage system 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 |
| access_key The access key (for example, a user name) required to authenticate with the object storage system. | VARCHAR |
| agent_arns The ARNs of the DataSync agents that can connect with your object storage system. | VARCHAR[] |
Show child fields
| |
| creation_time The time that the location was created. | TIMESTAMP_S |
| location_uri The URI of the object storage system location. | VARCHAR |
| server_certificate The certificate chain for DataSync to authenticate with your object storage system if the system uses a private or self-signed certificate authority (CA). | BLOB |
| server_port The port that your object storage server accepts inbound network traffic on (for example, port 443). | BIGINT |
| server_protocol The protocol that your object storage system uses to communicate. | VARCHAR |