DynamicMetadata: {
    accountId: string;
    correlationId: string;
    functionMemorySize: string;
    functionName: string;
    functionVersion: string;
    id: string;
    region: string;
    resource: string;
    runtime: string;
    stage: string;
    timestamp: string;
    timestampEpoch: string;
    user: string;
    viewerCountry: string;
}

Type declaration

  • accountId: string

    Description

    The AWS account ID that the system is running in.

  • correlationId: string

    Description

    Correlation ID for this function call.

  • functionMemorySize: string

    Description

    Memory size of the function emitting this metric.

  • functionName: string

    Description

    Name of the function emitting this metric.

  • functionVersion: string

    Description

    Version of the function emitting this metric.

  • id: string

    Description

    ID of the metric.

  • region: string

    Description

    Region of the system emitting this metric.

  • resource: string

    Description

    The resource (channel, URL path...) that is responding.

  • runtime: string

    Description

    Runtime of the system emitting this metric.

  • stage: string

    Description

    What AWS stage are we in?

  • timestamp: string

    Description

    Timestamp of this message in ISO 8601 (RFC 3339) format.

  • timestampEpoch: string

    Description

    Timestamp of this message in Unix epoch.

  • user: string

    Description

    The user in this metric context.

  • viewerCountry: string

    Description

    Which country did AWS CloudFront infer the user to be in?

Description

Dynamic metadata from AWS environment and context.

Generated using TypeDoc