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 :
- # 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 :
- # Name of the Exocompute's worker node's instance profile.
- String :
- # Path of the Exocompute's worker node's instance profile.
- String :
- # Path that can be attached to a recovered EC2 instance.
- String :
- }