AWS Fundamentals Logo
AWS Fundamentals
AWS::NetworkManager::CoreNetworkPrefixListAssociation

NetworkManager CoreNetworkPrefixListAssociation

Resource Type definition for AWS::NetworkManager::CoreNetworkPrefixListAssociation which associates a prefix list with a core network.

Properties

3 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
CoreNetworkId
string
RequiredCreate-only
PrefixListAlias
string
RequiredCreate-only
PrefixListArn
string
RequiredCreate-only

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::NetworkManager::CoreNetworkPrefixListAssociation

Resources:
  MyResource:
    Type: AWS::NetworkManager::CoreNetworkPrefixListAssociation
    Properties:
      CoreNetworkId: "my-corenetworkid"
      PrefixListArn: "arn:aws:service:region:account:resource"
      PrefixListAlias: "value"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

networkmanager:ListCoreNetworkPrefixListAssociationsnetworkmanager:CreateCoreNetworkPrefixListAssociationnetworkmanager:GetCoreNetwork

read

networkmanager:ListCoreNetworkPrefixListAssociationsnetworkmanager:GetCoreNetwork

list

networkmanager:ListCoreNetworkPrefixListAssociationsnetworkmanager:GetCoreNetwork

delete

networkmanager:ListCoreNetworkPrefixListAssociationsnetworkmanager:DeleteCoreNetworkPrefixListAssociationnetworkmanager:GetCoreNetwork

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceNetworkManager
Properties3
Required3
TaggingNot supported
Primary IDCoreNetworkId

Supported Operations

CreateReadListDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

CoreNetworkIdPrefixListArnPrefixListAlias

External Links