server_tags
Expands all tag keys and values for servers
in a region
Overview
Name | server_tags |
Type | Resource |
Description | Definition of AWS::Transfer::Server Resource Type |
Id | aws.transfer.server_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
as2_service_managed_egress_ip_addresses | array | The list of egress IP addresses of this server. These IP addresses are only relevant for servers that use the AS2 protocol. They are used for sending asynchronous MDNs. These IP addresses are assigned automatically when you create an AS2 server. Additionally, if you update an existing server and add the AS2 protocol, static IP addresses are assigned as well. |
certificate | string | |
domain | string | |
endpoint_details | object | |
endpoint_type | string | |
identity_provider_details | object | |
identity_provider_type | string | |
logging_role | string | |
post_authentication_login_banner | string | |
pre_authentication_login_banner | string | |
protocol_details | object | |
protocols | array | |
s3_storage_options | object | |
security_policy_name | string | |
server_id | string | |
state | string | |
structured_log_destinations | array | |
workflow_details | object | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all servers
in a region.
SELECT
region,
arn,
as2_service_managed_egress_ip_addresses,
certificate,
domain,
endpoint_details,
endpoint_type,
identity_provider_details,
identity_provider_type,
logging_role,
post_authentication_login_banner,
pre_authentication_login_banner,
protocol_details,
protocols,
s3_storage_options,
security_policy_name,
server_id,
state,
structured_log_destinations,
workflow_details,
tag_key,
tag_value
FROM aws.transfer.server_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the server_tags
resource, see servers