Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.18 KB

AWSInfrastructureAccessRoleGrant.md

File metadata and controls

18 lines (14 loc) · 1.18 KB

AWSInfrastructureAccessRoleGrant

Representation of an AWS infrastructure access role grant.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]