INPUT_OBJECT
AwsRoleCustomization
Description
Role customization options.
link GraphQL Schema definition
- input AwsRoleCustomization {
- # Name of the cross-account role.
- : String
- # Path of the cross-account role.
- : String
- # Path that can be attached to a recovered EC2 instance.
- : String
- # Name of the Exocompute's worker node's instance profile.
- : String
- # Path of the Exocompute's worker node's instance profile.
- : String
- # Name of the Exocompute's master node's role.
- : String
- # Path of the Exocompute's master node's role.
- : String
- # Name of the Exocompute's worker node's role.
- : String
- # Path of the Exocompute's worker node's role.
- : String
- }
link Require by
- AwsCloudAccountsMigrateInitiateInputInput to initiate cloud account migration to AWS organizations.
- PrepareAwsCloudAccountDeletionInputInput to initiate deletion of AWS cloud account.
- PrepareFeatureUpdateForAwsCloudAccountInputInput to prepare feature update for AWS cloud account.
- ValidateAndCreateAwsCloudAccountInputInput to validate and set up an AWS account.