Skip to main content

agreement_tags

Expands all tag keys and values for agreements in a region

Overview

Nameagreement_tags
TypeResource
DescriptionResource Type definition for AWS::Transfer::Agreement
Idaws.transfer.agreement_tags

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.
agreement_idstringA unique identifier for the agreement.
arnstringSpecifies the unique Amazon Resource Name (ARN) for the agreement.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all agreements in a region.

SELECT
region,
description,
server_id,
local_profile_id,
partner_profile_id,
base_directory,
access_role,
status,
agreement_id,
arn,
tag_key,
tag_value
FROM aws.transfer.agreement_tags
WHERE region = 'us-east-1';

Permissions

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