View a markdown version of this page

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

Creates a AWS 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 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.