crl
Gets an individual crl
resource
Overview
Name | crl |
Type | Resource |
Description | crl |
Id | awscc.rolesanywhere.crl |
Fields
Name | Datatype | Description |
---|---|---|
crl_data | string | |
crl_id | string | |
enabled | boolean | |
name | string | |
trust_anchor_arn | string | |
tags | array | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
crl_data,
crl_id,
enabled,
name,
trust_anchor_arn,
tags
FROM awscc.rolesanywhere.crl
WHERE data__Identifier = '<CrlId>';
Permissions
To operate on the crl
resource, the following permissions are required:
Read
rolesanywhere:GetCrl,
rolesanywhere:ListTagsForResource
Update
rolesanywhere:EnableCrl,
rolesanywhere:DisableCrl,
rolesanywhere:UpdateCrl,
rolesanywhere:TagResource,
rolesanywhere:UntagResource,
rolesanywhere:ListTagsForResource
Delete
rolesanywhere:DeleteCrl