Skip to main content

license_endpoint_tags

Expands all tag keys and values for license_endpoints in a region

Overview

Namelicense_endpoint_tags
TypeResource
DescriptionDefinition of AWS::Deadline::LicenseEndpoint Resource Type
Idaws.deadline.license_endpoint_tags

Fields

NameDatatypeDescription
dns_namestring
license_endpoint_idstring
security_group_idsarray
statusstring
status_messagestring
subnet_idsarray
vpc_idstring
arnstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all license_endpoints in a region.

SELECT
region,
dns_name,
license_endpoint_id,
security_group_ids,
status,
status_message,
subnet_ids,
vpc_id,
arn,
tag_key,
tag_value
FROM aws.deadline.license_endpoint_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the license_endpoint_tags resource, see license_endpoints