OBJECT
GcpTargetTemplate
Description
Specific info for GCP Target Template.
link GraphQL Schema definition
- type GcpTargetTemplate implements TargetTemplate {
- # GCP target bucket prefix.
- : String!
- # Cloud Account information of the GCP target.
- : CloudAccount!
- # Cloud native template type.
- : CloudNativeLocTemplateType!
- # List of Customer managed key ring and key information for a region.
- : [GcpCmk!]!
- # GCP target bucket labels.
- : [TagObject!]!
- # GCP target region.
- : GcpRegion!
- # GCP target storage class.
- : GcpStorageClass!
- # The type of this Target.
- : TargetType!
- }
link Require by
This element is not required by anyone