AWS AWSCloudFormation documentation change
Summary
Added markdown link and new TransitGatewayConfiguration property for Client VPN endpoint configuration
Security assessment
This change adds support for Transit Gateway configuration in Client VPN endpoints, which is a feature enhancement for networking capabilities. No security vulnerabilities or security features are mentioned in the change.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-ec2-clientvpnendpoint.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-ec2-clientvpnendpoint.md index 650ea8e7f..6e25a8eab 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-resource-ec2-clientvpnendpoint.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-ec2-clientvpnendpoint.md @@ -0,0 +1,2 @@ +[View a markdown version of this page](aws-resource-ec2-clientvpnendpoint.md) + @@ -37,0 +40 @@ To declare this entity in your CloudFormation template, use the following syntax + "TransitGatewayConfiguration" : [TransitGatewayConfiguration](./aws-properties-ec2-clientvpnendpoint-transitgatewayconfiguration.html), @@ -74,0 +78,2 @@ To declare this entity in your CloudFormation template, use the following syntax + TransitGatewayConfiguration: + [TransitGatewayConfiguration](./aws-properties-ec2-clientvpnendpoint-transitgatewayconfiguration.html) @@ -299,0 +305,11 @@ _Required_ : No +`TransitGatewayConfiguration` + + +The Transit Gateway configuration for the Client VPN endpoint. + +_Required_ : No + + _Type_ : [TransitGatewayConfiguration](./aws-properties-ec2-clientvpnendpoint-transitgatewayconfiguration.html) + + _Update requires_ : [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) +