INPUT_OBJECT
CreateAwsReaderTargetInput
Description
Input for creating an AWS Reader Target.
link GraphQL Schema definition
- input CreateAwsReaderTargetInput {
- # Field for specifying name of the target.
- String! :
- # Field for specifying cloud account ID.
- UUID! :
- # Field for specifying AWS bucket name.
- String! :
- # Field for specifying storage class of the target.
- AwsStorageClass! :
- # Field for specifying region of the target.
- AwsRegion! :
- # Field for specifying KMS master key for encryption.
- String :
- # Field for specifying RSA key for encryption.
- String :
- # Field for specifying a password for encrypting the AWS location contents.
- String :
- # Field for specifying cluster UUID of the target.
- String! :
- # Field for specifying whether consolidation is enabled or not.
- Boolean! :
- # Field for creating proxy settings.
- ProxySettingsInput :
- # Field for creating AWS compute settings ID.
- String :
- # Field for specifying cloud compute Settings.
- AwsCloudComputeSettingsInput :
- # Field for specifying retrieval tier for this target.
- AwsRetrievalTier :
- # Field for specifying the metadata to be retrieved from a target.
- ReaderRetrievalMethod! :
- # 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 :
- # Compute proxy settings for AWS reader target.
- ProxySettingsInput :
- # Internal ID of the AWS IAM pair. This field is required only when connecting as
- # a reader to Data Center AWS role-based archival locations.
- String :
- # Specifies whether the proxy settings should be bypassed for creating this target
- # location.
- Boolean! :
- }