OBJECT

GcpTargetTemplate

Description

Specific info for GCP Target Template.

link GraphQL Schema definition

  • type GcpTargetTemplate implements TargetTemplate {
  • # GCP target bucket prefix.
  • bucketPrefix: String!
  • # GCP target region.
  • region: GcpRegion!
  • # GCP target storage class.
  • storageClass: GcpStorageClass!
  • # List of Customer managed key ring and key information for a region.
  • cmkInfo: [GcpCmk!]!
  • # Cloud native template type.
  • cloudNativeLocTemplateType: CloudNativeLocTemplateType!
  • # GCP target bucket labels.
  • labels: [TagObject!]!
  • # Cloud Account information of the GCP target.
  • cloudAccount: CloudAccount!
  • # The type of this Target.
  • targetType: TargetType!
  • }

link Require by

This element is not required by anyone