Representation of an AWS infrastructure access role grant.
Name | Type | Description | Notes |
---|---|---|---|
kind | str | Indicates the type of this object. Will be 'AWSInfrastructureAccessRoleGrant' if this is a complete object or 'AWSInfrastructureAccessRoleGrantLink' if it is just a link. | [optional] |
id | str | Unique identifier of the object. | [optional] |
href | str | Self link. | [optional] |
console_url | str | URL to switch to the role in AWS console. | [optional] |
role | AWSInfrastructureAccessRole | [optional] | |
state | AWSInfrastructureAccessRoleGrantState | [optional] | |
state_description | str | Description of the state. Will be empty unless state is 'Failed'. | [optional] |
user_arn | str | The user AWS IAM ARN we want to grant the role. | [optional] |