Show / Hide Table of Contents

Interface CfnConnectAttachment.IProposedSegmentChangeProperty

Describes a proposed segment change.

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

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.

double? AttachmentPolicyRuleNumber { get; }
Property Value

double?

Remarks

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

SegmentName

The name of the segment to change.

string? SegmentName { get; }
Property Value

string

Remarks

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

Tags

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

ICfnTag[]? Tags { get; }
Property Value

ICfnTag[]

Remarks

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

Back to top Generated by DocFX