Interface CfnSiteToSiteVpnAttachment.IProposedSegmentChangeProperty
Describes a proposed segment change.
Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IProposedSegmentChangeProperty
Syntax (vb)
Public Interface IProposedSegmentChangeProperty
Remarks
In some cases, the segment change must first be evaluated and accepted.
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 proposedSegmentChangeProperty = new ProposedSegmentChangeProperty {
AttachmentPolicyRuleNumber = 123,
SegmentName = "segmentName",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Properties
AttachmentPolicyRuleNumber | The rule number in the policy document that applies to this change. |
SegmentName | The name of the segment to change. |
Tags | The list of key-value tags that changed for the segment. |
Properties
AttachmentPolicyRuleNumber
The rule number in the policy document that applies to this change.
virtual Nullable<double> AttachmentPolicyRuleNumber { get; }
Property Value
System.Nullable<System.Double>
Remarks
SegmentName
The name of the segment to change.
virtual string SegmentName { get; }
Property Value
System.String
Remarks
Tags
The list of key-value tags that changed for the segment.
virtual ICfnTag[] Tags { get; }
Property Value
ICfnTag[]