radius-project / bicep-types-aws

Bicep type support for AWS
Apache License 2.0
7 stars 7 forks source link

Missing AWS data that doesn't follow `SchemaDefinition` format #38

Open sk593 opened 7 months ago

sk593 commented 7 months ago

There are quite a few instances where an AWS definition doesn't match the SchemaDefinition format and does not get added as a type during generation. Examples here with AutomationRule_arnOrId, StringFilterComparison, Tags even though they're defined in the AWS data

These cases should be documented as part of the type definitions.