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
Is this feature request related to a new rule or cfn-lint capabilities?
rules
Describe the feature you'd like to request
As we convert to the schema there is new properties. We can look at primaryIdentifier (minus readOnlyProperties) and validate those primaryIdentifiers are unique against all resources in a template.
Example of this would be RoleName in AWS::IAM::Role
Describe the solution you'd like
A new rule that validates the uniqueness of primaryIdentifiers across all resources of a type
Additional context
root already exists in stack arn:aws:cloudformation:us-east-1:0123456789012:stack/stack-name/unique-id
for template
Is this feature request related to a new rule or cfn-lint capabilities?
rules
Describe the feature you'd like to request
As we convert to the schema there is new properties. We can look at
primaryIdentifier
(minusreadOnlyProperties
) and validate those primaryIdentifiers are unique against all resources in a template.Example of this would be
RoleName
inAWS::IAM::Role
Describe the solution you'd like
A new rule that validates the uniqueness of primaryIdentifiers across all resources of a type
Additional context
root already exists in stack arn:aws:cloudformation:us-east-1:0123456789012:stack/stack-name/unique-id
for template
Is this something that you'd be interested in working on?
Would this feature include a breaking change?
The text was updated successfully, but these errors were encountered: