Skip to content

Commit

Permalink
Merge pull request #17079 from hashicorp/d-dms-endpoint-settings-argu…
Browse files Browse the repository at this point in the history
…ment

docs/dms_endpoint: add date_partition_enabled to resource documentation
  • Loading branch information
anGie44 authored Jan 13, 2021
2 parents 9d5d7ef + cea407a commit 2ba7c01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/r/dms_endpoint.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ The `s3_settings` configuration block supports the following arguments:
* `compression_type` - (Optional) Set to compress target files. Defaults to `NONE`. Valid values are `GZIP` and `NONE`.
* `csv_delimiter` - (Optional) Delimiter used to separate columns in the source files. Defaults to `,`.
* `csv_row_delimiter` - (Optional) Delimiter used to separate rows in the source files. Defaults to `\n`.
* `date_partition_enabled` - (Optional) Partition S3 bucket folders based on transaction commit dates. Defaults to `false`.
* `external_table_definition` - (Optional) JSON document that describes how AWS DMS should interpret the data.
* `service_access_role_arn` - (Optional) Amazon Resource Name (ARN) of the IAM Role with permissions to read from or write to the S3 Bucket.

Expand Down

0 comments on commit 2ba7c01

Please sign in to comment.