Command option Sample:aws firehose create-delivery-stream

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

Creates a Kinesis Data Firehose delivery stream.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/firehose/create-delivery-stream.html

aws firehose create-delivery-stream \
    How to Stream Data from Amazon DynamoDB to Amazon Aurora using AWS Lambda and Amazon Kinesis Firehose | AWS Database Blog : http://aws.amazon.com/blogs/database/how-to-stream-data-from-amazon-dynamodb-to-amazon-aurora-using-aws-lambda-and-amazon-kinesis-firehose/
aws firehose create-delivery-stream --delivery-stream-name datalake-ingest --s3-destination-configuration file://datalake-kinesis-firehose-config.json
    Daniel Rhoades | How do you build a Data Lake - Part 2 : http://danielrhoades.com/2017/05/24/how-do-you-build-a-data-lake-part2/
aws firehose create-delivery-stream --region
    lambda-streams-to-firehose/createDefaultDeliveryStream.sh at master 揃 awslabs/lambda-streams-to-firehose 揃 GitHub : http://github.com/awslabs/lambda-streams-to-firehose/blob/master/createDefaultDeliveryStream.sh
aws firehose create-delivery-stream --generate-cli-skeleton
    amazon web services - Generate Firehose Delivery Stream Skeleton via Golang AWS SDK - Stack Overflow : http://stackoverflow.com/questions/46079860/generate-firehose-delivery-stream-skeleton-via-golang-aws-sdk
aws firehose create-delivery-stream \ --delivery-stream-name 'my-delivery-stream' \ --s3-destination-configuration \ RoleARN='arn:aws:iam::123456789012:role/ FirehosetoS3Role'
    [PDF] Amazon CloudWatch ログ - ユーザーガイド - Free Download PDF : http://updoc.site/download/amazon-cloudwatch_pdf

aws のオプション一覧