INPUT_OBJECT
UpdateAwsCloudAccountFeatureInput
Description
Input to update an AWS account.
link GraphQL Schema definition
- input UpdateAwsCloudAccountFeatureInput {
- # Action to be taken for cloud account update.
- : CloudAccountAction!
- # AWS account name.
- : String
- # List of regions to be added.
- : [AwsCloudAccountRegion!]
- # Rubrik ID of the AWS account.
- : UUID!
- # Native protection feature to be updated.
- : CloudAccountFeature!
- # Role ARN for the cloud account.
- : String
- # Stack ARN for the cloud account.
- : String
- }