INPUT_OBJECT

AwsRoleCustomization

Description

Role customization options.

link GraphQL Schema definition

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