Interface CfnCoreNetwork.ISegmentsProperty
Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISegmentsProperty
Syntax (vb)
Public Interface ISegmentsProperty
Remarks
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 segmentsProperty = new SegmentsProperty {
SendTo = new [] { "sendTo" },
SendVia = new [] { "sendVia" }
};
Synopsis
Properties
SendTo | |
SendVia |
Properties
SendTo
virtual string[] SendTo { get; }
Property Value
System.String[]
Remarks
SendVia
virtual string[] SendVia { get; }
Property Value
System.String[]