OBJECT
AwsIamPair
Description
Represents the AWS IAM pair.
link GraphQL Schema definition
- type AwsIamPair {
- # ID of the AWS IAM pair.
- : String!
- # ARN of the AWS IAM role.
- : String!
- # Name of the AWS IAM role.
- : String!
- # The list of features with permission groups of the AWS IAM pair.
- : [FeatureWithPermissionsGroupsOutputType!]!
- }