Command option Sample:aws stepfunctions create-state-machine

Search command sample in the internet.It is the result.

Creates a state machine.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/stepfunctions/create-state-machine.html

aws stepfunctions create-state-machine --name HasFirmwareChanged --definition "
    AWS Step Functions for networkers the CLI approach - IT Playground Blog : http://blog.it-playground.eu/aws-step-functions-for-networkers-the-cli-approach/
aws stepfunctions create-state-machine \
    Serverless User Activation Mechanism with Amazon Lambda, Amazon Step Functions and DynamoDB Triggers – while (learning) print(blog); : http://ceyhunozgun.blogspot.com/2017/05/serverless-user-activation-mechanism-with-aws-lambda-step-functions-and-dynamodb-triggers.html
aws stepfunctions create-state-machine \
    AWS Step Functions with Serverless : http://derpturkey.com/aws-step-functions-with-serverless/
aws stepfunctions create-state-machine --name coffee-shop --definition file://state-machine.json --role-arn [role-arn]
    GitHub - mugglmenzel/step-functions-example-workflow: An example workflow using AWS Step Functions and Lambda Functions. : http://github.com/mugglmenzel/step-functions-example-workflow
aws stepfunctions create-state-machine --name OneTimeLambdaScheduler --definition file://schedule-lambda-asl.json --role-arn ROLE_ARN --region us-east-1
    How To: Schedule a one-time invocation of an AWS Lambda function. | Sudar's blog : http://sudar.me/blog/lambda-scheduled-one-time-invocation/

aws のオプション一覧