Number of Fargate tasks run and hourly usage.

Hierarchy

  • UsageFargateHour

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
apmFargateCount?: number

The high-water mark of APM ECS Fargate tasks during the given hour.

appsecFargateCount?: number

The Application Security Monitoring ECS Fargate tasks during the given hour.

avgProfiledFargateTasks?: number

The average profiled task count for Fargate Profiling.

hour?: Date

The hour for the usage.

orgName?: string

The organization name.

publicId?: string

The organization public ID.

tasksCount?: number

The number of Fargate tasks run.

Generated using TypeDoc