OBJECT
AwsRoleCustomizationResponseType
Description
Role customization details for the AWS account.
link GraphQL Schema definition
- type AwsRoleCustomizationResponseType {
- # 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 instance profile for the Exocompute's worker node.
- String! :
- # Path of the instance profile for the Exocompute's worker node.
- String! :
- # Name of the role for the Exocompute's master node.
- String! :
- # Path of the role for the Exocompute's master node.
- String! :
- # Name of the role for the Exocompute's worker node.
- String! :
- # Path of the role for the Exocompute's worker node.
- String! :
- }