role_alias
Gets an individual role_alias
resource
Overview
Name | role_alias |
Type | Resource |
Description | role_alias |
Id | awscc.iot.role_alias |
Fields
Name | Datatype | Description |
---|---|---|
role_alias | string | |
role_alias_arn | string | |
role_arn | string | |
credential_duration_seconds | integer | |
tags | array | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
role_alias,
role_alias_arn,
role_arn,
credential_duration_seconds,
tags
FROM awscc.iot.role_alias
WHERE data__Identifier = '<RoleAlias>';
Permissions
To operate on the role_alias
resource, the following permissions are required:
Read
iam:GetRole,
iam:PassRole,
iot:DescribeRoleAlias,
iot:ListTagsForResource
Update
iam:GetRole,
iam:PassRole,
iot:UpdateRoleAlias,
iot:DescribeRoleAlias,
iot:TagResource,
iot:UntagResource,
iot:ListTagsForResource
Delete
iot:DeleteRoleAlias,
iot:DescribeRoleAlias