AWS AWSCloudFormation documentation change
Summary
Added new resource documentation entries for Connect::Notification and MediaConnect resources
Security assessment
Routine documentation update for new service features. The MediaConnect::RouterNetworkInterface mentions security measures generically but doesn't introduce new security documentation.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/doc-history.md b/AWSCloudFormation/latest/TemplateReference/doc-history.md index 1c5e6d33a..38b65cc73 100644 --- a//AWSCloudFormation/latest/TemplateReference/doc-history.md +++ b//AWSCloudFormation/latest/TemplateReference/doc-history.md @@ -10,0 +11,5 @@ Change| Description| Date +[New resource](./aws-template-resource-type-ref.html)| Updates were added to AWS::Connect::HoursOfOperation to support recurring overrides. + +[AWS::Connect::Notification](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-notification.html) + Use the `AWS::Connect::Notification` resource to create a new Amzon Connect notification for the specified recipients. +| February 13, 2026 @@ -155,0 +161,9 @@ Change| Description| Date +[New resources](./aws-template-resource-type-ref.html)| The following resources were added: `AWS::MediaConnect::RouterInput`, `AWS::MediaConnect::RouterOutput`, and `AWS::MediaConnect::RouterNetworkInterface`. + +[AWS::MediaConnect::RouterInput](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-routerinput.html) + Use the `AWS::MediaConnect::RouterInput` resource to define a connection point in the MediaConnect router that can receive content from your source endpoint. +[AWS::MediaConnect::RouterOutput](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-routeroutput.html) + Use the `AWS::MediaConnect::RouterOutput` resource to define a connection point in the MediaConnect router that can send content to your destination endpoint. +[AWS::MediaConnect::RouterNetworkInterface](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-routernetworkinterface.html) + Use the `AWS::MediaConnect::RouterNetworkInterface` resource to define how the router communicates with the outside world. Each router I/O needs a network interface, which determines how the router I/O connects to other resources and what security measures protect the connection. +| November 17, 2025