OBJECT

AzureCloudNativeTargetCompanion

Description

Azure native archival specific fields for Azure Target Template.

link GraphQL Schema definition

  • type AzureCloudNativeTargetCompanion {
  • # Template type of the storage settings. Must be either SOURCE_REGION or
  • # SPECIFIC_REGION.
  • cloudNativeLocTemplateType: CloudNativeLocTemplateType!
  • # Tags for the Storage Account.
  • storageAccountTags: [TagObject!]!
  • # Region for the Storage Account. All the storage accounts created are General
  • # Purpose V2 Storage Account. GPV2 accounts are supported only in certain regions.
  • # List of Supported Regions:
  • # https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy#redundancy-in-the-primary-region.
  • storageAccountRegion: AzureRegion!
  • # Storage Tier for the Storage Account. Only Cool, Hot storage tier are supported
  • # for now. More Info:
  • # https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-storage-tiers.
  • storageTier: AzureStorageTier!
  • # Redundancy type for the Storage Account. Some examples are: LRS, ZRS, GRS etc.
  • # More Info:
  • # https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy.
  • redundancy: AzureRedundancy!
  • # Native ID of the Azure subscription.
  • subscriptionNativeId: String!
  • # List of configured customer managed keys per region.
  • cmkInfo: [AzureCmk!]!
  • }