View a markdown version of this page

AWS::NetworkFirewall::ContainerAssociation - 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

Creates a Amazon Network Firewall container association. The association monitors container lifecycle events in your Amazon ECS or Amazon EKS clusters and resolves running container addresses for use in firewall rules.

Syntax

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

JSON

{ "Type" : "AWS::NetworkFirewall::ContainerAssociation", "Properties" : { "ContainerAssociationName" : String, "ContainerMonitoringConfigurations" : [ ContainerMonitoringConfiguration, ... ], "Description" : String, "Tags" : [ Tag, ... ], "Type" : String } }

YAML

Type: AWS::NetworkFirewall::ContainerAssociation Properties: ContainerAssociationName: String ContainerMonitoringConfigurations: - ContainerMonitoringConfiguration Description: String Tags: - Tag Type: String

Properties

ContainerAssociationName

Property description not available.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9-]+$

Minimum: 1

Maximum: 128

Update requires: Replacement

ContainerMonitoringConfigurations

Property description not available.

Required: Yes

Type: Array of ContainerMonitoringConfiguration

Update requires: No interruption

Description

Property description not available.

Required: No

Type: String

Pattern: ^.*$

Minimum: 0

Maximum: 512

Update requires: No interruption

Tags

Property description not available.

Required: No

Type: Array of Tag

Maximum: 200

Update requires: No interruption

Type

Property description not available.

Required: Yes

Type: String

Allowed values: ECS | EKS

Update requires: Replacement

Return values

Ref

Fn::GetAtt

ContainerAssociationArn

Property description not available.

ResolvedCidrCount

Property description not available.

Status

Property description not available.