Skip to content

Commit

Permalink
docs/resource/aws_kinesis_firehose_delivery_stream: Fix typo on key_a…
Browse files Browse the repository at this point in the history
…rn documentation (#15306)
  • Loading branch information
angelabad committed Sep 23, 2020
1 parent 528b404 commit 9f084d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ The `server_side_encryption` object supports the following:

* `enabled` - (Optional) Whether to enable encryption at rest. Default is `false`.
* `key_type`- (Optional) Type of encryption key. Default is `AWS_OWNED_CMK`. Valid values are `AWS_OWNED_CMK` and `CUSTOMER_MANAGED_CMK`
* `key_arn` - (Optional) Amazon Resource Name (ARN) of the encryption key. Required when `kms_key_type` is `CUSTOMER_MANAGED_CMK`.
* `key_arn` - (Optional) Amazon Resource Name (ARN) of the encryption key. Required when `key_type` is `CUSTOMER_MANAGED_CMK`.

The `s3_configuration` object supports the following:

Expand Down

0 comments on commit 9f084d2

Please sign in to comment.