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