View a markdown version of this page

AWS::NetworkFirewall::ContainerAssociation ContainerAttribute - AWS CloudFormation

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 ContainerAttribute

A key-value filter pair used in container association monitoring configurations to narrow which containers are tracked.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Key" : String, "Value" : String }

YAML

Key: String Value: String

Properties

Key

The attribute key to filter on.

Required: Yes

Type: String

Pattern: ^\S+$

Minimum: 1

Maximum: 256

Update requires: No interruption

Value

The attribute value to match.

Required: Yes

Type: String

Pattern: ^\S+$

Minimum: 1

Maximum: 256

Update requires: No interruption