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::NetworkManager::CoreNetworkPrefixListAssociation
Creates an association between a core network and a prefix list for routing control.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::NetworkManager::CoreNetworkPrefixListAssociation", "Properties" : { "CoreNetworkId" :String, "PrefixListAlias" :String, "PrefixListArn" :String} }
YAML
Type: AWS::NetworkManager::CoreNetworkPrefixListAssociation Properties: CoreNetworkId:StringPrefixListAlias:StringPrefixListArn:String
Properties
CoreNetworkIdProperty description not available.
Required: Yes
Type: String
Update requires: Replacement
PrefixListAliasProperty description not available.
Required: Yes
Type: String
Update requires: Replacement
PrefixListArnProperty description not available.
Required: Yes
Type: String
Pattern:
^arn:[a-z0-9-]+:ec2:[a-z]+-[a-z]+-[0-9]:([0-9]{12}):prefix-list/pl-[a-z0-9]+$Update requires: Replacement