INPUT_OBJECT
CreateAwsTargetInput
Description
Input for creating ab AWS archival target.
link GraphQL Schema definition
- input CreateAwsTargetInput {
- # Name of the AWS archival target.
- String! :
- # Cloud account ID of the AWS archival target.
- UUID! :
- # Bucket name of the AWS archival target.
- String! :
- # Storage class of the AWS archival target.
- AwsStorageClass! :
- # Region of the AWS archival target.
- AwsRegion! :
- # KMS master key ID to be used for encryption.
- String :
- # RSA key to be used for encryption.
- String :
- # Encryption password for the AWS archival target.
- String :
- # Cluster UUID to which the AWS archival target is associated.
- String! :
- # Flag to determine if consolidation is enabled in this AWS archival target.
- Boolean! :
- # Proxy settings of the AWS archival target.
- ProxySettingsInput :
- # Compute settings ID of the AWS archival target.
- String :
- # Cloud compute settings of the AWS archival target.
- AwsCloudComputeSettingsInput :
- # Compute Proxy settings of the AWS archival target.
- ProxySettingsInput :
- # Retrieval tier of the AWS archival 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 :
- # Internal ID of the AWS IAM pair. This field is required only when creating Data
- # Center AWS role-based archival locations.
- String :
- # Specifies whether the proxy settings should be bypassed for creating this AWS
- # archival target.
- Boolean! :
- }