license_endpoint_tags
Expands all tag keys and values for license_endpoints
in a region
Overview
Name | license_endpoint_tags |
Type | Resource |
Description | Definition of AWS::Deadline::LicenseEndpoint Resource Type |
Id | aws.deadline.license_endpoint_tags |
Fields
Name | Datatype | Description |
---|---|---|
dns_name | string | |
license_endpoint_id | string | |
security_group_ids | array | |
status | string | |
status_message | string | |
subnet_ids | array | |
vpc_id | string | |
arn | string | |
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 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