Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS::DMS::Endpoint.EngineName AllowedValues expansion (kinesis) #1472

Merged
merged 1 commit into from
Apr 15, 2020

Conversation

jtheuer
Copy link
Contributor

@jtheuer jtheuer commented Apr 15, 2020

Fixes:

E3030 You must specify a valid value for EngineName (kinesis).
Valid values are ["aurora-postgresql", "aurora", "azuredb", "db2", "dynamodb", "mariadb", "mongodb", "mysql", "oracle", "postgres", "redshift", "s3", "sqlserver", "sybase"]

in

  DMSEventStreamEndpoint:
    Type: AWS::DMS::Endpoint
    Properties:
      EndpointIdentifier: !Sub "${AWS::StackName}-dms"
      EndpointType: target
      EngineName: kinesis
      KinesisSettings:
        StreamArn: !StreamArn
        MessageFormat: JSON
        ServiceAccessRoleArn: !RoleArn

See also: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-enginename

Fixes:

```
E3030 You must specify a valid value for EngineName (kinesis).
Valid values are ["aurora-postgresql", "aurora", "azuredb", "db2", "dynamodb", "mariadb", "mongodb", "mysql", "oracle", "postgres", "redshift", "s3", "sqlserver", "sybase"]
```

in

```
  DMSEventStreamEndpoint:
    Type: AWS::DMS::Endpoint
    Properties:
      EndpointIdentifier: !Sub "${AWS::StackName}-dms"
      EndpointType: target
      EngineName: kinesis
      KinesisSettings:
        StreamArn: !StreamArn
        MessageFormat: JSON
        ServiceAccessRoleArn: !RoleArn
```
@codecov

This comment has been minimized.

@PatMyron
Copy link
Contributor

@PatMyron PatMyron added the good first issue Good for newcomers label Jul 22, 2020
@PatMyron PatMyron changed the title Added DMS EngineName kinesis AWS::DMS::Endpoint.EngineName AllowedValues expansion (kinesis) Sep 5, 2020
@PatMyron PatMyron mentioned this pull request Oct 1, 2020
73 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants