Skip to content

Commit

Permalink
Update packages/aws-cdk-lib/aws-stepfunctions/lib/state-machine.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Momo Kornher <mail@moritzkornher.de>
  • Loading branch information
wong-a and mrgrain committed Jul 20, 2023
1 parent f785049 commit 7a98428
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ export class StateMachine extends StateMachineBase {
public readonly stateMachineType: StateMachineType;

/**
* Identifier for the state machine revision
* Identifier for the state machine revision, which is an immutable, read-only snapshot of a state machine’s definition and configuration.
* @attribute
*/
public readonly stateMachineRevisionId: string;
Expand Down

0 comments on commit 7a98428

Please sign in to comment.