Skip to content

EndpointS3Settings missing TimestampColumnName setting #1728

Open

Description

Hello!

  • Vote on this issue by adding a 👍 reaction
  • To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already)

Issue details

The TimestampColumnName parameter was added in DMS versions 3.1.4 and later, but is not available to be set as an s3 Endpoint setting using Pulumi. See: https://docs.aws.amazon.com/dms/latest/APIReference/API_S3Settings.html

Steps to reproduce

  1. Attempt to create an s3 target endpoint using the following s3_setting:
    "timestamp_column_name": "SomeColumnName"

Expected: The endpoint is updated with the Timestamp Column Name.
Actual: Pulumi produces this error:

error: aws:dms/endpoint:Endpoint resource 'xxxxx' has a problem: Invalid or unknown key. Examine values at 'Endpoint.S3Settings.TimestampColumnName'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    awaiting-upstreamThe issue cannot be resolved without action in another repository (may be owned by Pulumi).kind/enhancementImprovements or new features

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions