You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eladb
changed the title
awslint:props-no-arn-refs: Props should use strong types instead of attributres (forbid props with "arn" suffix)
awslint:props-no-arn-refs
May 1, 2019
…. props should not have "arn" suffix (awslint:props-no-arn-refs)
Adds a new awslint:props-no-arn-refs rule which valides that props do not have an "arn" suffix.
Props should use strong types instead of attributes.
This is in accordance with the new AWS Construct Library guidelines.
Fixes#2436
…. props should not have "arn" suffix (awslint:props-no-arn-refs) (#2539)
* refactor: L2 constructs should use strong types instead of attributes. props should not have "arn" suffix (awslint:props-no-arn-refs)
Adds a new awslint:props-no-arn-refs rule which valides that props do not have an "arn" suffix.
Props should use strong types instead of attributes.
This is in accordance with the new AWS Construct Library guidelines.
Fixes#2436
* excluding CrossAccountDestination construct which supports CloudWatchLogs to Kinesis streams in a different destination account
Props should use strong types instead of attributres (forbid props with "arn" suffix)
The text was updated successfully, but these errors were encountered: