OBJECT
RubrikManagedAwsTarget
Description
Specific information for Amazon Web Services (AWS) target created on Rubrik.
link GraphQL Schema definition
- type RubrikManagedAwsTarget implements Target {
- # Optional field of an AWS IAM pair ID that is used to identify AWS role-based
- # credentials used by the target location.
- : String
- # Retrieval tier of the AWS target.
- : AwsRetrievalTier!
- # Bucket name of the AWS target.
- : String!
- # Specifies whether the proxy settings should be bypassed for creating this target
- # location.
- : Boolean!
- # Cloud account details of the AWS target.
- : CloudAccount!
- # Template type of the storage settings.
- : CloudNativeLocTemplateType!
- # The cluster to which this target belongs.
- : Cluster!
- # Name of the Rubrik cluster that archives to this archival location.
- : String
- # Compute settings of the AWS target.
- : AwsComputeSettings
- # Connected/Disconnected status of the AWS target.
- : ConnectionStatusType!
- # Number of bytes stored on the target.
- : Long
- # Encryption type to be used for the AWS target.
- : TargetEncryptionTypeEnum!
- # Number of archiving tasks failed on this target.
- : Int
- # The ID of the target.
- : String!
- # Immutability settings of the AWS target.
- : AwsImmutabilitySettingsType
- # Specifies whether the status of the target is active. When set to false, the
- # target is either paused or not enabled.
- : Boolean!
- # Specifies whether the target is archived.
- : Boolean!
- # Flag to check if consolidation is enabled or not in this target.
- : Boolean!
- # Optional field of the KMS server endpoint when using KMS-based encryption for
- # example, a VPC endpoint. When not provided, the default, region-based KMS server
- # endpoint is used.
- : String
- # KMS master key ID required for encryption for the AWS target.
- : String!
- # Status of the target.
- : ConnectionStatusType!
- # The scope of the location of the target. Possible values are Global or Local.
- : LocationScope!
- # The name of the target.
- : String!
- # Proxy settings of the AWS target.
- : ProxySettings
- # The retrieval method of the reader target.
- : ReaderRetrievalMethod
- # Region of the AWS target.
- : AwsRegion!
- # Number of archiving tasks running on this target.
- : Int
- # Optional field of an Amazon S3 endpoint for example, a VPC endpoint. When not
- # provided, the default, region-based Amazon S3 endpoint is used.
- : String
- # Status of the target.
- : ArchivalLocationStatus!
- # Storage class of the AWS target.
- : AwsStorageClass!
- # Reason why sync of this target with CDM failed.
- : String!
- # Sync status of AWS target.
- : TargetSyncStatus!
- # Archival location to which the mapping target belongs.
- : TargetMappingBasic
- # List of archival groups the archival target belongs to. In case the target has
- # no valid mappings, a null array is returned.
- : [TargetMappingBasic!]
- # The type of the target.
- : TargetType!
- # Upgrade status of the target.
- : UpgradeStatus!
- }
link Require by
This element is not required by anyone