fastly logging kinesis create
Create an Amazon Kinesis logging endpoint on a Fastly service version
Options
| Name | Description | 
|---|---|
| --name  <name> | The name of the Kinesis logging object. Used as a primary key for API access | 
| --version  <version> | 'latest', 'active', or the number of a specific version | 
| --stream-name  <stream-name> | The Amazon Kinesis stream to send logs to | 
| --region  <region> | The AWS region where the Kinesis stream exists | 
| --access-key  <access-key> | The access key associated with the target Amazon Kinesis stream | 
| --secret-key  <secret-key> | The secret key associated with the target Amazon Kinesis stream | 
| --iam-role  <iam-role> | The IAM role ARN for logging | 
| --autoclone | If the selected service version is not editable, clone it and use the clone | 
| --service-id  <service-id> | Service ID (falls back to FASTLY_SERVICE_ID, then fastly.toml) | 
| --service-name  <service-name> | The name of the service | 
| --format  <format> | Apache style log formatting | 
| --format-version  <format-version> | The version of the custom logging format used for the configured endpoint. Can be either 2 (default) or 1 | 
| --response-condition  <response-condition> | The name of an existing condition in the configured endpoint, or leave blank to always execute | 
| --placement  <placement> | Where in the generated VCL the logging call should be placed, overriding any format_version default. Can be none or waf_debug |