AWS Security ChangesHomeSearch

AWS serverless-application-model documentation change

Service: serverless-application-model · 2025-11-19 · Documentation low

File: serverless-application-model/latest/developerguide/sam-property-statemachine-statemachineschedulev2.md

Summary

Updated documentation to replace 'AWS CloudFormation' with 'CloudFormation' in multiple compatibility notes and one instance of AWS CloudFormation reference in a description

Security assessment

The changes are purely cosmetic updates to branding terminology (removing 'AWS' prefix from CloudFormation references). No security-related content was added, modified, or removed. The documentation continues to reference the same security-related properties (KmsKeyArn, PermissionsBoundary, DeadLetterConfig) without changing their descriptions or security implications.

Diff

diff --git a/serverless-application-model/latest/developerguide/sam-property-statemachine-statemachineschedulev2.md b/serverless-application-model/latest/developerguide/sam-property-statemachine-statemachineschedulev2.md
index 966ceff3e..07ca38694 100644
--- a//serverless-application-model/latest/developerguide/sam-property-statemachine-statemachineschedulev2.md
+++ b//serverless-application-model/latest/developerguide/sam-property-statemachine-statemachineschedulev2.md
@@ -48 +48 @@ _Required_ : No
-_AWS CloudFormation compatibility_ : This property is similar to the `[DeadLetterConfig](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-target.html#cfn-scheduler-schedule-target-deadletterconfig)` property of the `AWS::Scheduler::Schedule` `Target` data type. The AWS SAM version of this property includes additional subproperties, in case you want AWS SAM to create the dead-letter queue for you.
+_CloudFormation compatibility_ : This property is similar to the `[DeadLetterConfig](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-target.html#cfn-scheduler-schedule-target-deadletterconfig)` property of the `AWS::Scheduler::Schedule` `Target` data type. The AWS SAM version of this property includes additional subproperties, in case you want AWS SAM to create the dead-letter queue for you.
@@ -59 +59 @@ _Required_ : No
-_AWS CloudFormation compatibility_ : This property is passed directly to the `[Description](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedule.html#cfn-scheduler-schedule-description)` property of an `AWS::Scheduler::Schedule` resource.
+_CloudFormation compatibility_ : This property is passed directly to the `[Description](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedule.html#cfn-scheduler-schedule-description)` property of an `AWS::Scheduler::Schedule` resource.
@@ -70 +70 @@ _Required_ : No
-_AWS CloudFormation compatibility_ : This property is passed directly to the `[EndDate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedule.html#cfn-scheduler-schedule-enddate)` property of an `AWS::Scheduler::Schedule` resource.
+_CloudFormation compatibility_ : This property is passed directly to the `[EndDate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedule.html#cfn-scheduler-schedule-enddate)` property of an `AWS::Scheduler::Schedule` resource.
@@ -81 +81 @@ _Required_ : No
-_AWS CloudFormation compatibility_ : This property is passed directly to the `[FlexibleTimeWindow](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler.html#cfn-scheduler-schedule-flexibletimewindow)` property of an `AWS::Scheduler::Schedule` resource.
+_CloudFormation compatibility_ : This property is passed directly to the `[FlexibleTimeWindow](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler.html#cfn-scheduler-schedule-flexibletimewindow)` property of an `AWS::Scheduler::Schedule` resource.
@@ -92 +92 @@ _Required_ : No
-_AWS CloudFormation compatibility_ : This property is passed directly to the `[GroupName](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedule.html#cfn-scheduler-schedule-groupname)` property of an `AWS::Scheduler::Schedule` resource.
+_CloudFormation compatibility_ : This property is passed directly to the `[GroupName](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedule.html#cfn-scheduler-schedule-groupname)` property of an `AWS::Scheduler::Schedule` resource.
@@ -103 +103 @@ _Required_ : No
-_AWS CloudFormation compatibility_ : This property is passed directly to the `[Input](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-target.html#cfn-scheduler-schedule-target-input)` property of an `AWS::Scheduler::Schedule Target` resource.
+_CloudFormation compatibility_ : This property is passed directly to the `[Input](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-target.html#cfn-scheduler-schedule-target-input)` property of an `AWS::Scheduler::Schedule Target` resource.
@@ -114 +114 @@ _Required_ : No
-_AWS CloudFormation compatibility_ : This property is passed directly to the `[KmsKeyArn](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedule.html#cfn-scheduler-schedule-kmskeyarn)` property of an `AWS::Scheduler::Schedule` resource.
+_CloudFormation compatibility_ : This property is passed directly to the `[KmsKeyArn](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedule.html#cfn-scheduler-schedule-kmskeyarn)` property of an `AWS::Scheduler::Schedule` resource.
@@ -125 +125 @@ _Required_ : No
-_AWS CloudFormation compatibility_ : This property is passed directly to the `[Name](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedule.html#cfn-scheduler-schedule-name)` property of an `AWS::Scheduler::Schedule` resource.
+_CloudFormation compatibility_ : This property is passed directly to the `[Name](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedule.html#cfn-scheduler-schedule-name)` property of an `AWS::Scheduler::Schedule` resource.
@@ -130 +130 @@ _AWS CloudFormation compatibility_ : This property is passed directly to the `[N
-By default, AWS SAM generates and uses a schedule name in the format of `<State-machine-logical-ID><event-source-name>`. Set this property to `true` to have AWS CloudFormation generate a unique physical ID and use that for the schedule name instead.
+By default, AWS SAM generates and uses a schedule name in the format of `<State-machine-logical-ID><event-source-name>`. Set this property to `true` to have CloudFormation generate a unique physical ID and use that for the schedule name instead.
@@ -138 +138 @@ _Default_ : `false`
-_AWS CloudFormation compatibility_ : This property is unique to AWS SAM and doesn't have an AWS CloudFormation equivalent.
+_CloudFormation compatibility_ : This property is unique to AWS SAM and doesn't have an CloudFormation equivalent.
@@ -153 +153 @@ _Required_ : No
-_AWS CloudFormation compatibility_ : This property is passed directly to the `[PermissionsBoundary](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-permissionsboundary)` property of an `AWS::IAM::Role` resource.
+_CloudFormation compatibility_ : This property is passed directly to the `[PermissionsBoundary](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-permissionsboundary)` property of an `AWS::IAM::Role` resource.
@@ -164 +164 @@ _Required_ : No
-_AWS CloudFormation compatibility_ : This property is passed directly to the `[RetryPolicy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-target.html#cfn-scheduler-schedule-target-retrypolicy)` property of the `AWS::Scheduler::Schedule` `Target` data type.
+_CloudFormation compatibility_ : This property is passed directly to the `[RetryPolicy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-target.html#cfn-scheduler-schedule-target-retrypolicy)` property of the `AWS::Scheduler::Schedule` `Target` data type.
@@ -175 +175 @@ _Required_ : No
-_AWS CloudFormation compatibility_ : This property is passed directly to the `[RoleArn](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-target.html#cfn-scheduler-schedule-target-rolearn)` property of the `AWS::Scheduler::Schedule` `Target` data type.
+_CloudFormation compatibility_ : This property is passed directly to the `[RoleArn](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-target.html#cfn-scheduler-schedule-target-rolearn)` property of the `AWS::Scheduler::Schedule` `Target` data type.
@@ -186 +186 @@ _Required_ : Yes
-_AWS CloudFormation compatibility_ : This property is passed directly to the `[ScheduleExpression](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedule.html#cfn-scheduler-schedule-scheduleexpression)` property of an `AWS::Scheduler::Schedule` resource.
+_CloudFormation compatibility_ : This property is passed directly to the `[ScheduleExpression](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedule.html#cfn-scheduler-schedule-scheduleexpression)` property of an `AWS::Scheduler::Schedule` resource.
@@ -197 +197 @@ _Required_ : No
-_AWS CloudFormation compatibility_ : This property is passed directly to the `[ScheduleExpressionTimezone](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedule.html#cfn-scheduler-schedule-scheduleexpressiontimezone)` property of an `AWS::Scheduler::Schedule` resource.
+_CloudFormation compatibility_ : This property is passed directly to the `[ScheduleExpressionTimezone](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedule.html#cfn-scheduler-schedule-scheduleexpressiontimezone)` property of an `AWS::Scheduler::Schedule` resource.
@@ -208 +208 @@ _Required_ : No
-_AWS CloudFormation compatibility_ : This property is passed directly to the `[StartDate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedule.html#cfn-scheduler-schedule-startdate)` property of an `AWS::Scheduler::Schedule` resource.
+_CloudFormation compatibility_ : This property is passed directly to the `[StartDate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedule.html#cfn-scheduler-schedule-startdate)` property of an `AWS::Scheduler::Schedule` resource.
@@ -221 +221 @@ _Required_ : No
-_AWS CloudFormation compatibility_ : This property is passed directly to the `[State](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedule.html#cfn-scheduler-schedule-state)` property of an `AWS::Scheduler::Schedule` resource.
+_CloudFormation compatibility_ : This property is passed directly to the `[State](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedule.html#cfn-scheduler-schedule-state)` property of an `AWS::Scheduler::Schedule` resource.