Skip to content

Commit 87c1b0c

Browse files
author
AWS
committed
AWS Network Manager Update: Add support for public DNS hostname resolution to private IP addresses across Cloud WAN-managed VPCs. Add support for security group referencing across Cloud WAN-managed VPCs.
1 parent 2fc9ce3 commit 87c1b0c

File tree

2 files changed

+31
-10
lines changed

2 files changed

+31
-10
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Network Manager",
4+
"contributor": "",
5+
"description": "Add support for public DNS hostname resolution to private IP addresses across Cloud WAN-managed VPCs. Add support for security group referencing across Cloud WAN-managed VPCs."
6+
}

services/networkmanager/src/main/resources/codegen-resources/service-2.json

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2611,6 +2611,18 @@
26112611
"ServiceInsertionActions":{
26122612
"shape":"ServiceInsertionActionList",
26132613
"documentation":"<p>Describes the service insertion action. </p>"
2614+
},
2615+
"VpnEcmpSupport":{
2616+
"shape":"Boolean",
2617+
"documentation":"<p>Indicates whether Equal Cost Multipath (ECMP) is enabled for the core network.</p>"
2618+
},
2619+
"DnsSupport":{
2620+
"shape":"Boolean",
2621+
"documentation":"<p>Indicates whether public DNS support is supported. The default is <code>true</code>. </p>"
2622+
},
2623+
"SecurityGroupReferencingSupport":{
2624+
"shape":"Boolean",
2625+
"documentation":"<p>Indicates whether security group referencing is enabled for the core network.</p>"
26142626
}
26152627
},
26162628
"documentation":"<p>Describes a core network change.</p>"
@@ -3716,8 +3728,7 @@
37163728
},
37173729
"DeleteResourcePolicyResponse":{
37183730
"type":"structure",
3719-
"members":{
3720-
}
3731+
"members":{}
37213732
},
37223733
"DeleteSiteRequest":{
37233734
"type":"structure",
@@ -4102,8 +4113,7 @@
41024113
},
41034114
"ExecuteCoreNetworkChangeSetResponse":{
41044115
"type":"structure",
4105-
"members":{
4106-
}
4116+
"members":{}
41074117
},
41084118
"ExternalRegionCode":{
41094119
"type":"string",
@@ -6256,8 +6266,7 @@
62566266
},
62576267
"PutResourcePolicyResponse":{
62586268
"type":"structure",
6259-
"members":{
6260-
}
6269+
"members":{}
62616270
},
62626271
"ReasonContextKey":{
62636272
"type":"string",
@@ -6903,8 +6912,7 @@
69036912
},
69046913
"TagResourceResponse":{
69056914
"type":"structure",
6906-
"members":{
6907-
}
6915+
"members":{}
69086916
},
69096917
"TagValue":{
69106918
"type":"string",
@@ -7120,8 +7128,7 @@
71207128
},
71217129
"UntagResourceResponse":{
71227130
"type":"structure",
7123-
"members":{
7124-
}
7131+
"members":{}
71257132
},
71267133
"UpdateConnectionRequest":{
71277134
"type":"structure",
@@ -7552,6 +7559,14 @@
75527559
"ApplianceModeSupport":{
75537560
"shape":"Boolean",
75547561
"documentation":"<p>Indicates whether appliance mode is supported. If enabled, traffic flow between a source and destination use the same Availability Zone for the VPC attachment for the lifetime of that flow. The default value is <code>false</code>.</p>"
7562+
},
7563+
"DnsSupport":{
7564+
"shape":"Boolean",
7565+
"documentation":"<p>Indicates whether DNS is supported.</p>"
7566+
},
7567+
"SecurityGroupReferencingSupport":{
7568+
"shape":"Boolean",
7569+
"documentation":"<p>Indicates whether security group referencing is enabled for this VPC attachment. The default is <code>true</code>. However, at the core network policy-level the default is set to <code>false</code>.</p>"
75557570
}
75567571
},
75577572
"documentation":"<p>Describes the VPC options.</p>"

0 commit comments

Comments
 (0)