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! :
- # Tags for the Storage Account.
- 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.
- 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.
- 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.
- AzureRedundancy! :
- # Native ID of the Azure subscription.
- String! :
- # List of configured customer managed keys per region.
- AzureCmk!]! : [
- }