AWSEC2InstanceIAMInstanceProfile
No description
type AWSEC2InstanceIAMInstanceProfile {
id: String!
arn: String!
role: AWSIAMRole
}
Fields
AWSEC2InstanceIAMInstanceProfile.id
● String!
non-null scalar
The ID of the instance profile
AWSEC2InstanceIAMInstanceProfile.arn
● String!
non-null scalar
The Amazon Resource Name (ARN) of the instance profile
AWSEC2InstanceIAMInstanceProfile.role
● AWSIAMRole
object
The IAM role of the EC2 instance
Member of
AWSEC2Instance
object