Module: AWSCDK::ECS::ContainerInsights

Defined in:
ecs/container_insights.rb

Overview

The CloudWatch Container Insights setting.

Constant Summary collapse

ENABLED =
Deprecated.
Note:

Default:

Enable CloudWatch Container Insights for the cluster.

Jsii::Enum.new("aws-cdk-lib.aws_ecs.ContainerInsights", "ENABLED")
DISABLED =
Deprecated.
Note:

Default:

Disable CloudWatch Container Insights for the cluster.

Jsii::Enum.new("aws-cdk-lib.aws_ecs.ContainerInsights", "DISABLED")
ENHANCED =
Deprecated.
Note:

Default:

Enable CloudWatch Container Insights with enhanced observability for the cluster.

Jsii::Enum.new("aws-cdk-lib.aws_ecs.ContainerInsights", "ENHANCED")