OBJECT
GcpCloudNativeTarget
Description
GCP native archival specific fields for GCP Target Template.
link GraphQL Schema definition
- type GcpCloudNativeTarget {
- # Cloud account details of the target.
- : CloudAccount!
- # Template type of the storage settings. Must be either SOURCE_REGION or
- # SPECIFIC_REGION.
- : CloudNativeLocTemplateType!
- # List of configured customer managed keys per region.
- : [GcpCmk!]!
- # Labels for the GCP bucket.
- : [TagObject!]!
- }