Package version:

The metadata of the cloud environment (Azure/GCP/AWS/OCI...).

interface CloudMetadata {
    provider?: string;
}

Properties

Properties

provider?: string

Specifies the cloud provider (Azure/AWS/GCP...). NOTE: This property will not be serialized. It can only be populated by the server.