aws-cdk-lib 2.137.0__py3-none-any.whl → 2.138.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of aws-cdk-lib might be problematic. Click here for more details.

Files changed (56) hide show
  1. aws_cdk/__init__.py +8 -0
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.137.0.jsii.tgz → aws-cdk-lib@2.138.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_amplify/__init__.py +29 -113
  5. aws_cdk/aws_appconfig/__init__.py +26 -33
  6. aws_cdk/aws_apprunner/__init__.py +5 -2
  7. aws_cdk/aws_appsync/__init__.py +400 -13
  8. aws_cdk/aws_aps/__init__.py +64 -47
  9. aws_cdk/aws_b2bi/__init__.py +2 -6
  10. aws_cdk/aws_backup/__init__.py +27 -23
  11. aws_cdk/aws_batch/__init__.py +103 -0
  12. aws_cdk/aws_bcmdataexports/__init__.py +1114 -0
  13. aws_cdk/aws_chatbot/__init__.py +6 -4
  14. aws_cdk/aws_cleanrooms/__init__.py +526 -3
  15. aws_cdk/aws_cleanroomsml/__init__.py +960 -0
  16. aws_cdk/aws_cloudtrail/__init__.py +10 -10
  17. aws_cdk/aws_cloudwatch/__init__.py +124 -8
  18. aws_cdk/aws_codebuild/__init__.py +27 -22
  19. aws_cdk/aws_codeconnections/__init__.py +435 -0
  20. aws_cdk/aws_cognito/__init__.py +175 -79
  21. aws_cdk/aws_deadline/__init__.py +5394 -0
  22. aws_cdk/aws_ec2/__init__.py +279 -163
  23. aws_cdk/aws_ecs/__init__.py +240 -1
  24. aws_cdk/aws_efs/__init__.py +2 -2
  25. aws_cdk/aws_elasticache/__init__.py +86 -32
  26. aws_cdk/aws_elasticloadbalancingv2/__init__.py +52 -2
  27. aws_cdk/aws_emr/__init__.py +2 -2
  28. aws_cdk/aws_entityresolution/__init__.py +1982 -773
  29. aws_cdk/aws_globalaccelerator/__init__.py +443 -0
  30. aws_cdk/aws_iam/__init__.py +1 -2
  31. aws_cdk/aws_internetmonitor/__init__.py +14 -6
  32. aws_cdk/aws_ivs/__init__.py +1273 -71
  33. aws_cdk/aws_mediatailor/__init__.py +41 -0
  34. aws_cdk/aws_personalize/__init__.py +8 -6
  35. aws_cdk/aws_pinpoint/__init__.py +5 -3
  36. aws_cdk/aws_pipes/__init__.py +5 -1
  37. aws_cdk/aws_quicksight/__init__.py +12 -6
  38. aws_cdk/aws_rds/__init__.py +355 -85
  39. aws_cdk/aws_route53/__init__.py +587 -14
  40. aws_cdk/aws_sagemaker/__init__.py +233 -2
  41. aws_cdk/aws_securityhub/__init__.py +4940 -102
  42. aws_cdk/aws_securitylake/__init__.py +1237 -55
  43. aws_cdk/aws_sns/__init__.py +61 -4
  44. aws_cdk/aws_ssmcontacts/__init__.py +11 -4
  45. aws_cdk/aws_stepfunctions/__init__.py +8 -16
  46. aws_cdk/aws_stepfunctions_tasks/__init__.py +676 -1
  47. aws_cdk/aws_transfer/__init__.py +4 -4
  48. aws_cdk/aws_verifiedpermissions/__init__.py +114 -37
  49. aws_cdk/aws_workspacesthinclient/__init__.py +8 -8
  50. aws_cdk/custom_resources/__init__.py +248 -26
  51. {aws_cdk_lib-2.137.0.dist-info → aws_cdk_lib-2.138.0.dist-info}/METADATA +3 -3
  52. {aws_cdk_lib-2.137.0.dist-info → aws_cdk_lib-2.138.0.dist-info}/RECORD +56 -52
  53. {aws_cdk_lib-2.137.0.dist-info → aws_cdk_lib-2.138.0.dist-info}/LICENSE +0 -0
  54. {aws_cdk_lib-2.137.0.dist-info → aws_cdk_lib-2.138.0.dist-info}/NOTICE +0 -0
  55. {aws_cdk_lib-2.137.0.dist-info → aws_cdk_lib-2.138.0.dist-info}/WHEEL +0 -0
  56. {aws_cdk_lib-2.137.0.dist-info → aws_cdk_lib-2.138.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1114 @@
1
+ '''
2
+ # AWS::BCMDataExports Construct Library
3
+
4
+ <!--BEGIN STABILITY BANNER-->---
5
+
6
+
7
+ ![cfn-resources: Stable](https://img.shields.io/badge/cfn--resources-stable-success.svg?style=for-the-badge)
8
+
9
+ > All classes with the `Cfn` prefix in this module ([CFN Resources](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) are always stable and safe to use.
10
+
11
+ ---
12
+ <!--END STABILITY BANNER-->
13
+
14
+ This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.
15
+
16
+ ```python
17
+ import aws_cdk.aws_bcmdataexports as bcmdataexports
18
+ ```
19
+
20
+ <!--BEGIN CFNONLY DISCLAIMER-->
21
+
22
+ There are no official hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. Here are some suggestions on how to proceed:
23
+
24
+ * Search [Construct Hub for BCMDataExports construct libraries](https://constructs.dev/search?q=bcmdataexports)
25
+ * Use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, in the same way you would use [the CloudFormation AWS::BCMDataExports resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_BCMDataExports.html) directly.
26
+
27
+ <!--BEGIN CFNONLY DISCLAIMER-->
28
+
29
+ There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet.
30
+ However, you can still use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, and use this service exactly as you would using CloudFormation directly.
31
+
32
+ For more information on the resources and properties available for this service, see the [CloudFormation documentation for AWS::BCMDataExports](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_BCMDataExports.html).
33
+
34
+ (Read the [CDK Contributing Guide](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and submit an RFC if you are interested in contributing to this construct library.)
35
+
36
+ <!--END CFNONLY DISCLAIMER-->
37
+ '''
38
+ from pkgutil import extend_path
39
+ __path__ = extend_path(__path__, __name__)
40
+
41
+ import abc
42
+ import builtins
43
+ import datetime
44
+ import enum
45
+ import typing
46
+
47
+ import jsii
48
+ import publication
49
+ import typing_extensions
50
+
51
+ from typeguard import check_type
52
+
53
+ from .._jsii import *
54
+
55
+ import constructs as _constructs_77d1e7e8
56
+ from .. import (
57
+ CfnResource as _CfnResource_9df397a6,
58
+ IInspectable as _IInspectable_c2943556,
59
+ IResolvable as _IResolvable_da3f097b,
60
+ ITaggableV2 as _ITaggableV2_4e6798f8,
61
+ TagManager as _TagManager_0a598cb3,
62
+ TreeInspector as _TreeInspector_488e0dd5,
63
+ )
64
+
65
+
66
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
67
+ class CfnExport(
68
+ _CfnResource_9df397a6,
69
+ metaclass=jsii.JSIIMeta,
70
+ jsii_type="aws-cdk-lib.aws_bcmdataexports.CfnExport",
71
+ ):
72
+ '''Creates a data export and specifies the data query, the delivery preference, and any optional resource tags.
73
+
74
+ A ``DataQuery`` consists of both a ``QueryStatement`` and ``TableConfigurations`` .
75
+
76
+ The ``QueryStatement`` is an SQL statement. Data Exports only supports a limited subset of the SQL syntax. For more information on the SQL syntax that is supported, see `Data query <https://docs.aws.amazon.com/cur/latest/userguide/de-data-query.html>`_ . To view the available tables and columns, see the `Data Exports table dictionary <https://docs.aws.amazon.com/cur/latest/userguide/de-table-dictionary.html>`_ .
77
+
78
+ The ``TableConfigurations`` is a collection of specified ``TableProperties`` for the table being queried in the ``QueryStatement`` . TableProperties are additional configurations you can provide to change the data and schema of a table. Each table can have different TableProperties. However, tables are not required to have any TableProperties. Each table property has a default value that it assumes if not specified. For more information on table configurations, see `Data query <https://docs.aws.amazon.com/cur/latest/userguide/de-data-query.html>`_ . To view the table properties available for each table, see the `Data Exports table dictionary <https://docs.aws.amazon.com/cur/latest/userguide/de-table-dictionary.html>`_ or use the ``ListTables`` API to get a response of all tables and their available properties.
79
+
80
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bcmdataexports-export.html
81
+ :cloudformationResource: AWS::BCMDataExports::Export
82
+ :exampleMetadata: fixture=_generated
83
+
84
+ Example::
85
+
86
+ # The code below shows an example of how to instantiate this type.
87
+ # The values are placeholders you should change.
88
+ from aws_cdk import aws_bcmdataexports as bcmdataexports
89
+
90
+ cfn_export = bcmdataexports.CfnExport(self, "MyCfnExport",
91
+ export=bcmdataexports.CfnExport.ExportProperty(
92
+ data_query=bcmdataexports.CfnExport.DataQueryProperty(
93
+ query_statement="queryStatement",
94
+
95
+ # the properties below are optional
96
+ table_configurations={
97
+ "table_configurations_key": {
98
+ "table_configurations_key": "tableConfigurations"
99
+ }
100
+ }
101
+ ),
102
+ destination_configurations=bcmdataexports.CfnExport.DestinationConfigurationsProperty(
103
+ s3_destination=bcmdataexports.CfnExport.S3DestinationProperty(
104
+ s3_bucket="s3Bucket",
105
+ s3_output_configurations=bcmdataexports.CfnExport.S3OutputConfigurationsProperty(
106
+ compression="compression",
107
+ format="format",
108
+ output_type="outputType",
109
+ overwrite="overwrite"
110
+ ),
111
+ s3_prefix="s3Prefix",
112
+ s3_region="s3Region"
113
+ )
114
+ ),
115
+ name="name",
116
+ refresh_cadence=bcmdataexports.CfnExport.RefreshCadenceProperty(
117
+ frequency="frequency"
118
+ ),
119
+
120
+ # the properties below are optional
121
+ description="description",
122
+ export_arn="exportArn"
123
+ ),
124
+
125
+ # the properties below are optional
126
+ tags=[bcmdataexports.CfnExport.ResourceTagProperty(
127
+ key="key",
128
+ value="value"
129
+ )]
130
+ )
131
+ '''
132
+
133
+ def __init__(
134
+ self,
135
+ scope: _constructs_77d1e7e8.Construct,
136
+ id: builtins.str,
137
+ *,
138
+ export: typing.Union[_IResolvable_da3f097b, typing.Union["CfnExport.ExportProperty", typing.Dict[builtins.str, typing.Any]]],
139
+ tags: typing.Optional[typing.Sequence[typing.Union["CfnExport.ResourceTagProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
140
+ ) -> None:
141
+ '''
142
+ :param scope: Scope in which this resource is defined.
143
+ :param id: Construct identifier for this resource (unique in its scope).
144
+ :param export: The details that are available for an export.
145
+ :param tags:
146
+ '''
147
+ if __debug__:
148
+ type_hints = typing.get_type_hints(_typecheckingstub__b2bcca1af59fac907ca8714563d055c566e701daae8450fde60df7c0e3d3db64)
149
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
150
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
151
+ props = CfnExportProps(export=export, tags=tags)
152
+
153
+ jsii.create(self.__class__, self, [scope, id, props])
154
+
155
+ @jsii.member(jsii_name="inspect")
156
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
157
+ '''Examines the CloudFormation resource and discloses attributes.
158
+
159
+ :param inspector: tree inspector to collect and process attributes.
160
+ '''
161
+ if __debug__:
162
+ type_hints = typing.get_type_hints(_typecheckingstub__1dac39dc3be3191a8c16e738400531fa018e236e77c82fbfaa9dc5f869f22217)
163
+ check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
164
+ return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
165
+
166
+ @jsii.member(jsii_name="renderProperties")
167
+ def _render_properties(
168
+ self,
169
+ props: typing.Mapping[builtins.str, typing.Any],
170
+ ) -> typing.Mapping[builtins.str, typing.Any]:
171
+ '''
172
+ :param props: -
173
+ '''
174
+ if __debug__:
175
+ type_hints = typing.get_type_hints(_typecheckingstub__eb93537976d222e41558fc4b0c82267089734f222dad1d93d6bf9ac01baf7235)
176
+ check_type(argname="argument props", value=props, expected_type=type_hints["props"])
177
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
178
+
179
+ @jsii.python.classproperty
180
+ @jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
181
+ def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
182
+ '''The CloudFormation resource type name for this resource class.'''
183
+ return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
184
+
185
+ @builtins.property
186
+ @jsii.member(jsii_name="attrExportArn")
187
+ def attr_export_arn(self) -> builtins.str:
188
+ '''The Amazon Resource Name (ARN) for this export.
189
+
190
+ :cloudformationAttribute: ExportArn
191
+ '''
192
+ return typing.cast(builtins.str, jsii.get(self, "attrExportArn"))
193
+
194
+ @builtins.property
195
+ @jsii.member(jsii_name="cdkTagManager")
196
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
197
+ '''Tag Manager which manages the tags for this resource.'''
198
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
199
+
200
+ @builtins.property
201
+ @jsii.member(jsii_name="cfnProperties")
202
+ def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
203
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
204
+
205
+ @builtins.property
206
+ @jsii.member(jsii_name="export")
207
+ def export(self) -> typing.Union[_IResolvable_da3f097b, "CfnExport.ExportProperty"]:
208
+ '''The details that are available for an export.'''
209
+ return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnExport.ExportProperty"], jsii.get(self, "export"))
210
+
211
+ @export.setter
212
+ def export(
213
+ self,
214
+ value: typing.Union[_IResolvable_da3f097b, "CfnExport.ExportProperty"],
215
+ ) -> None:
216
+ if __debug__:
217
+ type_hints = typing.get_type_hints(_typecheckingstub__c8ce26f4856f4fbb56e9f2fa30a5520af71bb0fab07aab599f3d350bcd7af208)
218
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
219
+ jsii.set(self, "export", value)
220
+
221
+ @builtins.property
222
+ @jsii.member(jsii_name="tags")
223
+ def tags(self) -> typing.Optional[typing.List["CfnExport.ResourceTagProperty"]]:
224
+ return typing.cast(typing.Optional[typing.List["CfnExport.ResourceTagProperty"]], jsii.get(self, "tags"))
225
+
226
+ @tags.setter
227
+ def tags(
228
+ self,
229
+ value: typing.Optional[typing.List["CfnExport.ResourceTagProperty"]],
230
+ ) -> None:
231
+ if __debug__:
232
+ type_hints = typing.get_type_hints(_typecheckingstub__1ad623342e4c1e6ad8d0a1e800f480ca841fcc2866deb4be0a499fc18bffc658)
233
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
234
+ jsii.set(self, "tags", value)
235
+
236
+ @jsii.data_type(
237
+ jsii_type="aws-cdk-lib.aws_bcmdataexports.CfnExport.DataQueryProperty",
238
+ jsii_struct_bases=[],
239
+ name_mapping={
240
+ "query_statement": "queryStatement",
241
+ "table_configurations": "tableConfigurations",
242
+ },
243
+ )
244
+ class DataQueryProperty:
245
+ def __init__(
246
+ self,
247
+ *,
248
+ query_statement: builtins.str,
249
+ table_configurations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]]]] = None,
250
+ ) -> None:
251
+ '''The SQL query of column selections and row filters from the data table you want.
252
+
253
+ :param query_statement: The query statement.
254
+ :param table_configurations: The table configuration.
255
+
256
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-dataquery.html
257
+ :exampleMetadata: fixture=_generated
258
+
259
+ Example::
260
+
261
+ # The code below shows an example of how to instantiate this type.
262
+ # The values are placeholders you should change.
263
+ from aws_cdk import aws_bcmdataexports as bcmdataexports
264
+
265
+ data_query_property = bcmdataexports.CfnExport.DataQueryProperty(
266
+ query_statement="queryStatement",
267
+
268
+ # the properties below are optional
269
+ table_configurations={
270
+ "table_configurations_key": {
271
+ "table_configurations_key": "tableConfigurations"
272
+ }
273
+ }
274
+ )
275
+ '''
276
+ if __debug__:
277
+ type_hints = typing.get_type_hints(_typecheckingstub__e1a095753612659582b4b6117f8c7de657221f82c66d4926cce19af238d91343)
278
+ check_type(argname="argument query_statement", value=query_statement, expected_type=type_hints["query_statement"])
279
+ check_type(argname="argument table_configurations", value=table_configurations, expected_type=type_hints["table_configurations"])
280
+ self._values: typing.Dict[builtins.str, typing.Any] = {
281
+ "query_statement": query_statement,
282
+ }
283
+ if table_configurations is not None:
284
+ self._values["table_configurations"] = table_configurations
285
+
286
+ @builtins.property
287
+ def query_statement(self) -> builtins.str:
288
+ '''The query statement.
289
+
290
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-dataquery.html#cfn-bcmdataexports-export-dataquery-querystatement
291
+ '''
292
+ result = self._values.get("query_statement")
293
+ assert result is not None, "Required property 'query_statement' is missing"
294
+ return typing.cast(builtins.str, result)
295
+
296
+ @builtins.property
297
+ def table_configurations(
298
+ self,
299
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]]]]:
300
+ '''The table configuration.
301
+
302
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-dataquery.html#cfn-bcmdataexports-export-dataquery-tableconfigurations
303
+ '''
304
+ result = self._values.get("table_configurations")
305
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]]]], result)
306
+
307
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
308
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
309
+
310
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
311
+ return not (rhs == self)
312
+
313
+ def __repr__(self) -> str:
314
+ return "DataQueryProperty(%s)" % ", ".join(
315
+ k + "=" + repr(v) for k, v in self._values.items()
316
+ )
317
+
318
+ @jsii.data_type(
319
+ jsii_type="aws-cdk-lib.aws_bcmdataexports.CfnExport.DestinationConfigurationsProperty",
320
+ jsii_struct_bases=[],
321
+ name_mapping={"s3_destination": "s3Destination"},
322
+ )
323
+ class DestinationConfigurationsProperty:
324
+ def __init__(
325
+ self,
326
+ *,
327
+ s3_destination: typing.Union[_IResolvable_da3f097b, typing.Union["CfnExport.S3DestinationProperty", typing.Dict[builtins.str, typing.Any]]],
328
+ ) -> None:
329
+ '''The destinations used for data exports.
330
+
331
+ :param s3_destination: An object that describes the destination of the data exports file.
332
+
333
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-destinationconfigurations.html
334
+ :exampleMetadata: fixture=_generated
335
+
336
+ Example::
337
+
338
+ # The code below shows an example of how to instantiate this type.
339
+ # The values are placeholders you should change.
340
+ from aws_cdk import aws_bcmdataexports as bcmdataexports
341
+
342
+ destination_configurations_property = bcmdataexports.CfnExport.DestinationConfigurationsProperty(
343
+ s3_destination=bcmdataexports.CfnExport.S3DestinationProperty(
344
+ s3_bucket="s3Bucket",
345
+ s3_output_configurations=bcmdataexports.CfnExport.S3OutputConfigurationsProperty(
346
+ compression="compression",
347
+ format="format",
348
+ output_type="outputType",
349
+ overwrite="overwrite"
350
+ ),
351
+ s3_prefix="s3Prefix",
352
+ s3_region="s3Region"
353
+ )
354
+ )
355
+ '''
356
+ if __debug__:
357
+ type_hints = typing.get_type_hints(_typecheckingstub__816060235493801ab48e2f3ab492e0786d6ff854a29cb93dcb295018d334cec5)
358
+ check_type(argname="argument s3_destination", value=s3_destination, expected_type=type_hints["s3_destination"])
359
+ self._values: typing.Dict[builtins.str, typing.Any] = {
360
+ "s3_destination": s3_destination,
361
+ }
362
+
363
+ @builtins.property
364
+ def s3_destination(
365
+ self,
366
+ ) -> typing.Union[_IResolvable_da3f097b, "CfnExport.S3DestinationProperty"]:
367
+ '''An object that describes the destination of the data exports file.
368
+
369
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-destinationconfigurations.html#cfn-bcmdataexports-export-destinationconfigurations-s3destination
370
+ '''
371
+ result = self._values.get("s3_destination")
372
+ assert result is not None, "Required property 's3_destination' is missing"
373
+ return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnExport.S3DestinationProperty"], result)
374
+
375
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
376
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
377
+
378
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
379
+ return not (rhs == self)
380
+
381
+ def __repr__(self) -> str:
382
+ return "DestinationConfigurationsProperty(%s)" % ", ".join(
383
+ k + "=" + repr(v) for k, v in self._values.items()
384
+ )
385
+
386
+ @jsii.data_type(
387
+ jsii_type="aws-cdk-lib.aws_bcmdataexports.CfnExport.ExportProperty",
388
+ jsii_struct_bases=[],
389
+ name_mapping={
390
+ "data_query": "dataQuery",
391
+ "destination_configurations": "destinationConfigurations",
392
+ "name": "name",
393
+ "refresh_cadence": "refreshCadence",
394
+ "description": "description",
395
+ "export_arn": "exportArn",
396
+ },
397
+ )
398
+ class ExportProperty:
399
+ def __init__(
400
+ self,
401
+ *,
402
+ data_query: typing.Union[_IResolvable_da3f097b, typing.Union["CfnExport.DataQueryProperty", typing.Dict[builtins.str, typing.Any]]],
403
+ destination_configurations: typing.Union[_IResolvable_da3f097b, typing.Union["CfnExport.DestinationConfigurationsProperty", typing.Dict[builtins.str, typing.Any]]],
404
+ name: builtins.str,
405
+ refresh_cadence: typing.Union[_IResolvable_da3f097b, typing.Union["CfnExport.RefreshCadenceProperty", typing.Dict[builtins.str, typing.Any]]],
406
+ description: typing.Optional[builtins.str] = None,
407
+ export_arn: typing.Optional[builtins.str] = None,
408
+ ) -> None:
409
+ '''The details that are available for an export.
410
+
411
+ :param data_query: The data query for this specific data export.
412
+ :param destination_configurations: The destination configuration for this specific data export.
413
+ :param name: The name of this specific data export.
414
+ :param refresh_cadence: The cadence for AWS to update the export in your S3 bucket.
415
+ :param description: The description for this specific data export.
416
+ :param export_arn: The Amazon Resource Name (ARN) for this export.
417
+
418
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-export.html
419
+ :exampleMetadata: fixture=_generated
420
+
421
+ Example::
422
+
423
+ # The code below shows an example of how to instantiate this type.
424
+ # The values are placeholders you should change.
425
+ from aws_cdk import aws_bcmdataexports as bcmdataexports
426
+
427
+ export_property = bcmdataexports.CfnExport.ExportProperty(
428
+ data_query=bcmdataexports.CfnExport.DataQueryProperty(
429
+ query_statement="queryStatement",
430
+
431
+ # the properties below are optional
432
+ table_configurations={
433
+ "table_configurations_key": {
434
+ "table_configurations_key": "tableConfigurations"
435
+ }
436
+ }
437
+ ),
438
+ destination_configurations=bcmdataexports.CfnExport.DestinationConfigurationsProperty(
439
+ s3_destination=bcmdataexports.CfnExport.S3DestinationProperty(
440
+ s3_bucket="s3Bucket",
441
+ s3_output_configurations=bcmdataexports.CfnExport.S3OutputConfigurationsProperty(
442
+ compression="compression",
443
+ format="format",
444
+ output_type="outputType",
445
+ overwrite="overwrite"
446
+ ),
447
+ s3_prefix="s3Prefix",
448
+ s3_region="s3Region"
449
+ )
450
+ ),
451
+ name="name",
452
+ refresh_cadence=bcmdataexports.CfnExport.RefreshCadenceProperty(
453
+ frequency="frequency"
454
+ ),
455
+
456
+ # the properties below are optional
457
+ description="description",
458
+ export_arn="exportArn"
459
+ )
460
+ '''
461
+ if __debug__:
462
+ type_hints = typing.get_type_hints(_typecheckingstub__5ed33f32923574fd9894f86effec26df25a5ff6f04eb0b09765445083fe0aeb8)
463
+ check_type(argname="argument data_query", value=data_query, expected_type=type_hints["data_query"])
464
+ check_type(argname="argument destination_configurations", value=destination_configurations, expected_type=type_hints["destination_configurations"])
465
+ check_type(argname="argument name", value=name, expected_type=type_hints["name"])
466
+ check_type(argname="argument refresh_cadence", value=refresh_cadence, expected_type=type_hints["refresh_cadence"])
467
+ check_type(argname="argument description", value=description, expected_type=type_hints["description"])
468
+ check_type(argname="argument export_arn", value=export_arn, expected_type=type_hints["export_arn"])
469
+ self._values: typing.Dict[builtins.str, typing.Any] = {
470
+ "data_query": data_query,
471
+ "destination_configurations": destination_configurations,
472
+ "name": name,
473
+ "refresh_cadence": refresh_cadence,
474
+ }
475
+ if description is not None:
476
+ self._values["description"] = description
477
+ if export_arn is not None:
478
+ self._values["export_arn"] = export_arn
479
+
480
+ @builtins.property
481
+ def data_query(
482
+ self,
483
+ ) -> typing.Union[_IResolvable_da3f097b, "CfnExport.DataQueryProperty"]:
484
+ '''The data query for this specific data export.
485
+
486
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-export.html#cfn-bcmdataexports-export-export-dataquery
487
+ '''
488
+ result = self._values.get("data_query")
489
+ assert result is not None, "Required property 'data_query' is missing"
490
+ return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnExport.DataQueryProperty"], result)
491
+
492
+ @builtins.property
493
+ def destination_configurations(
494
+ self,
495
+ ) -> typing.Union[_IResolvable_da3f097b, "CfnExport.DestinationConfigurationsProperty"]:
496
+ '''The destination configuration for this specific data export.
497
+
498
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-export.html#cfn-bcmdataexports-export-export-destinationconfigurations
499
+ '''
500
+ result = self._values.get("destination_configurations")
501
+ assert result is not None, "Required property 'destination_configurations' is missing"
502
+ return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnExport.DestinationConfigurationsProperty"], result)
503
+
504
+ @builtins.property
505
+ def name(self) -> builtins.str:
506
+ '''The name of this specific data export.
507
+
508
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-export.html#cfn-bcmdataexports-export-export-name
509
+ '''
510
+ result = self._values.get("name")
511
+ assert result is not None, "Required property 'name' is missing"
512
+ return typing.cast(builtins.str, result)
513
+
514
+ @builtins.property
515
+ def refresh_cadence(
516
+ self,
517
+ ) -> typing.Union[_IResolvable_da3f097b, "CfnExport.RefreshCadenceProperty"]:
518
+ '''The cadence for AWS to update the export in your S3 bucket.
519
+
520
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-export.html#cfn-bcmdataexports-export-export-refreshcadence
521
+ '''
522
+ result = self._values.get("refresh_cadence")
523
+ assert result is not None, "Required property 'refresh_cadence' is missing"
524
+ return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnExport.RefreshCadenceProperty"], result)
525
+
526
+ @builtins.property
527
+ def description(self) -> typing.Optional[builtins.str]:
528
+ '''The description for this specific data export.
529
+
530
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-export.html#cfn-bcmdataexports-export-export-description
531
+ '''
532
+ result = self._values.get("description")
533
+ return typing.cast(typing.Optional[builtins.str], result)
534
+
535
+ @builtins.property
536
+ def export_arn(self) -> typing.Optional[builtins.str]:
537
+ '''The Amazon Resource Name (ARN) for this export.
538
+
539
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-export.html#cfn-bcmdataexports-export-export-exportarn
540
+ '''
541
+ result = self._values.get("export_arn")
542
+ return typing.cast(typing.Optional[builtins.str], result)
543
+
544
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
545
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
546
+
547
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
548
+ return not (rhs == self)
549
+
550
+ def __repr__(self) -> str:
551
+ return "ExportProperty(%s)" % ", ".join(
552
+ k + "=" + repr(v) for k, v in self._values.items()
553
+ )
554
+
555
+ @jsii.data_type(
556
+ jsii_type="aws-cdk-lib.aws_bcmdataexports.CfnExport.RefreshCadenceProperty",
557
+ jsii_struct_bases=[],
558
+ name_mapping={"frequency": "frequency"},
559
+ )
560
+ class RefreshCadenceProperty:
561
+ def __init__(self, *, frequency: builtins.str) -> None:
562
+ '''The cadence for AWS to update the data export in your S3 bucket.
563
+
564
+ :param frequency: The frequency that data exports are updated. The export refreshes each time the source data updates, up to three times daily.
565
+
566
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-refreshcadence.html
567
+ :exampleMetadata: fixture=_generated
568
+
569
+ Example::
570
+
571
+ # The code below shows an example of how to instantiate this type.
572
+ # The values are placeholders you should change.
573
+ from aws_cdk import aws_bcmdataexports as bcmdataexports
574
+
575
+ refresh_cadence_property = bcmdataexports.CfnExport.RefreshCadenceProperty(
576
+ frequency="frequency"
577
+ )
578
+ '''
579
+ if __debug__:
580
+ type_hints = typing.get_type_hints(_typecheckingstub__51077f124ab3cd094da6dc910a65ab487514933f628cb750035c7e99cb5124a5)
581
+ check_type(argname="argument frequency", value=frequency, expected_type=type_hints["frequency"])
582
+ self._values: typing.Dict[builtins.str, typing.Any] = {
583
+ "frequency": frequency,
584
+ }
585
+
586
+ @builtins.property
587
+ def frequency(self) -> builtins.str:
588
+ '''The frequency that data exports are updated.
589
+
590
+ The export refreshes each time the source data updates, up to three times daily.
591
+
592
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-refreshcadence.html#cfn-bcmdataexports-export-refreshcadence-frequency
593
+ '''
594
+ result = self._values.get("frequency")
595
+ assert result is not None, "Required property 'frequency' is missing"
596
+ return typing.cast(builtins.str, result)
597
+
598
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
599
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
600
+
601
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
602
+ return not (rhs == self)
603
+
604
+ def __repr__(self) -> str:
605
+ return "RefreshCadenceProperty(%s)" % ", ".join(
606
+ k + "=" + repr(v) for k, v in self._values.items()
607
+ )
608
+
609
+ @jsii.data_type(
610
+ jsii_type="aws-cdk-lib.aws_bcmdataexports.CfnExport.ResourceTagProperty",
611
+ jsii_struct_bases=[],
612
+ name_mapping={"key": "key", "value": "value"},
613
+ )
614
+ class ResourceTagProperty:
615
+ def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
616
+ '''The tag structure that contains a tag key and value.
617
+
618
+ :param key: The key that's associated with the tag.
619
+ :param value: The value that's associated with the tag.
620
+
621
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-resourcetag.html
622
+ :exampleMetadata: fixture=_generated
623
+
624
+ Example::
625
+
626
+ # The code below shows an example of how to instantiate this type.
627
+ # The values are placeholders you should change.
628
+ from aws_cdk import aws_bcmdataexports as bcmdataexports
629
+
630
+ resource_tag_property = bcmdataexports.CfnExport.ResourceTagProperty(
631
+ key="key",
632
+ value="value"
633
+ )
634
+ '''
635
+ if __debug__:
636
+ type_hints = typing.get_type_hints(_typecheckingstub__a77a31fde973f8e19f271b0c7493a0a5358853ae60f917aa6cc52d91aef79534)
637
+ check_type(argname="argument key", value=key, expected_type=type_hints["key"])
638
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
639
+ self._values: typing.Dict[builtins.str, typing.Any] = {
640
+ "key": key,
641
+ "value": value,
642
+ }
643
+
644
+ @builtins.property
645
+ def key(self) -> builtins.str:
646
+ '''The key that's associated with the tag.
647
+
648
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-resourcetag.html#cfn-bcmdataexports-export-resourcetag-key
649
+ '''
650
+ result = self._values.get("key")
651
+ assert result is not None, "Required property 'key' is missing"
652
+ return typing.cast(builtins.str, result)
653
+
654
+ @builtins.property
655
+ def value(self) -> builtins.str:
656
+ '''The value that's associated with the tag.
657
+
658
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-resourcetag.html#cfn-bcmdataexports-export-resourcetag-value
659
+ '''
660
+ result = self._values.get("value")
661
+ assert result is not None, "Required property 'value' is missing"
662
+ return typing.cast(builtins.str, result)
663
+
664
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
665
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
666
+
667
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
668
+ return not (rhs == self)
669
+
670
+ def __repr__(self) -> str:
671
+ return "ResourceTagProperty(%s)" % ", ".join(
672
+ k + "=" + repr(v) for k, v in self._values.items()
673
+ )
674
+
675
+ @jsii.data_type(
676
+ jsii_type="aws-cdk-lib.aws_bcmdataexports.CfnExport.S3DestinationProperty",
677
+ jsii_struct_bases=[],
678
+ name_mapping={
679
+ "s3_bucket": "s3Bucket",
680
+ "s3_output_configurations": "s3OutputConfigurations",
681
+ "s3_prefix": "s3Prefix",
682
+ "s3_region": "s3Region",
683
+ },
684
+ )
685
+ class S3DestinationProperty:
686
+ def __init__(
687
+ self,
688
+ *,
689
+ s3_bucket: builtins.str,
690
+ s3_output_configurations: typing.Union[_IResolvable_da3f097b, typing.Union["CfnExport.S3OutputConfigurationsProperty", typing.Dict[builtins.str, typing.Any]]],
691
+ s3_prefix: builtins.str,
692
+ s3_region: builtins.str,
693
+ ) -> None:
694
+ '''Describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a data exports file.
695
+
696
+ :param s3_bucket: The name of the Amazon S3 bucket used as the destination of a data export file.
697
+ :param s3_output_configurations: The output configuration for the data export.
698
+ :param s3_prefix: The S3 path prefix you want prepended to the name of your data export.
699
+ :param s3_region: The S3 bucket Region.
700
+
701
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-s3destination.html
702
+ :exampleMetadata: fixture=_generated
703
+
704
+ Example::
705
+
706
+ # The code below shows an example of how to instantiate this type.
707
+ # The values are placeholders you should change.
708
+ from aws_cdk import aws_bcmdataexports as bcmdataexports
709
+
710
+ s3_destination_property = bcmdataexports.CfnExport.S3DestinationProperty(
711
+ s3_bucket="s3Bucket",
712
+ s3_output_configurations=bcmdataexports.CfnExport.S3OutputConfigurationsProperty(
713
+ compression="compression",
714
+ format="format",
715
+ output_type="outputType",
716
+ overwrite="overwrite"
717
+ ),
718
+ s3_prefix="s3Prefix",
719
+ s3_region="s3Region"
720
+ )
721
+ '''
722
+ if __debug__:
723
+ type_hints = typing.get_type_hints(_typecheckingstub__f0e9ff7de57059ed083f4105af6db04a1e6eed259177bb46ecb6f3d066089e70)
724
+ check_type(argname="argument s3_bucket", value=s3_bucket, expected_type=type_hints["s3_bucket"])
725
+ check_type(argname="argument s3_output_configurations", value=s3_output_configurations, expected_type=type_hints["s3_output_configurations"])
726
+ check_type(argname="argument s3_prefix", value=s3_prefix, expected_type=type_hints["s3_prefix"])
727
+ check_type(argname="argument s3_region", value=s3_region, expected_type=type_hints["s3_region"])
728
+ self._values: typing.Dict[builtins.str, typing.Any] = {
729
+ "s3_bucket": s3_bucket,
730
+ "s3_output_configurations": s3_output_configurations,
731
+ "s3_prefix": s3_prefix,
732
+ "s3_region": s3_region,
733
+ }
734
+
735
+ @builtins.property
736
+ def s3_bucket(self) -> builtins.str:
737
+ '''The name of the Amazon S3 bucket used as the destination of a data export file.
738
+
739
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-s3destination.html#cfn-bcmdataexports-export-s3destination-s3bucket
740
+ '''
741
+ result = self._values.get("s3_bucket")
742
+ assert result is not None, "Required property 's3_bucket' is missing"
743
+ return typing.cast(builtins.str, result)
744
+
745
+ @builtins.property
746
+ def s3_output_configurations(
747
+ self,
748
+ ) -> typing.Union[_IResolvable_da3f097b, "CfnExport.S3OutputConfigurationsProperty"]:
749
+ '''The output configuration for the data export.
750
+
751
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-s3destination.html#cfn-bcmdataexports-export-s3destination-s3outputconfigurations
752
+ '''
753
+ result = self._values.get("s3_output_configurations")
754
+ assert result is not None, "Required property 's3_output_configurations' is missing"
755
+ return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnExport.S3OutputConfigurationsProperty"], result)
756
+
757
+ @builtins.property
758
+ def s3_prefix(self) -> builtins.str:
759
+ '''The S3 path prefix you want prepended to the name of your data export.
760
+
761
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-s3destination.html#cfn-bcmdataexports-export-s3destination-s3prefix
762
+ '''
763
+ result = self._values.get("s3_prefix")
764
+ assert result is not None, "Required property 's3_prefix' is missing"
765
+ return typing.cast(builtins.str, result)
766
+
767
+ @builtins.property
768
+ def s3_region(self) -> builtins.str:
769
+ '''The S3 bucket Region.
770
+
771
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-s3destination.html#cfn-bcmdataexports-export-s3destination-s3region
772
+ '''
773
+ result = self._values.get("s3_region")
774
+ assert result is not None, "Required property 's3_region' is missing"
775
+ return typing.cast(builtins.str, result)
776
+
777
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
778
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
779
+
780
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
781
+ return not (rhs == self)
782
+
783
+ def __repr__(self) -> str:
784
+ return "S3DestinationProperty(%s)" % ", ".join(
785
+ k + "=" + repr(v) for k, v in self._values.items()
786
+ )
787
+
788
+ @jsii.data_type(
789
+ jsii_type="aws-cdk-lib.aws_bcmdataexports.CfnExport.S3OutputConfigurationsProperty",
790
+ jsii_struct_bases=[],
791
+ name_mapping={
792
+ "compression": "compression",
793
+ "format": "format",
794
+ "output_type": "outputType",
795
+ "overwrite": "overwrite",
796
+ },
797
+ )
798
+ class S3OutputConfigurationsProperty:
799
+ def __init__(
800
+ self,
801
+ *,
802
+ compression: builtins.str,
803
+ format: builtins.str,
804
+ output_type: builtins.str,
805
+ overwrite: builtins.str,
806
+ ) -> None:
807
+ '''The compression type, file format, and overwrite preference for the data export.
808
+
809
+ :param compression: The compression type for the data export.
810
+ :param format: The file format for the data export.
811
+ :param output_type: The output type for the data export.
812
+ :param overwrite: The rule to follow when generating a version of the data export file. You have the choice to overwrite the previous version or to be delivered in addition to the previous versions. Overwriting exports can save on Amazon S3 storage costs. Creating new export versions allows you to track the changes in cost and usage data over time.
813
+
814
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-s3outputconfigurations.html
815
+ :exampleMetadata: fixture=_generated
816
+
817
+ Example::
818
+
819
+ # The code below shows an example of how to instantiate this type.
820
+ # The values are placeholders you should change.
821
+ from aws_cdk import aws_bcmdataexports as bcmdataexports
822
+
823
+ s3_output_configurations_property = bcmdataexports.CfnExport.S3OutputConfigurationsProperty(
824
+ compression="compression",
825
+ format="format",
826
+ output_type="outputType",
827
+ overwrite="overwrite"
828
+ )
829
+ '''
830
+ if __debug__:
831
+ type_hints = typing.get_type_hints(_typecheckingstub__921d4e97c7f0398e33206f9dc2808c5bbe6f9ab0df93b16ab6e4b33159e538e0)
832
+ check_type(argname="argument compression", value=compression, expected_type=type_hints["compression"])
833
+ check_type(argname="argument format", value=format, expected_type=type_hints["format"])
834
+ check_type(argname="argument output_type", value=output_type, expected_type=type_hints["output_type"])
835
+ check_type(argname="argument overwrite", value=overwrite, expected_type=type_hints["overwrite"])
836
+ self._values: typing.Dict[builtins.str, typing.Any] = {
837
+ "compression": compression,
838
+ "format": format,
839
+ "output_type": output_type,
840
+ "overwrite": overwrite,
841
+ }
842
+
843
+ @builtins.property
844
+ def compression(self) -> builtins.str:
845
+ '''The compression type for the data export.
846
+
847
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-s3outputconfigurations.html#cfn-bcmdataexports-export-s3outputconfigurations-compression
848
+ '''
849
+ result = self._values.get("compression")
850
+ assert result is not None, "Required property 'compression' is missing"
851
+ return typing.cast(builtins.str, result)
852
+
853
+ @builtins.property
854
+ def format(self) -> builtins.str:
855
+ '''The file format for the data export.
856
+
857
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-s3outputconfigurations.html#cfn-bcmdataexports-export-s3outputconfigurations-format
858
+ '''
859
+ result = self._values.get("format")
860
+ assert result is not None, "Required property 'format' is missing"
861
+ return typing.cast(builtins.str, result)
862
+
863
+ @builtins.property
864
+ def output_type(self) -> builtins.str:
865
+ '''The output type for the data export.
866
+
867
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-s3outputconfigurations.html#cfn-bcmdataexports-export-s3outputconfigurations-outputtype
868
+ '''
869
+ result = self._values.get("output_type")
870
+ assert result is not None, "Required property 'output_type' is missing"
871
+ return typing.cast(builtins.str, result)
872
+
873
+ @builtins.property
874
+ def overwrite(self) -> builtins.str:
875
+ '''The rule to follow when generating a version of the data export file.
876
+
877
+ You have the choice to overwrite the previous version or to be delivered in addition to the previous versions. Overwriting exports can save on Amazon S3 storage costs. Creating new export versions allows you to track the changes in cost and usage data over time.
878
+
879
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-s3outputconfigurations.html#cfn-bcmdataexports-export-s3outputconfigurations-overwrite
880
+ '''
881
+ result = self._values.get("overwrite")
882
+ assert result is not None, "Required property 'overwrite' is missing"
883
+ return typing.cast(builtins.str, result)
884
+
885
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
886
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
887
+
888
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
889
+ return not (rhs == self)
890
+
891
+ def __repr__(self) -> str:
892
+ return "S3OutputConfigurationsProperty(%s)" % ", ".join(
893
+ k + "=" + repr(v) for k, v in self._values.items()
894
+ )
895
+
896
+
897
+ @jsii.data_type(
898
+ jsii_type="aws-cdk-lib.aws_bcmdataexports.CfnExportProps",
899
+ jsii_struct_bases=[],
900
+ name_mapping={"export": "export", "tags": "tags"},
901
+ )
902
+ class CfnExportProps:
903
+ def __init__(
904
+ self,
905
+ *,
906
+ export: typing.Union[_IResolvable_da3f097b, typing.Union[CfnExport.ExportProperty, typing.Dict[builtins.str, typing.Any]]],
907
+ tags: typing.Optional[typing.Sequence[typing.Union[CfnExport.ResourceTagProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
908
+ ) -> None:
909
+ '''Properties for defining a ``CfnExport``.
910
+
911
+ :param export: The details that are available for an export.
912
+ :param tags:
913
+
914
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bcmdataexports-export.html
915
+ :exampleMetadata: fixture=_generated
916
+
917
+ Example::
918
+
919
+ # The code below shows an example of how to instantiate this type.
920
+ # The values are placeholders you should change.
921
+ from aws_cdk import aws_bcmdataexports as bcmdataexports
922
+
923
+ cfn_export_props = bcmdataexports.CfnExportProps(
924
+ export=bcmdataexports.CfnExport.ExportProperty(
925
+ data_query=bcmdataexports.CfnExport.DataQueryProperty(
926
+ query_statement="queryStatement",
927
+
928
+ # the properties below are optional
929
+ table_configurations={
930
+ "table_configurations_key": {
931
+ "table_configurations_key": "tableConfigurations"
932
+ }
933
+ }
934
+ ),
935
+ destination_configurations=bcmdataexports.CfnExport.DestinationConfigurationsProperty(
936
+ s3_destination=bcmdataexports.CfnExport.S3DestinationProperty(
937
+ s3_bucket="s3Bucket",
938
+ s3_output_configurations=bcmdataexports.CfnExport.S3OutputConfigurationsProperty(
939
+ compression="compression",
940
+ format="format",
941
+ output_type="outputType",
942
+ overwrite="overwrite"
943
+ ),
944
+ s3_prefix="s3Prefix",
945
+ s3_region="s3Region"
946
+ )
947
+ ),
948
+ name="name",
949
+ refresh_cadence=bcmdataexports.CfnExport.RefreshCadenceProperty(
950
+ frequency="frequency"
951
+ ),
952
+
953
+ # the properties below are optional
954
+ description="description",
955
+ export_arn="exportArn"
956
+ ),
957
+
958
+ # the properties below are optional
959
+ tags=[bcmdataexports.CfnExport.ResourceTagProperty(
960
+ key="key",
961
+ value="value"
962
+ )]
963
+ )
964
+ '''
965
+ if __debug__:
966
+ type_hints = typing.get_type_hints(_typecheckingstub__0f07a9b27578e3470b9f0c00c3d616068c70c252cc5f2b23f3ae0e27d9b81b31)
967
+ check_type(argname="argument export", value=export, expected_type=type_hints["export"])
968
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
969
+ self._values: typing.Dict[builtins.str, typing.Any] = {
970
+ "export": export,
971
+ }
972
+ if tags is not None:
973
+ self._values["tags"] = tags
974
+
975
+ @builtins.property
976
+ def export(self) -> typing.Union[_IResolvable_da3f097b, CfnExport.ExportProperty]:
977
+ '''The details that are available for an export.
978
+
979
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bcmdataexports-export.html#cfn-bcmdataexports-export-export
980
+ '''
981
+ result = self._values.get("export")
982
+ assert result is not None, "Required property 'export' is missing"
983
+ return typing.cast(typing.Union[_IResolvable_da3f097b, CfnExport.ExportProperty], result)
984
+
985
+ @builtins.property
986
+ def tags(self) -> typing.Optional[typing.List[CfnExport.ResourceTagProperty]]:
987
+ '''
988
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bcmdataexports-export.html#cfn-bcmdataexports-export-tags
989
+ '''
990
+ result = self._values.get("tags")
991
+ return typing.cast(typing.Optional[typing.List[CfnExport.ResourceTagProperty]], result)
992
+
993
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
994
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
995
+
996
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
997
+ return not (rhs == self)
998
+
999
+ def __repr__(self) -> str:
1000
+ return "CfnExportProps(%s)" % ", ".join(
1001
+ k + "=" + repr(v) for k, v in self._values.items()
1002
+ )
1003
+
1004
+
1005
+ __all__ = [
1006
+ "CfnExport",
1007
+ "CfnExportProps",
1008
+ ]
1009
+
1010
+ publication.publish()
1011
+
1012
+ def _typecheckingstub__b2bcca1af59fac907ca8714563d055c566e701daae8450fde60df7c0e3d3db64(
1013
+ scope: _constructs_77d1e7e8.Construct,
1014
+ id: builtins.str,
1015
+ *,
1016
+ export: typing.Union[_IResolvable_da3f097b, typing.Union[CfnExport.ExportProperty, typing.Dict[builtins.str, typing.Any]]],
1017
+ tags: typing.Optional[typing.Sequence[typing.Union[CfnExport.ResourceTagProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
1018
+ ) -> None:
1019
+ """Type checking stubs"""
1020
+ pass
1021
+
1022
+ def _typecheckingstub__1dac39dc3be3191a8c16e738400531fa018e236e77c82fbfaa9dc5f869f22217(
1023
+ inspector: _TreeInspector_488e0dd5,
1024
+ ) -> None:
1025
+ """Type checking stubs"""
1026
+ pass
1027
+
1028
+ def _typecheckingstub__eb93537976d222e41558fc4b0c82267089734f222dad1d93d6bf9ac01baf7235(
1029
+ props: typing.Mapping[builtins.str, typing.Any],
1030
+ ) -> None:
1031
+ """Type checking stubs"""
1032
+ pass
1033
+
1034
+ def _typecheckingstub__c8ce26f4856f4fbb56e9f2fa30a5520af71bb0fab07aab599f3d350bcd7af208(
1035
+ value: typing.Union[_IResolvable_da3f097b, CfnExport.ExportProperty],
1036
+ ) -> None:
1037
+ """Type checking stubs"""
1038
+ pass
1039
+
1040
+ def _typecheckingstub__1ad623342e4c1e6ad8d0a1e800f480ca841fcc2866deb4be0a499fc18bffc658(
1041
+ value: typing.Optional[typing.List[CfnExport.ResourceTagProperty]],
1042
+ ) -> None:
1043
+ """Type checking stubs"""
1044
+ pass
1045
+
1046
+ def _typecheckingstub__e1a095753612659582b4b6117f8c7de657221f82c66d4926cce19af238d91343(
1047
+ *,
1048
+ query_statement: builtins.str,
1049
+ table_configurations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]]]] = None,
1050
+ ) -> None:
1051
+ """Type checking stubs"""
1052
+ pass
1053
+
1054
+ def _typecheckingstub__816060235493801ab48e2f3ab492e0786d6ff854a29cb93dcb295018d334cec5(
1055
+ *,
1056
+ s3_destination: typing.Union[_IResolvable_da3f097b, typing.Union[CfnExport.S3DestinationProperty, typing.Dict[builtins.str, typing.Any]]],
1057
+ ) -> None:
1058
+ """Type checking stubs"""
1059
+ pass
1060
+
1061
+ def _typecheckingstub__5ed33f32923574fd9894f86effec26df25a5ff6f04eb0b09765445083fe0aeb8(
1062
+ *,
1063
+ data_query: typing.Union[_IResolvable_da3f097b, typing.Union[CfnExport.DataQueryProperty, typing.Dict[builtins.str, typing.Any]]],
1064
+ destination_configurations: typing.Union[_IResolvable_da3f097b, typing.Union[CfnExport.DestinationConfigurationsProperty, typing.Dict[builtins.str, typing.Any]]],
1065
+ name: builtins.str,
1066
+ refresh_cadence: typing.Union[_IResolvable_da3f097b, typing.Union[CfnExport.RefreshCadenceProperty, typing.Dict[builtins.str, typing.Any]]],
1067
+ description: typing.Optional[builtins.str] = None,
1068
+ export_arn: typing.Optional[builtins.str] = None,
1069
+ ) -> None:
1070
+ """Type checking stubs"""
1071
+ pass
1072
+
1073
+ def _typecheckingstub__51077f124ab3cd094da6dc910a65ab487514933f628cb750035c7e99cb5124a5(
1074
+ *,
1075
+ frequency: builtins.str,
1076
+ ) -> None:
1077
+ """Type checking stubs"""
1078
+ pass
1079
+
1080
+ def _typecheckingstub__a77a31fde973f8e19f271b0c7493a0a5358853ae60f917aa6cc52d91aef79534(
1081
+ *,
1082
+ key: builtins.str,
1083
+ value: builtins.str,
1084
+ ) -> None:
1085
+ """Type checking stubs"""
1086
+ pass
1087
+
1088
+ def _typecheckingstub__f0e9ff7de57059ed083f4105af6db04a1e6eed259177bb46ecb6f3d066089e70(
1089
+ *,
1090
+ s3_bucket: builtins.str,
1091
+ s3_output_configurations: typing.Union[_IResolvable_da3f097b, typing.Union[CfnExport.S3OutputConfigurationsProperty, typing.Dict[builtins.str, typing.Any]]],
1092
+ s3_prefix: builtins.str,
1093
+ s3_region: builtins.str,
1094
+ ) -> None:
1095
+ """Type checking stubs"""
1096
+ pass
1097
+
1098
+ def _typecheckingstub__921d4e97c7f0398e33206f9dc2808c5bbe6f9ab0df93b16ab6e4b33159e538e0(
1099
+ *,
1100
+ compression: builtins.str,
1101
+ format: builtins.str,
1102
+ output_type: builtins.str,
1103
+ overwrite: builtins.str,
1104
+ ) -> None:
1105
+ """Type checking stubs"""
1106
+ pass
1107
+
1108
+ def _typecheckingstub__0f07a9b27578e3470b9f0c00c3d616068c70c252cc5f2b23f3ae0e27d9b81b31(
1109
+ *,
1110
+ export: typing.Union[_IResolvable_da3f097b, typing.Union[CfnExport.ExportProperty, typing.Dict[builtins.str, typing.Any]]],
1111
+ tags: typing.Optional[typing.Sequence[typing.Union[CfnExport.ResourceTagProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
1112
+ ) -> None:
1113
+ """Type checking stubs"""
1114
+ pass