trust_anchor
Gets an individual trust_anchor
resource
Overview
Name | trust_anchor |
Type | Resource |
Description | trust_anchor |
Id | awscc.rolesanywhere.trust_anchor |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
enabled,
name,
notification_settings,
source,
tags,
trust_anchor_id,
trust_anchor_arn
FROM awscc.rolesanywhere.trust_anchor
WHERE data__Identifier = '<TrustAnchorId>';
Permissions
To operate on the trust_anchor
resource, the following permissions are required:
Read
rolesanywhere:GetTrustAnchor,
rolesanywhere:ListTagsForResource
Update
acm-pca:GetCertificateAuthorityCertificate,
rolesanywhere:ListTagsForResource,
rolesanywhere:TagResource,
rolesanywhere:UntagResource,
rolesanywhere:EnableTrustAnchor,
rolesanywhere:DisableTrustAnchor,
rolesanywhere:UpdateTrustAnchor,
rolesanywhere:GetTrustAnchor,
rolesanywhere:PutNotificationSettings,
rolesanywhere:ResetNotificationSettings
Delete
rolesanywhere:DeleteTrustAnchor