agreements
Retrieves a list of agreements
in a region
Overview
Name | agreements |
Type | Resource |
Description | agreements |
Id | awscc.transfer.agreements |
Fields
Name | Datatype | Description |
---|---|---|
agreement_id | string | A unique identifier for the agreement. |
server_id | string | A unique identifier for the server. |
region | string | AWS 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