trust_anchor_tags
Expands all tag keys and values for trust_anchors
in a region
Overview
Name | trust_anchor_tags |
Type | Resource |
Description | Definition of AWS::RolesAnywhere::TrustAnchor Resource Type. |
Id | aws.rolesanywhere.trust_anchor_tags |
Fields
Name | Datatype | Description |
---|---|---|
enabled | boolean | |
name | string | |
notification_settings | array | |
source | object | |
trust_anchor_id | string | |
trust_anchor_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 trust_anchors
in a region.
SELECT
region,
enabled,
name,
notification_settings,
source,
trust_anchor_id,
trust_anchor_arn,
tag_key,
tag_value
FROM aws.rolesanywhere.trust_anchor_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the trust_anchor_tags
resource, see trust_anchors