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