File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 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
1111from .validators import boolean
1212
1313
1414class 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 ),
You can’t perform that action at this time.
0 commit comments