AWSTemplateFormatVersion: 2010-09-09 Description: "Dummy master template for cfn-python-lint rule" Resources: MyStack: Type: AWS::CloudFormation::Stack Properties: TemplateURL: !Sub ['https://${QSS3BucketName}.${QSS3Region}.amazonaws.com/${QSS3KeyPrefix}/templates/child.yml', {QSS3Region: !If [0, s3-us-gov-west-1, s3]}] Parameters: NotDefinedInChild: "Some Parameter Value"