AWS::NetworkManager::CoreNetworkPrefixListAssociationResource Type definition for AWS::NetworkManager::CoreNetworkPrefixListAssociation which associates a prefix list with a core network.
3 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
CoreNetworkId | string | RequiredCreate-only |
PrefixListAlias | string | RequiredCreate-only |
PrefixListArn | string | RequiredCreate-only |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
networkmanager:ListCoreNetworkPrefixListAssociationsnetworkmanager:CreateCoreNetworkPrefixListAssociationnetworkmanager:GetCoreNetworknetworkmanager:ListCoreNetworkPrefixListAssociationsnetworkmanager:GetCoreNetworknetworkmanager:ListCoreNetworkPrefixListAssociationsnetworkmanager:GetCoreNetworknetworkmanager:ListCoreNetworkPrefixListAssociationsnetworkmanager:DeleteCoreNetworkPrefixListAssociationnetworkmanager:GetCoreNetworkOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterCoreNetworkIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
CoreNetworkIdPrefixListArnPrefixListAlias