Show / Hide Table of Contents

Class CfnCoreNetwork.CoreNetworkSegmentProperty

Describes a core network segment, which are dedicated routes.

Inheritance
System.Object
CfnCoreNetwork.CoreNetworkSegmentProperty
Implements
CfnCoreNetwork.ICoreNetworkSegmentProperty
Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CoreNetworkSegmentProperty : Object, CfnCoreNetwork.ICoreNetworkSegmentProperty
Syntax (vb)
Public Class CoreNetworkSegmentProperty
    Inherits Object
    Implements CfnCoreNetwork.ICoreNetworkSegmentProperty
Remarks

Only attachments within this segment can communicate with each other.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-corenetwork-corenetworksegment.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.NetworkManager;

var coreNetworkSegmentProperty = new CoreNetworkSegmentProperty {
    EdgeLocations = new [] { "edgeLocations" },
    Name = "name",
    SharedSegments = new [] { "sharedSegments" }
};

Synopsis

Constructors

CoreNetworkSegmentProperty()

Properties

EdgeLocations

The Regions where the edges are located.

Name

The name of a core network segment.

SharedSegments

The shared segments of a core network.

Constructors

CoreNetworkSegmentProperty()

public CoreNetworkSegmentProperty()

Properties

EdgeLocations

The Regions where the edges are located.

public string[] EdgeLocations { get; set; }
Property Value

System.String[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-corenetwork-corenetworksegment.html#cfn-networkmanager-corenetwork-corenetworksegment-edgelocations

Name

The name of a core network segment.

public string Name { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-corenetwork-corenetworksegment.html#cfn-networkmanager-corenetwork-corenetworksegment-name

SharedSegments

The shared segments of a core network.

public string[] SharedSegments { get; set; }
Property Value

System.String[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-corenetwork-corenetworksegment.html#cfn-networkmanager-corenetwork-corenetworksegment-sharedsegments

Implements

CfnCoreNetwork.ICoreNetworkSegmentProperty
Back to top Generated by DocFX