Provides information about a state machine's definition, its IAM role Amazon Resource Name (ARN), and configuration
Source:R/sfn_operations.R
sfn_describe_state_machine.RdProvides information about a state machine's definition, its IAM role Amazon Resource Name (ARN), and configuration.
See https://www.paws-r-sdk.com/docs/sfn_describe_state_machine/ for full documentation.
Arguments
- stateMachineArn
[required] The Amazon Resource Name (ARN) of the state machine for which you want the information.
If you specify a state machine version ARN, this API returns details about that version. The version ARN is a combination of state machine ARN and the version number separated by a colon (:). For example,
stateMachineARN:1.- includedData
If your state machine definition is encrypted with a KMS key, callers must have
kms:Decryptpermission to decrypt the definition. Alternatively, you can call the API withincludedData = METADATA_ONLYto get a successful response without the encrypted definition.When calling a labelled ARN for an encrypted state machine, the
includedData = METADATA_ONLYparameter will not apply because Step Functions needs to decrypt the entire state machine definition to get the Distributed Map state’s definition. In this case, the API caller needs to havekms:Decryptpermission.