Skip to main content

agreements

Retrieves a list of agreements in a region

Overview

Nameagreements
TypeResource
Descriptionagreements
Idawscc.transfer.agreements

Fields

NameDatatypeDescription
agreement_idstringA unique identifier for the agreement.
server_idstringA unique identifier for the server.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
agreement_id,
server_id
FROM awscc.transfer.agreements
WHERE region = 'us-east-1'

Permissions

To operate on the agreements resource, the following permissions are required:

Create

transfer:CreateAgreement,
transfer:TagResource,
iam:PassRole

List

transfer:ListAgreements