OpenTelemetry SDK
    Preparing search index...

    Identifies the Values for FaasInvokedProviderValues enum definition

    The cloud provider of the invoked function.

    Note: SHOULD be equal to the cloud.provider resource attribute of the invoked function.

    Use the FAASINVOKEDPROVIDERVALUES_XXXXX constants rather than the FaasInvokedProviderValues.XXXXX for bundle minification.

    type FaasInvokedProviderValues = {
        ALIBABA_CLOUD: "alibaba_cloud";
        AWS: "aws";
        AZURE: "azure";
        GCP: "gcp";
    }
    Index
    ALIBABA_CLOUD: "alibaba_cloud"

    Alibaba Cloud.

    AWS: "aws"

    Amazon Web Services.

    AZURE: "azure"

    Microsoft Azure.

    GCP: "gcp"

    Google Cloud Platform.