Skip to main content

server_tags

Expands all tag keys and values for servers in a region

Overview

Nameserver_tags
TypeResource
DescriptionDefinition of AWS::Transfer::Server Resource Type
Idaws.transfer.server_tags

Fields

NameDatatypeDescription
arnstring
as2_service_managed_egress_ip_addressesarrayThe 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.
certificatestring
domainstring
endpoint_detailsobject
endpoint_typestring
identity_provider_detailsobject
identity_provider_typestring
logging_rolestring
post_authentication_login_bannerstring
pre_authentication_login_bannerstring
protocol_detailsobject
protocolsarray
s3_storage_optionsobject
security_policy_namestring
server_idstring
statestring
structured_log_destinationsarray
workflow_detailsobject
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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