This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::NetworkFirewall::ContainerAssociation ContainerMonitoringConfiguration
Contains the monitoring configuration for a single cluster in a container association. Specifies the cluster ARN and optional attribute filters to narrow which containers are tracked.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AttributeFilters" :[ ContainerAttribute, ... ], "ClusterArn" :String}
YAML
AttributeFilters:- ContainerAttributeClusterArn:String
Properties
AttributeFilters-
Key-value pairs that filter which containers are tracked. For Amazon EKS, you can filter by namespace and Kubernetes labels. For Amazon ECS, you can filter by container instance attributes (EC2 launch type only).
Required: No
Type: Array of ContainerAttribute
Update requires: No interruption
ClusterArn-
The ARN of the Amazon ECS or Amazon EKS cluster to monitor. The cluster must be in the same Region and account as the container association.
Required: Yes
Type: String
Pattern:
^arn:awsMinimum:
1Maximum:
256Update requires: No interruption