# AWS::NetworkManager::ConnectAttachment ProposedSegmentChange A key-value pair to associate with a resource. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
"Tags" : [ Tag, ... ],
"AttachmentPolicyRuleNumber" : Integer,
"SegmentName" : String
}
### YAML
Tags:
- Tag
AttachmentPolicyRuleNumber: Integer
SegmentName: String
## Properties
#### Tags
Proposed tags for the Segment.
_Required_: No
_Type_: List of Tag
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### AttachmentPolicyRuleNumber
New policy rule number of the attachment
_Required_: No
_Type_: Integer
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### SegmentName
Proposed segment name
_Required_: No
_Type_: String
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)