AWS::NetworkManager::CoreNetworkAWS::NetworkManager::CoreNetwork Resource Type Definition.
4 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
GlobalNetworkId | string | RequiredCreate-only |
Description | string | |
PolicyDocument | object | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CoreNetworkArn | string | The ARN (Amazon resource name) of core network |
CoreNetworkId | string | The Id of core network |
CreatedAt | string | The creation time of core network |
Edges | Array<CoreNetworkEdge> | The edges within a core network. |
NetworkFunctionGroups | Array<CoreNetworkNetworkFunctionGroup> | The network function groups within a core network. |
OwnerAccount | string | Owner of the core network |
Segments | Array<CoreNetworkSegment> | The segments within a core network. |
State | string | The state of core network |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
networkmanager:CreateCoreNetworknetworkmanager:GetCoreNetworknetworkmanager:GetCoreNetworkPolicynetworkmanager:TagResourceec2:DescribeRegionsnetworkmanager:GetCoreNetworknetworkmanager:GetCoreNetworkPolicynetworkmanager:UpdateCoreNetworknetworkmanager:GetCoreNetworknetworkmanager:ListTagsForResourcenetworkmanager:PutCoreNetworkPolicynetworkmanager:GetCoreNetworkPolicynetworkmanager:ExecuteCoreNetworkChangeSetnetworkmanager:TagResourcenetworkmanager:UntagResourcenetworkmanager:DeleteCoreNetworknetworkmanager:UntagResourcenetworkmanager:GetCoreNetworknetworkmanager:GetCoreNetworkPolicyec2:DescribeRegionsnetworkmanager:ListCoreNetworksOur 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.
GlobalNetworkId