AWS::NetworkManager::CoreNetworkPrefixListAssociationResource Type definition for AWS::NetworkManager::CoreNetworkPrefixListAssociation which associates a prefix list with a core network.
import { CfnCoreNetworkPrefixListAssociation } from 'aws-cdk-lib/aws-networkmanager';Or use the module namespace:
import * as networkmanager from 'aws-cdk-lib/aws-networkmanager';
// networkmanager.CfnCoreNetworkPrefixListAssociationConfiguration passed to the constructor as CfnCoreNetworkPrefixListAssociationProps.
coreNetworkIdRequiredstringThe ID of the core network.
prefixListAliasRequiredstringThe alias of the prefix list.
prefixListArnRequiredstringThe Amazon Resource Name (ARN) of the prefix list.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-networkmanagerAWS::NetworkManager::CoreNetworkPrefixListAssociation