Skip to content

Commit

Permalink
docs(sfn-state-machine): updating properties
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Dec 13, 2024
1 parent 01d94f8 commit c2864f5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/resources/sfn-state-machine.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ SFNStateMachine
## Properties


- `ARN`: No Description
- `ARN`: The Amazon Resource Name (ARN) that identifies the state machine.
- `CreationDate`: The date the state machine was created.
- `Name`: The name of the state machine.
- `Type`: The type of the state machine.
- `tag:<key>:`: This resource has tags with property `Tags`. These are key/value pairs that are
added as their own property with the prefix of `tag:` (e.g. [tag:example: "value"])

!!! note - Using Properties
Properties are what [Filters](../config-filtering.md) are written against in your configuration. You use the property
Expand Down

0 comments on commit c2864f5

Please sign in to comment.