Skip to content

Step Functions

Provider: AWS
Service ID: step_functions
Rendering: Standard table with expandable detail rows

Quick Example

<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
    service: 'step_functions',
    provider: 'aws',
    region: 'eu-west-2',
    source: 'live',
    attributes: ['name', 'state_machine_arn', 'type', 'creation_date']
});
</script>

<div data-sd-service="step_functions" data-sd-source="live"></div>

Default Attributes

When no attributes array is specified, these columns are displayed:

attributes: ['name', 'state_machine_arn', 'type', 'creation_date']

All Attributes

Attribute Display Name Format Description
name Name text Resource display name (from tags or identifier)
state_machine_arn ARN arn_name From API field: stateMachineArn
type Type text From API field: type. Default: STANDARD
creation_date Created datetime From API field: creationDate

= included in default view

Sort Order

Results are sorted by: name