aws-cdk-lib.aws_networkmanager.CfnTransitGatewayRouteTableAttachment.ProposedSegmentChangeProperty

interface ProposedSegmentChangeProperty

LanguageType name
.NETAmazon.CDK.AWS.NetworkManager.CfnTransitGatewayRouteTableAttachment.ProposedSegmentChangeProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsnetworkmanager#CfnTransitGatewayRouteTableAttachment_ProposedSegmentChangeProperty
Javasoftware.amazon.awscdk.services.networkmanager.CfnTransitGatewayRouteTableAttachment.ProposedSegmentChangeProperty
Pythonaws_cdk.aws_networkmanager.CfnTransitGatewayRouteTableAttachment.ProposedSegmentChangeProperty
TypeScript aws-cdk-lib » aws_networkmanager » CfnTransitGatewayRouteTableAttachment » ProposedSegmentChangeProperty

Describes a proposed segment change.

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

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_networkmanager as networkmanager } from 'aws-cdk-lib';
const proposedSegmentChangeProperty: networkmanager.CfnTransitGatewayRouteTableAttachment.ProposedSegmentChangeProperty = {
  attachmentPolicyRuleNumber: 123,
  segmentName: 'segmentName',
  tags: [{
    key: 'key',
    value: 'value',
  }],
};

Properties

NameTypeDescription
attachmentPolicyRuleNumber?numberThe rule number in the policy document that applies to this change.
segmentName?stringThe name of the segment to change.
tags?CfnTag[]The list of key-value tags that changed for the segment.

attachmentPolicyRuleNumber?

Type: number (optional)

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


segmentName?

Type: string (optional)

The name of the segment to change.


tags?

Type: CfnTag[] (optional)

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