View a markdown version of this page

AWS::NetworkManager::CoreNetworkPrefixListAssociation - 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::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: String PrefixListAlias: String PrefixListArn: String

Properties

CoreNetworkId

Property description not available.

Required: Yes

Type: String

Update requires: Replacement

PrefixListAlias

Property description not available.

Required: Yes

Type: String

Update requires: Replacement

PrefixListArn

Property 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

Return values

Ref