ENUM

CloudNativeTagObjectType

Description

Object Type for cloud-native tag rule.

link GraphQL Schema definition

  • enum CloudNativeTagObjectType {
  • # AWS EBS Volume.
  • AWS_EBS_VOLUME
  • # AWS EC2 Instance.
  • AWS_EC2_INSTANCE
  • # AWS RDS Instance.
  • AWS_RDS_INSTANCE
  • # AWS S3 Bucket.
  • AWS_S3_BUCKET
  • # Azure Managed Disk.
  • AZURE_MANAGED_DISK
  • # Azure SQL Database DB.
  • AZURE_SQL_DATABASE_DB
  • # Azure SQL Database Server.
  • AZURE_SQL_DATABASE_SERVER
  • # Azure SQL Managed Instance Server.
  • AZURE_SQL_MANAGED_INSTANCE_SERVER
  • # Azure Storage Account.
  • AZURE_STORAGE_ACCOUNT
  • # Azure Virtual Machine.
  • AZURE_VIRTUAL_MACHINE
  • }