Show / Hide Table of Contents

Interface CfnCoreNetwork.ICoreNetworkSegmentProperty

Describes a core network segment, which are dedicated routes.

Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnCoreNetwork.ICoreNetworkSegmentProperty
Syntax (vb)
Public Interface 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

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.

Properties

EdgeLocations

The Regions where the edges are located.

string[]? EdgeLocations { get; }
Property Value

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.

string? Name { get; }
Property Value

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.

string[]? SharedSegments { get; }
Property Value

string[]

Remarks

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

Back to top Generated by DocFX