aws.transfer.list_agreements
Example SQL Queries
SELECT * FROMaws.transfer.list_agreementsWHERE"server_id" = 'VALUE';Description
Returns a list of the agreements for the server that's identified by the ServerId that you supply. If you want to limit the results to a certain number, supply a value for the MaxResults parameter. If you ran the command previously and received a value for NextToken, you can supply that value to continue listing agreements from where you left off.
Table Definition
| Column Name | Column Data Type |
|---|---|
| server_id Required Input Column The unique identifier for the agreement. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| agreement_id A unique identifier for the agreement. This identifier is returned when you create an agreement. | VARCHAR |
| arn The Amazon Resource Name (ARN) of the specified agreement. | VARCHAR |
| description The current description for the agreement. You can change it by calling the UpdateAgreement operation and providing a new description. | VARCHAR |
| local_profile_id A unique identifier for the AS2 local profile. | VARCHAR |
| partner_profile_id A unique identifier for the partner profile. | VARCHAR |
| status The agreement can be either ACTIVE or INACTIVE. | VARCHAR |