-
Notifications
You must be signed in to change notification settings - Fork 602
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
Property Check Failing for AWS::Cognito::UserPool in ap-southeast-1 #1002
Comments
5 tasks
Released with v0.22.2 |
kddejong
pushed a commit
that referenced
this issue
Aug 31, 2020
* removing unnecessary regional resource specification patching similar to #1553 https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-resource-specification.html https://cfn-resource-specifications-ap-northeast-3-prod.s3.ap-northeast-3.amazonaws.com/latest/gzip/CloudFormationResourceSpecification.json https://cfn-resource-specifications-ap-southeast-2-prod.s3.ap-southeast-2.amazonaws.com/latest/gzip/CloudFormationResourceSpecification.json https://cfn-resource-specifications-ap-southeast-1-prod.s3.ap-southeast-1.amazonaws.com/latest/gzip/CloudFormationResourceSpecification.json https://cfn-resource-specifications-ap-south-1-prod.s3.ap-south-1.amazonaws.com/latest/gzip/CloudFormationResourceSpecification.json * removing AWS::Cognito::UserPoolUser.AttributeType regional patches https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-resource-specification.html #1002 #1003 * removing regional ConfigResourceType AllowedValues patching Regional ConfigResourceType AllowedValues added here: #654 were switched away from being regionally maintained here: #1074
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cfn-lint version: (
cfn-lint --version
)v0.22.0
Description of issue.
AWS::Cognito::UserPool
was added tosrc/cfnlint/data/ExtendedSpecs/ap-southeast-1/07_ssm_service_addition.json
as a resource type. Now, my template containing the following fails:The failure occurs on
AWS::Cognito::UserPool.Policies
and rule E3002. There is a KeyError raised here: https://github.com/aws-cloudformation/cfn-python-lint/blob/master/src/cfnlint/rules/resources/properties/Properties.py#L203. My guess is that this issue is caused by something missing in the resource types or property types referenced by cfn-lint.The text was updated successfully, but these errors were encountered: