CreateAwsReaderTargetInput
Input for creating an AWS Reader Target.
Fields
| Field | Type | Description |
|---|---|---|
| archivalDataSourceIds | [String!] | List of workload IDs on the original Rubrik cluster. This list should be empty for a full refresh. |
| awsComputeSettingsId | String | Field for creating AWS compute settings ID. |
| awsIamPairId | 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. |
| awsKmsKey | AwsKmsKeyIdentifierInput | AWS KMS key to encrypt the archival target. |
| awsRetrievalTier | AwsRetrievalTier | Field for specifying retrieval tier for this target. |
| bucketName | String! | Field for specifying AWS bucket name. |
| bypassProxy | Boolean! | Specifies whether the proxy settings should be bypassed for creating this target location. |
| cloudAccountId | UUID! | Field for specifying cloud account ID. |
| cloudComputeSettings | AwsCloudComputeSettingsInput | Field for specifying cloud compute Settings. |
| clusterUuid | String! | Field for specifying cluster UUID of the target. |
| computeProxySettings | ProxySettingsInput | Compute proxy settings for AWS reader target. |
| encryptionPassword | String | Field for specifying a password for encrypting the AWS location contents. |
| isConsolidationEnabled | Boolean! | Field for specifying whether consolidation is enabled or not. |
| kmsEndpoint | 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. |
| kmsMasterKeyId | String | Field for specifying KMS master key for encryption. |
| name | String! | Field for specifying name of the target. |
| proxySettings | ProxySettingsInput | Field for creating proxy settings. |
| readerRetrievalMethod | ReaderRetrievalMethod! | Field for specifying the metadata to be retrieved from a target. |
| region | AwsRegion! | Field for specifying region of the target. |
| rsaKey | String | Field for specifying RSA key for encryption. |
| s3Endpoint | 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. |
| storageClass | AwsStorageClass! | Field for specifying storage class of the target. |