hc99's picture
Add files using upload-large-folder tool
56d74b6 verified
raw
history blame
404 Bytes
"""
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: MIT-0
"""
from cfnlint.rules.resources.properties.CfnSchema import BaseCfnSchema
class EventMappingEventSourceSqs(BaseCfnSchema):
id = "{{ rule_id }}"
shortdesc = "Add a short description"
description = "Add the long description"
tags = ["resources"]
schema_path = "{{ schema_path }}"