AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::NetworkManager::CoreNetworkPrefixListAssociation

CfnCoreNetworkPrefixListAssociation

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

Import

import { CfnCoreNetworkPrefixListAssociation } from 'aws-cdk-lib/aws-networkmanager';

Or use the module namespace:

import * as networkmanager from 'aws-cdk-lib/aws-networkmanager';
// networkmanager.CfnCoreNetworkPrefixListAssociation

Properties

Configuration passed to the constructor as CfnCoreNetworkPrefixListAssociationProps.

coreNetworkIdRequired
string

The ID of the core network.

prefixListAliasRequired
string

The alias of the prefix list.

prefixListArnRequired
string

The Amazon Resource Name (ARN) of the prefix list.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-networkmanager
CFN TypeAWS::NetworkManager::CoreNetworkPrefixListAssociation
Properties3

External Links