Show / Hide Table of Contents

Class CfnSiteToSiteVpnAttachment.ProposedSegmentChangeProperty

Describes a proposed segment change.

Inheritance
object
CfnSiteToSiteVpnAttachment.ProposedSegmentChangeProperty
Implements
CfnSiteToSiteVpnAttachment.IProposedSegmentChangeProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnSiteToSiteVpnAttachment.ProposedSegmentChangeProperty : CfnSiteToSiteVpnAttachment.IProposedSegmentChangeProperty
Syntax (vb)
Public Class CfnSiteToSiteVpnAttachment.ProposedSegmentChangeProperty Implements CfnSiteToSiteVpnAttachment.IProposedSegmentChangeProperty
Remarks

In some cases, the segment change must first be evaluated and accepted.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-sitetositevpnattachment-proposedsegmentchange.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 proposedSegmentChangeProperty = new ProposedSegmentChangeProperty {
                 AttachmentPolicyRuleNumber = 123,
                 SegmentName = "segmentName",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Synopsis

Constructors

ProposedSegmentChangeProperty()

Describes a proposed segment change.

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.

Constructors

ProposedSegmentChangeProperty()

Describes a proposed segment change.

public ProposedSegmentChangeProperty()
Remarks

In some cases, the segment change must first be evaluated and accepted.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-sitetositevpnattachment-proposedsegmentchange.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 proposedSegmentChangeProperty = new ProposedSegmentChangeProperty {
                 AttachmentPolicyRuleNumber = 123,
                 SegmentName = "segmentName",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Properties

AttachmentPolicyRuleNumber

The rule number in the policy document that applies to this change.

public double? AttachmentPolicyRuleNumber { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-sitetositevpnattachment-proposedsegmentchange.html#cfn-networkmanager-sitetositevpnattachment-proposedsegmentchange-attachmentpolicyrulenumber

SegmentName

The name of the segment to change.

public string? SegmentName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-sitetositevpnattachment-proposedsegmentchange.html#cfn-networkmanager-sitetositevpnattachment-proposedsegmentchange-segmentname

Tags

The list of key-value tags that changed for the segment.

public ICfnTag[]? Tags { get; set; }
Property Value

ICfnTag[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-sitetositevpnattachment-proposedsegmentchange.html#cfn-networkmanager-sitetositevpnattachment-proposedsegmentchange-tags

Implements

CfnSiteToSiteVpnAttachment.IProposedSegmentChangeProperty
Back to top Generated by DocFX