INPUT_OBJECT
UpdateAwsTargetInput
Description
Input to edit AWS target.
link GraphQL Schema definition
- input UpdateAwsTargetInput {
- # Compute settings ID of the AWS target.
- : String
- # Internal ID of the AWS IAM pair. This field is required only when editing Data
- # Center AWS role-based archival locations.
- : String
- # Retrieval tier of the AWS target.
- : AwsRetrievalTier
- # Specifies whether the proxy settings should be bypassed for creating this target
- # location.
- : Boolean
- # Cloud account ID of the AWS target.
- : UUID
- # Cloud compute settings of the AWS target.
- : AwsCloudComputeSettingsInput
- # Compute proxy settings of the AWS target.
- : ProxySettingsInput
- # Rubrik Security Cloud managed ID of the location to be edited.
- : String!
- # AWS immutability settings.
- : AwsImmutabilitySettings
- # Flag to determine if consolidation is enabled.
- : Boolean
- # 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
- # Name of the AWS location.
- : String
- # Proxy settings of the target.
- : ProxySettingsInput
- # 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
- # Storage class of the AWS target.
- : AwsStorageClass
- }