INPUT_OBJECT
UpdateAwsTargetInput
Description
Input to edit AWS target.
link GraphQL Schema definition
- input UpdateAwsTargetInput {
- # Rubrik Security Cloud managed ID of the location to be edited.
- String! :
- # Name of the AWS location.
- String :
- # Cloud account ID of the AWS target.
- UUID :
- # Storage class of the AWS target.
- AwsStorageClass :
- # Flag to determine if consolidation is enabled.
- Boolean :
- # Proxy settings of the target.
- ProxySettingsInput :
- # Compute settings ID of the AWS target.
- String :
- # Cloud compute settings of the AWS target.
- AwsCloudComputeSettingsInput :
- # Compute proxy settings of the AWS target.
- ProxySettingsInput :
- # Retrieval tier of the AWS target.
- AwsRetrievalTier :
- # AWS immutability settings.
- AwsImmutabilitySettings :
- # Optional field for specifying an AWS S3 endpoint, for example a VPC endpoint.
- # When not specified, the default, region-based S3 endpoint is used.
- String :
- # Optional field for specifying the KMS server endpoint when using KMS-based
- # encryption, for example a VPC endpoint. When not specified, the default,
- # region-based KMS server endpoint is used.
- String :
- # Specifies whether the proxy settings should be bypassed for creating this target
- # location.
- Boolean :
- # Internal ID of the AWS IAM pair. This field is required only when editing Data
- # Center AWS role-based archival locations.
- String :
- }