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:StringContainerMonitoringConfigurations:- ContainerMonitoringConfigurationDescription:StringTags:- TagType:String
Properties
ContainerAssociationNameProperty description not available.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9-]+$Minimum:
1Maximum:
128Update requires: Replacement
ContainerMonitoringConfigurationsProperty description not available.
Required: Yes
Type: Array of ContainerMonitoringConfiguration
Update requires: No interruption
DescriptionProperty description not available.
Required: No
Type: String
Pattern:
^.*$Minimum:
0Maximum:
512Update requires: No interruption
Property description not available.
Required: No
Type: Array of Tag
Maximum:
200Update requires: No interruption
TypeProperty description not available.
Required: Yes
Type: String
Allowed values:
ECS | EKSUpdate requires: Replacement
Return values
Ref
Fn::GetAtt
ContainerAssociationArnProperty description not available.
ResolvedCidrCountProperty description not available.
StatusProperty description not available.