View a markdown version of this page

AWS::NetworkFirewall::ContainerAssociation ContainerMonitoringConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon CloudFormation template, use the following syntax:

JSON

{ "AttributeFilters" : [ ContainerAttribute, ... ], "ClusterArn" : 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:aws

Minimum: 1

Maximum: 256

Update requires: No interruption