Skip to main content

location_object_storages_list_only

Lists location_object_storages in a region or regions, for all properties use location_object_storages

Overview

Namelocation_object_storages_list_only
TypeResource
DescriptionResource schema for AWS::DataSync::LocationObjectStorage.
Idaws.datasync.location_object_storages_list_only

Fields

NameDatatypeDescription
access_keystringOptional. The access key is used if credentials are required to access the self-managed object storage server.
agent_arnsarrayThe Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.
bucket_namestringThe name of the bucket on the self-managed object storage server.
secret_keystringOptional. The secret key is used if credentials are required to access the self-managed object storage server.
server_certificatestringX.509 PEM content containing a certificate authority or chain to trust.
server_hostnamestringThe 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_portintegerThe port that your self-managed server accepts inbound network traffic on.
server_protocolstringThe protocol that the object storage server uses to communicate.
subdirectorystringThe subdirectory in the self-managed object storage server that is used to read data from.
tagsarrayAn array of key-value pairs to apply to this resource.
location_arnstringThe Amazon Resource Name (ARN) of the location that is created.
location_uristringThe URL of the object storage location that was described.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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