location_object_storages_list_only
Lists location_object_storages
in a region or regions, for all properties use location_object_storages
Overview
Name | location_object_storages_list_only |
Type | Resource |
Description | Resource schema for AWS::DataSync::LocationObjectStorage. |
Id | aws.datasync.location_object_storages_list_only |
Fields
Name | Datatype | Description |
---|---|---|
access_key | string | Optional. The access key is used if credentials are required to access the self-managed object storage server. |
agent_arns | array | The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location. |
bucket_name | string | The name of the bucket on the self-managed object storage server. |
secret_key | string | Optional. The secret key is used if credentials are required to access the self-managed object storage server. |
server_certificate | string | X.509 PEM content containing a certificate authority or chain to trust. |
server_hostname | string | The name of the self-managed object storage server. This value is the IP address or Domain Name Service (DNS) name of the object storage server. |
server_port | integer | The port that your self-managed server accepts inbound network traffic on. |
server_protocol | string | The protocol that the object storage server uses to communicate. |
subdirectory | string | The subdirectory in the self-managed object storage server that is used to read data from. |
tags | array | An array of key-value pairs to apply to this resource. |
location_arn | string | The Amazon Resource Name (ARN) of the location that is created. |
location_uri | string | The URL of the object storage location that was described. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all location_object_storages
in a region.
SELECT
region,
location_arn
FROM aws.datasync.location_object_storages_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the location_object_storages_list_only
resource, see location_object_storages