OBJECT

AwsRoleCustomizationResponseType

Description

Role customization details for the AWS account.

link GraphQL Schema definition

  • type AwsRoleCustomizationResponseType {
  • # Name of the cross-account role.
  • crossAccountRoleName: String!
  • # Path of the cross-account role.
  • crossAccountRolePath: String!
  • # Path that can be attached to a recovered EC2 instance.
  • ec2RecoveryRolePath: String!
  • # Name of the instance profile for the Exocompute's worker node.
  • instanceProfileName: String!
  • # Path of the instance profile for the Exocompute's worker node.
  • instanceProfilePath: String!
  • # Name of the role for the Exocompute's master node.
  • masterRoleName: String!
  • # Path of the role for the Exocompute's master node.
  • masterRolePath: String!
  • # Name of the role for the Exocompute's worker node.
  • workerRoleName: String!
  • # Path of the role for the Exocompute's worker node.
  • workerRolePath: String!
  • }