Skip to content

java (dotnet?): arrays in CFN layer are always List<Object> #5067

@eladb

Description

@eladb

The type of subscription should be List<CfnTopic.SubscriptionProperty> but instead it is List<Object>.

Screen Shot 2019-11-17 at 9 33 47

Reproduction Steps

CfnTopic.Builder.create(this, "YourTopic").subscription(...)

Environment

  • Framework Version: 1.16.3.DEVPREVIEW
  • Language : Java (& .NET?)

Metadata

Metadata

Assignees

Labels

bugThis issue is a bug.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions