Skip to main content

trust_anchor_tags

Expands all tag keys and values for trust_anchors in a region

Overview

Nametrust_anchor_tags
TypeResource
DescriptionDefinition of AWS::RolesAnywhere::TrustAnchor Resource Type.
Idaws.rolesanywhere.trust_anchor_tags

Fields

NameDatatypeDescription
enabledboolean
namestring
notification_settingsarray
sourceobject
trust_anchor_idstring
trust_anchor_arnstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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