OBJECT

GcpCloudNativeTarget

Description

GCP native archival specific fields for GCP Target Template.

link GraphQL Schema definition

  • type GcpCloudNativeTarget {
  • # Labels for the GCP bucket.
  • labels: [TagObject!]!
  • # List of configured customer managed keys per region.
  • cmkInfo: [GcpCmk!]!
  • # Template type of the storage settings. Must be either SOURCE_REGION or
  • # SPECIFIC_REGION.
  • cloudNativeLocTemplateType: CloudNativeLocTemplateType!
  • # Cloud account details of the target.
  • cloudAccount: CloudAccount!
  • }