Skip to main content

agreements_list_only

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

Overview

Nameagreements_list_only
TypeResource
DescriptionResource Type definition for AWS::Transfer::Agreement
Idaws.transfer.agreements_list_only

Fields

NameDatatypeDescription
descriptionstringA textual description for the agreement.
server_idstringA unique identifier for the server.
local_profile_idstringA unique identifier for the local profile.
partner_profile_idstringA unique identifier for the partner profile.
base_directorystringSpecifies the base directory for the agreement.
access_rolestringSpecifies the access role for the agreement.
statusstringSpecifies the status of the agreement.
tagsarrayKey-value pairs that can be used to group and search for agreements. Tags are metadata attached to agreements for any purpose.
agreement_idstringA unique identifier for the agreement.
arnstringSpecifies the unique Amazon Resource Name (ARN) for the agreement.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all agreements in a region.

SELECT
region,
agreement_id,
server_id
FROM aws.transfer.agreements_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the agreements_list_only resource, see agreements