Skip to content

Commit e6a749d

Browse files
committed
Auto-generate CUR
1 parent a1ee643 commit e6a749d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

troposphere/cur.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
1-
# Copyright (c) 2012-2021, Mark Peek <mark@peek.org>
1+
# Copyright (c) 2012-2022, Mark Peek <mark@peek.org>
22
# All rights reserved.
33
#
44
# See LICENSE file for full license.
55
#
66
# *** Do not modify - this file is autogenerated ***
7-
# Resource specification version: 39.1.0
7+
# Resource specification version: 51.0.0
88

99

10-
from . import AWSObject
10+
from . import AWSObject, PropsDictType
1111
from .validators import boolean
1212

1313

1414
class ReportDefinition(AWSObject):
15+
"""
16+
`ReportDefinition <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cur-reportdefinition.html>`__
17+
"""
18+
1519
resource_type = "AWS::CUR::ReportDefinition"
1620

17-
props = {
21+
props: PropsDictType = {
1822
"AdditionalArtifacts": ([str], False),
1923
"AdditionalSchemaElements": ([str], False),
2024
"BillingViewArn": (str, False),

0 commit comments

Comments
 (0)