trust_anchors
Retrieves a list of trust_anchors
in a region
Overview
Name | trust_anchors |
Type | Resource |
Description | trust_anchors |
Id | awscc.rolesanywhere.trust_anchors |
Fields
Name | Datatype | Description |
---|---|---|
trust_anchor_id | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
trust_anchor_id
FROM awscc.rolesanywhere.trust_anchors
WHERE region = 'us-east-1'
Permissions
To operate on the trust_anchors
resource, the following permissions are required:
Create
iam:CreateServiceLinkedRole,
rolesanywhere:CreateTrustAnchor,
rolesanywhere:TagResource,
rolesanywhere:ListTagsForResource
List
rolesanywhere:ListTrustAnchors,
rolesanywhere:ListTagsForResource