trust_anchors_list_only
Lists trust_anchors
in a region or regions, for all properties use trust_anchors
Overview
Name | trust_anchors_list_only |
Type | Resource |
Description | Definition of AWS::RolesAnywhere::TrustAnchor Resource Type. |
Id | aws.rolesanywhere.trust_anchors_list_only |
Fields
Name | Datatype | Description |
---|---|---|
enabled | boolean | |
name | string | |
notification_settings | array | |
source | object | |
tags | array | |
trust_anchor_id | string | |
trust_anchor_arn | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all trust_anchors
in a region.
SELECT
region,
trust_anchor_id
FROM aws.rolesanywhere.trust_anchors_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the trust_anchors_list_only
resource, see trust_anchors