AWS AWSCloudFormation documentation change
Summary
Added documentation history entries for new S3Files and SecurityAgent resources
Security assessment
Adds changelog entries for new S3Files and SecurityAgent resources. SecurityAgent resources are for security testing (agent spaces, pentests, etc.), so this adds documentation about security features. However, this is routine documentation update for new features, not addressing a security vulnerability.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/doc-history.md b/AWSCloudFormation/latest/TemplateReference/doc-history.md index 5cea23201..50fc9cbc6 100644 --- a//AWSCloudFormation/latest/TemplateReference/doc-history.md +++ b//AWSCloudFormation/latest/TemplateReference/doc-history.md @@ -10,0 +11,22 @@ Change| Description| Date +[New resources](./aws-template-resource-type-ref.html)| The following resources were added: `AWS::S3Files::FileSystem`, `AWS::S3Files::FileSystemPolicy`, `AWS::S3Files::MountTarget`, and `AWS::S3Files::AccessPoint`. + +[AWS::S3Files::FileSystem](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-s3files-filesystem.html) + Use the `AWS::S3Files::FileSystem` resource to specify an Amazon S3 Files file system scoped to a bucket or prefix. +[AWS::S3Files::FileSystemPolicy](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-s3files-filesystempolicy.html) + Use the `AWS::S3Files::FileSystemPolicy` resource to specify a resource-based policy for an Amazon S3 Files file system. +[AWS::S3Files::MountTarget](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-s3files-mounttarget.html) + Use the `AWS::S3Files::MountTarget` resource to specify a mount target for an Amazon S3 Files file system. +[AWS::S3Files::AccessPoint](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-s3files-accesspoint.html) + Use the `AWS::S3Files::AccessPoint` resource to specify an access point for an Amazon S3 Files file system. +| April 7, 2026 +[New resources](./aws-template-resource-type-ref.html)| The following resources were added: `AWS::SecurityAgent::AgentSpace`, `AWS::SecurityAgent::Application`, `AWS::SecurityAgent::Pentest`, and `AWS::SecurityAgent::TargetDomain`. + +[AWS::SecurityAgent::AgentSpace](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityagent-agentspace.html) + Use the `AWS::SecurityAgent::AgentSpace` resource to specify an agent space for security testing. +[AWS::SecurityAgent::Application](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityagent-application.html) + Use the `AWS::SecurityAgent::Application` resource to specify a Security Agent application. +[AWS::SecurityAgent::Pentest](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityagent-pentest.html) + Use the `AWS::SecurityAgent::Pentest` resource to specify a penetration test within an agent space. +[AWS::SecurityAgent::TargetDomain](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityagent-targetdomain.html) + Use the `AWS::SecurityAgent::TargetDomain` resource to specify a target domain for security testing. +| March 31, 2026