OBJECT

AwsIamPair

Description

Represents the AWS IAM pair.

link GraphQL Schema definition

  • type AwsIamPair {
  • # ID of the AWS IAM pair.
  • awsIamPairId: String!
  • # Name of the AWS IAM role.
  • awsIamRoleName: String!
  • # ARN of the AWS IAM role.
  • awsIamRoleArn: String!
  • # The list of features with permission groups of the AWS IAM pair.
  • featuresWithPermissionsGroups: [FeatureWithPermissionsGroupsOutputType!]!
  • }