AWS Fundamentals Logo
AWS Fundamentals
AWS::NetworkManager::CoreNetwork

NetworkManager CoreNetwork

AWS::NetworkManager::CoreNetwork Resource Type Definition.

Properties

4 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
GlobalNetworkId
string
RequiredCreate-only
Description
string
PolicyDocument
object
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CoreNetworkArnstringThe ARN (Amazon resource name) of core network
CoreNetworkIdstringThe Id of core network
CreatedAtstringThe creation time of core network
EdgesArray<CoreNetworkEdge>The edges within a core network.
NetworkFunctionGroupsArray<CoreNetworkNetworkFunctionGroup>The network function groups within a core network.
OwnerAccountstringOwner of the core network
SegmentsArray<CoreNetworkSegment>The segments within a core network.
StatestringThe state of core network

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::CoreNetwork

Resources:
  MyResource:
    Type: AWS::NetworkManager::CoreNetwork
    Properties:
      GlobalNetworkId: "my-globalnetworkid"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

networkmanager:CreateCoreNetworknetworkmanager:GetCoreNetworknetworkmanager:GetCoreNetworkPolicynetworkmanager:TagResourceec2:DescribeRegions

read

networkmanager:GetCoreNetworknetworkmanager:GetCoreNetworkPolicy

update

networkmanager:UpdateCoreNetworknetworkmanager:GetCoreNetworknetworkmanager:ListTagsForResourcenetworkmanager:PutCoreNetworkPolicynetworkmanager:GetCoreNetworkPolicynetworkmanager:ExecuteCoreNetworkChangeSetnetworkmanager:TagResourcenetworkmanager:UntagResource

delete

networkmanager:DeleteCoreNetworknetworkmanager:UntagResourcenetworkmanager:GetCoreNetworknetworkmanager:GetCoreNetworkPolicyec2:DescribeRegions

list

networkmanager:ListCoreNetworks

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
Properties12
Required1
TaggingSupported
Primary IDCoreNetworkId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

GlobalNetworkId

External Links