aws-cdk-lib 2.213.0__py3-none-any.whl → 2.214.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.
- aws_cdk/__init__.py +23 -3
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.213.0.jsii.tgz → aws-cdk-lib@2.214.0.jsii.tgz} +0 -0
- aws_cdk/aws_appconfig/__init__.py +18 -6
- aws_cdk/aws_appintegrations/__init__.py +4 -4
- aws_cdk/aws_apprunner/__init__.py +5 -8
- aws_cdk/aws_aps/__init__.py +243 -10
- aws_cdk/aws_b2bi/__init__.py +1015 -128
- aws_cdk/aws_batch/__init__.py +33 -11
- aws_cdk/aws_bedrock/__init__.py +22 -216
- aws_cdk/aws_budgets/__init__.py +18 -0
- aws_cdk/aws_certificatemanager/__init__.py +96 -15
- aws_cdk/aws_cloudformation/__init__.py +3 -3
- aws_cdk/aws_cloudwatch/__init__.py +80 -49
- aws_cdk/aws_cognito/__init__.py +76 -5
- aws_cdk/aws_connect/__init__.py +188 -2
- aws_cdk/aws_datazone/__init__.py +2267 -0
- aws_cdk/aws_deadline/__init__.py +6 -5
- aws_cdk/aws_dynamodb/__init__.py +27 -16
- aws_cdk/aws_ec2/__init__.py +51 -10
- aws_cdk/aws_ecs/__init__.py +288 -25
- aws_cdk/aws_ecs_patterns/__init__.py +2 -0
- aws_cdk/aws_eks/__init__.py +124 -0
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +6 -2
- aws_cdk/aws_entityresolution/__init__.py +107 -0
- aws_cdk/aws_events/__init__.py +153 -55
- aws_cdk/aws_events_targets/__init__.py +87 -36
- aws_cdk/aws_fsx/__init__.py +62 -0
- aws_cdk/aws_gameliftstreams/__init__.py +1 -1
- aws_cdk/aws_glue/__init__.py +205 -23
- aws_cdk/aws_guardduty/__init__.py +205 -100
- aws_cdk/aws_iam/__init__.py +24 -21
- aws_cdk/aws_inspectorv2/__init__.py +125 -80
- aws_cdk/aws_iot/__init__.py +37 -19
- aws_cdk/aws_iotsitewise/__init__.py +111 -75
- aws_cdk/aws_ivs/__init__.py +17 -17
- aws_cdk/aws_kinesisanalytics/__init__.py +122 -3
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +122 -3
- aws_cdk/aws_lambda/__init__.py +23 -2
- aws_cdk/aws_logs/__init__.py +20 -15
- aws_cdk/aws_mediapackagev2/__init__.py +2 -2
- aws_cdk/aws_networkfirewall/__init__.py +6 -6
- aws_cdk/aws_omics/__init__.py +477 -2
- aws_cdk/aws_qbusiness/__init__.py +4 -2
- aws_cdk/aws_rds/__init__.py +132 -4
- aws_cdk/aws_route53/__init__.py +18 -11
- aws_cdk/aws_s3/__init__.py +4 -4
- aws_cdk/aws_s3_deployment/__init__.py +45 -0
- aws_cdk/aws_sagemaker/__init__.py +653 -0
- aws_cdk/aws_servicediscovery/__init__.py +22 -37
- aws_cdk/aws_sns/__init__.py +12 -2
- aws_cdk/aws_sns_subscriptions/__init__.py +3 -1
- aws_cdk/aws_sqs/__init__.py +5 -5
- aws_cdk/aws_ssm/__init__.py +8 -3
- aws_cdk/aws_ssmquicksetup/__init__.py +2 -2
- aws_cdk/aws_synthetics/__init__.py +222 -12
- aws_cdk/aws_transfer/__init__.py +15 -2
- aws_cdk/aws_vpclattice/__init__.py +41 -0
- aws_cdk/aws_workspacesweb/__init__.py +71 -41
- {aws_cdk_lib-2.213.0.dist-info → aws_cdk_lib-2.214.0.dist-info}/METADATA +2 -2
- {aws_cdk_lib-2.213.0.dist-info → aws_cdk_lib-2.214.0.dist-info}/RECORD +65 -65
- {aws_cdk_lib-2.213.0.dist-info → aws_cdk_lib-2.214.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.213.0.dist-info → aws_cdk_lib-2.214.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.213.0.dist-info → aws_cdk_lib-2.214.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.213.0.dist-info → aws_cdk_lib-2.214.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_ivs/__init__.py
CHANGED
|
@@ -3133,7 +3133,7 @@ class CfnStage(
|
|
|
3133
3133
|
'''
|
|
3134
3134
|
:param scope: Scope in which this resource is defined.
|
|
3135
3135
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
3136
|
-
:param auto_participant_recording_configuration: Configuration object for individual participant recording
|
|
3136
|
+
:param auto_participant_recording_configuration: Configuration object for individual participant recording.
|
|
3137
3137
|
:param name: Stage name.
|
|
3138
3138
|
:param tags: An array of key-value pairs to apply to this resource. For more information, see `Tag <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-tag.html>`_ .
|
|
3139
3139
|
'''
|
|
@@ -3217,7 +3217,7 @@ class CfnStage(
|
|
|
3217
3217
|
def auto_participant_recording_configuration(
|
|
3218
3218
|
self,
|
|
3219
3219
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnStage.AutoParticipantRecordingConfigurationProperty"]]:
|
|
3220
|
-
'''Configuration object for individual participant recording
|
|
3220
|
+
'''Configuration object for individual participant recording.'''
|
|
3221
3221
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnStage.AutoParticipantRecordingConfigurationProperty"]], jsii.get(self, "autoParticipantRecordingConfiguration"))
|
|
3222
3222
|
|
|
3223
3223
|
@auto_participant_recording_configuration.setter
|
|
@@ -3415,9 +3415,9 @@ class CfnStage(
|
|
|
3415
3415
|
*,
|
|
3416
3416
|
participant_recording_hls_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnStage.ParticipantRecordingHlsConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3417
3417
|
) -> None:
|
|
3418
|
-
'''HLS configuration
|
|
3418
|
+
'''Object specifying an HLS configuration for individual participant recording.
|
|
3419
3419
|
|
|
3420
|
-
:param participant_recording_hls_configuration:
|
|
3420
|
+
:param participant_recording_hls_configuration: Object specifying a configuration of participant HLS recordings for individual participant recording.
|
|
3421
3421
|
|
|
3422
3422
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-hlsconfiguration.html
|
|
3423
3423
|
:exampleMetadata: fixture=_generated
|
|
@@ -3445,7 +3445,7 @@ class CfnStage(
|
|
|
3445
3445
|
def participant_recording_hls_configuration(
|
|
3446
3446
|
self,
|
|
3447
3447
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnStage.ParticipantRecordingHlsConfigurationProperty"]]:
|
|
3448
|
-
'''
|
|
3448
|
+
'''Object specifying a configuration of participant HLS recordings for individual participant recording.
|
|
3449
3449
|
|
|
3450
3450
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-hlsconfiguration.html#cfn-ivs-stage-hlsconfiguration-participantrecordinghlsconfiguration
|
|
3451
3451
|
'''
|
|
@@ -3476,7 +3476,7 @@ class CfnStage(
|
|
|
3476
3476
|
*,
|
|
3477
3477
|
target_segment_duration_seconds: typing.Optional[jsii.Number] = None,
|
|
3478
3478
|
) -> None:
|
|
3479
|
-
'''
|
|
3479
|
+
'''Object specifying a configuration of participant HLS recordings for individual participant recording.
|
|
3480
3480
|
|
|
3481
3481
|
:param target_segment_duration_seconds: Defines the target duration for recorded segments generated when recording a stage participant. Segments may have durations longer than the specified value when needed to ensure each segment begins with a keyframe. Default: 6. Default: - 6
|
|
3482
3482
|
|
|
@@ -3541,11 +3541,11 @@ class CfnStage(
|
|
|
3541
3541
|
storage: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
3542
3542
|
target_interval_seconds: typing.Optional[jsii.Number] = None,
|
|
3543
3543
|
) -> None:
|
|
3544
|
-
'''
|
|
3544
|
+
'''Object specifying a configuration of thumbnails for recorded video from an individual participant.
|
|
3545
3545
|
|
|
3546
|
-
:param recording_mode: Thumbnail recording mode. Default: DISABLED. Default: - "INTERVAL"
|
|
3547
|
-
:param storage: Indicates the format in which thumbnails are recorded. SEQUENTIAL records all generated thumbnails in a serial manner, to the media/thumbnails/high directory. LATEST saves the latest thumbnail in media/latest_thumbnail/high/thumb.jpg and overwrites it at the interval specified by targetIntervalSeconds. You can enable both SEQUENTIAL and LATEST. Default: SEQUENTIAL.
|
|
3548
|
-
:param target_interval_seconds: The targeted thumbnail-generation interval in seconds. This is configurable only if recordingMode is INTERVAL. Default: 60. Default: - 60
|
|
3546
|
+
:param recording_mode: Thumbnail recording mode. Default: ``DISABLED`` . Default: - "INTERVAL"
|
|
3547
|
+
:param storage: Indicates the format in which thumbnails are recorded. ``SEQUENTIAL`` records all generated thumbnails in a serial manner, to the media/thumbnails/high directory. ``LATEST`` saves the latest thumbnail in media/latest_thumbnail/high/thumb.jpg and overwrites it at the interval specified by ``targetIntervalSeconds`` . You can enable both ``SEQUENTIAL`` and ``LATEST`` . Default: ``SEQUENTIAL`` .
|
|
3548
|
+
:param target_interval_seconds: The targeted thumbnail-generation interval in seconds. This is configurable only if ``recordingMode`` is ``INTERVAL`` . Default: 60. Default: - 60
|
|
3549
3549
|
|
|
3550
3550
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-participantthumbnailconfiguration.html
|
|
3551
3551
|
:exampleMetadata: fixture=_generated
|
|
@@ -3579,7 +3579,7 @@ class CfnStage(
|
|
|
3579
3579
|
def recording_mode(self) -> typing.Optional[builtins.str]:
|
|
3580
3580
|
'''Thumbnail recording mode.
|
|
3581
3581
|
|
|
3582
|
-
Default: DISABLED.
|
|
3582
|
+
Default: ``DISABLED`` .
|
|
3583
3583
|
|
|
3584
3584
|
:default: - "INTERVAL"
|
|
3585
3585
|
|
|
@@ -3592,7 +3592,7 @@ class CfnStage(
|
|
|
3592
3592
|
def storage(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
3593
3593
|
'''Indicates the format in which thumbnails are recorded.
|
|
3594
3594
|
|
|
3595
|
-
SEQUENTIAL records all generated thumbnails in a serial manner, to the media/thumbnails/high directory. LATEST saves the latest thumbnail in media/latest_thumbnail/high/thumb.jpg and overwrites it at the interval specified by targetIntervalSeconds. You can enable both SEQUENTIAL and LATEST. Default: SEQUENTIAL.
|
|
3595
|
+
``SEQUENTIAL`` records all generated thumbnails in a serial manner, to the media/thumbnails/high directory. ``LATEST`` saves the latest thumbnail in media/latest_thumbnail/high/thumb.jpg and overwrites it at the interval specified by ``targetIntervalSeconds`` . You can enable both ``SEQUENTIAL`` and ``LATEST`` . Default: ``SEQUENTIAL`` .
|
|
3596
3596
|
|
|
3597
3597
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-participantthumbnailconfiguration.html#cfn-ivs-stage-participantthumbnailconfiguration-storage
|
|
3598
3598
|
'''
|
|
@@ -3603,7 +3603,7 @@ class CfnStage(
|
|
|
3603
3603
|
def target_interval_seconds(self) -> typing.Optional[jsii.Number]:
|
|
3604
3604
|
'''The targeted thumbnail-generation interval in seconds.
|
|
3605
3605
|
|
|
3606
|
-
This is configurable only if recordingMode is INTERVAL. Default: 60.
|
|
3606
|
+
This is configurable only if ``recordingMode`` is ``INTERVAL`` . Default: 60.
|
|
3607
3607
|
|
|
3608
3608
|
:default: - 60
|
|
3609
3609
|
|
|
@@ -3638,7 +3638,7 @@ class CfnStage(
|
|
|
3638
3638
|
) -> None:
|
|
3639
3639
|
'''An object representing a configuration of thumbnails for recorded video.
|
|
3640
3640
|
|
|
3641
|
-
:param participant_thumbnail_configuration:
|
|
3641
|
+
:param participant_thumbnail_configuration: Object specifying a configuration of thumbnails for recorded video from an individual participant.
|
|
3642
3642
|
|
|
3643
3643
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-thumbnailconfiguration.html
|
|
3644
3644
|
:exampleMetadata: fixture=_generated
|
|
@@ -3668,7 +3668,7 @@ class CfnStage(
|
|
|
3668
3668
|
def participant_thumbnail_configuration(
|
|
3669
3669
|
self,
|
|
3670
3670
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnStage.ParticipantThumbnailConfigurationProperty"]]:
|
|
3671
|
-
'''
|
|
3671
|
+
'''Object specifying a configuration of thumbnails for recorded video from an individual participant.
|
|
3672
3672
|
|
|
3673
3673
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-thumbnailconfiguration.html#cfn-ivs-stage-thumbnailconfiguration-participantthumbnailconfiguration
|
|
3674
3674
|
'''
|
|
@@ -3706,7 +3706,7 @@ class CfnStageProps:
|
|
|
3706
3706
|
) -> None:
|
|
3707
3707
|
'''Properties for defining a ``CfnStage``.
|
|
3708
3708
|
|
|
3709
|
-
:param auto_participant_recording_configuration: Configuration object for individual participant recording
|
|
3709
|
+
:param auto_participant_recording_configuration: Configuration object for individual participant recording.
|
|
3710
3710
|
:param name: Stage name.
|
|
3711
3711
|
:param tags: An array of key-value pairs to apply to this resource. For more information, see `Tag <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-tag.html>`_ .
|
|
3712
3712
|
|
|
@@ -3763,7 +3763,7 @@ class CfnStageProps:
|
|
|
3763
3763
|
def auto_participant_recording_configuration(
|
|
3764
3764
|
self,
|
|
3765
3765
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnStage.AutoParticipantRecordingConfigurationProperty]]:
|
|
3766
|
-
'''Configuration object for individual participant recording
|
|
3766
|
+
'''Configuration object for individual participant recording.
|
|
3767
3767
|
|
|
3768
3768
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-stage.html#cfn-ivs-stage-autoparticipantrecordingconfiguration
|
|
3769
3769
|
'''
|
|
@@ -5084,6 +5084,12 @@ class CfnApplicationV2(
|
|
|
5084
5084
|
),
|
|
5085
5085
|
code_content_type="codeContentType"
|
|
5086
5086
|
),
|
|
5087
|
+
application_encryption_configuration=kinesisanalytics.CfnApplicationV2.ApplicationEncryptionConfigurationProperty(
|
|
5088
|
+
key_type="keyType",
|
|
5089
|
+
|
|
5090
|
+
# the properties below are optional
|
|
5091
|
+
key_id="keyId"
|
|
5092
|
+
),
|
|
5087
5093
|
application_snapshot_configuration=kinesisanalytics.CfnApplicationV2.ApplicationSnapshotConfigurationProperty(
|
|
5088
5094
|
snapshots_enabled=False
|
|
5089
5095
|
),
|
|
@@ -5544,6 +5550,7 @@ class CfnApplicationV2(
|
|
|
5544
5550
|
jsii_struct_bases=[],
|
|
5545
5551
|
name_mapping={
|
|
5546
5552
|
"application_code_configuration": "applicationCodeConfiguration",
|
|
5553
|
+
"application_encryption_configuration": "applicationEncryptionConfiguration",
|
|
5547
5554
|
"application_snapshot_configuration": "applicationSnapshotConfiguration",
|
|
5548
5555
|
"application_system_rollback_configuration": "applicationSystemRollbackConfiguration",
|
|
5549
5556
|
"environment_properties": "environmentProperties",
|
|
@@ -5558,6 +5565,7 @@ class CfnApplicationV2(
|
|
|
5558
5565
|
self,
|
|
5559
5566
|
*,
|
|
5560
5567
|
application_code_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationV2.ApplicationCodeConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5568
|
+
application_encryption_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationV2.ApplicationEncryptionConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5561
5569
|
application_snapshot_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationV2.ApplicationSnapshotConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5562
5570
|
application_system_rollback_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationV2.ApplicationSystemRollbackConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5563
5571
|
environment_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationV2.EnvironmentPropertiesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -5569,6 +5577,7 @@ class CfnApplicationV2(
|
|
|
5569
5577
|
'''Specifies the creation parameters for a Managed Service for Apache Flink application.
|
|
5570
5578
|
|
|
5571
5579
|
:param application_code_configuration: The code location and type parameters for a Managed Service for Apache Flink application.
|
|
5580
|
+
:param application_encryption_configuration: The configuration to manage encryption at rest.
|
|
5572
5581
|
:param application_snapshot_configuration: Describes whether snapshots are enabled for a Managed Service for Apache Flink application.
|
|
5573
5582
|
:param application_system_rollback_configuration: Describes whether system rollbacks are enabled for a Managed Service for Apache Flink application.
|
|
5574
5583
|
:param environment_properties: Describes execution properties for a Managed Service for Apache Flink application.
|
|
@@ -5601,6 +5610,12 @@ class CfnApplicationV2(
|
|
|
5601
5610
|
),
|
|
5602
5611
|
code_content_type="codeContentType"
|
|
5603
5612
|
),
|
|
5613
|
+
application_encryption_configuration=kinesisanalytics.CfnApplicationV2.ApplicationEncryptionConfigurationProperty(
|
|
5614
|
+
key_type="keyType",
|
|
5615
|
+
|
|
5616
|
+
# the properties below are optional
|
|
5617
|
+
key_id="keyId"
|
|
5618
|
+
),
|
|
5604
5619
|
application_snapshot_configuration=kinesisanalytics.CfnApplicationV2.ApplicationSnapshotConfigurationProperty(
|
|
5605
5620
|
snapshots_enabled=False
|
|
5606
5621
|
),
|
|
@@ -5731,6 +5746,7 @@ class CfnApplicationV2(
|
|
|
5731
5746
|
if __debug__:
|
|
5732
5747
|
type_hints = typing.get_type_hints(_typecheckingstub__4e45d629f4579c5447bf6c7cffc3ae4a3bca903acdc1b053fae0b9c4ef4e8adb)
|
|
5733
5748
|
check_type(argname="argument application_code_configuration", value=application_code_configuration, expected_type=type_hints["application_code_configuration"])
|
|
5749
|
+
check_type(argname="argument application_encryption_configuration", value=application_encryption_configuration, expected_type=type_hints["application_encryption_configuration"])
|
|
5734
5750
|
check_type(argname="argument application_snapshot_configuration", value=application_snapshot_configuration, expected_type=type_hints["application_snapshot_configuration"])
|
|
5735
5751
|
check_type(argname="argument application_system_rollback_configuration", value=application_system_rollback_configuration, expected_type=type_hints["application_system_rollback_configuration"])
|
|
5736
5752
|
check_type(argname="argument environment_properties", value=environment_properties, expected_type=type_hints["environment_properties"])
|
|
@@ -5741,6 +5757,8 @@ class CfnApplicationV2(
|
|
|
5741
5757
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
5742
5758
|
if application_code_configuration is not None:
|
|
5743
5759
|
self._values["application_code_configuration"] = application_code_configuration
|
|
5760
|
+
if application_encryption_configuration is not None:
|
|
5761
|
+
self._values["application_encryption_configuration"] = application_encryption_configuration
|
|
5744
5762
|
if application_snapshot_configuration is not None:
|
|
5745
5763
|
self._values["application_snapshot_configuration"] = application_snapshot_configuration
|
|
5746
5764
|
if application_system_rollback_configuration is not None:
|
|
@@ -5767,6 +5785,17 @@ class CfnApplicationV2(
|
|
|
5767
5785
|
result = self._values.get("application_code_configuration")
|
|
5768
5786
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplicationV2.ApplicationCodeConfigurationProperty"]], result)
|
|
5769
5787
|
|
|
5788
|
+
@builtins.property
|
|
5789
|
+
def application_encryption_configuration(
|
|
5790
|
+
self,
|
|
5791
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplicationV2.ApplicationEncryptionConfigurationProperty"]]:
|
|
5792
|
+
'''The configuration to manage encryption at rest.
|
|
5793
|
+
|
|
5794
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationconfiguration.html#cfn-kinesisanalyticsv2-application-applicationconfiguration-applicationencryptionconfiguration
|
|
5795
|
+
'''
|
|
5796
|
+
result = self._values.get("application_encryption_configuration")
|
|
5797
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplicationV2.ApplicationEncryptionConfigurationProperty"]], result)
|
|
5798
|
+
|
|
5770
5799
|
@builtins.property
|
|
5771
5800
|
def application_snapshot_configuration(
|
|
5772
5801
|
self,
|
|
@@ -5855,6 +5884,79 @@ class CfnApplicationV2(
|
|
|
5855
5884
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
5856
5885
|
)
|
|
5857
5886
|
|
|
5887
|
+
@jsii.data_type(
|
|
5888
|
+
jsii_type="aws-cdk-lib.aws_kinesisanalytics.CfnApplicationV2.ApplicationEncryptionConfigurationProperty",
|
|
5889
|
+
jsii_struct_bases=[],
|
|
5890
|
+
name_mapping={"key_type": "keyType", "key_id": "keyId"},
|
|
5891
|
+
)
|
|
5892
|
+
class ApplicationEncryptionConfigurationProperty:
|
|
5893
|
+
def __init__(
|
|
5894
|
+
self,
|
|
5895
|
+
*,
|
|
5896
|
+
key_type: builtins.str,
|
|
5897
|
+
key_id: typing.Optional[builtins.str] = None,
|
|
5898
|
+
) -> None:
|
|
5899
|
+
'''Specifies the configuration to manage encryption at rest.
|
|
5900
|
+
|
|
5901
|
+
:param key_type: Specifies the type of key used for encryption at rest.
|
|
5902
|
+
:param key_id: The key ARN, key ID, alias ARN, or alias name of the KMS key used for encryption at rest.
|
|
5903
|
+
|
|
5904
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationencryptionconfiguration.html
|
|
5905
|
+
:exampleMetadata: fixture=_generated
|
|
5906
|
+
|
|
5907
|
+
Example::
|
|
5908
|
+
|
|
5909
|
+
# The code below shows an example of how to instantiate this type.
|
|
5910
|
+
# The values are placeholders you should change.
|
|
5911
|
+
from aws_cdk import aws_kinesisanalytics as kinesisanalytics
|
|
5912
|
+
|
|
5913
|
+
application_encryption_configuration_property = kinesisanalytics.CfnApplicationV2.ApplicationEncryptionConfigurationProperty(
|
|
5914
|
+
key_type="keyType",
|
|
5915
|
+
|
|
5916
|
+
# the properties below are optional
|
|
5917
|
+
key_id="keyId"
|
|
5918
|
+
)
|
|
5919
|
+
'''
|
|
5920
|
+
if __debug__:
|
|
5921
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0fbf08bd16d8d7eb6f875d45557e63c98578255867b62835427882299e0143aa)
|
|
5922
|
+
check_type(argname="argument key_type", value=key_type, expected_type=type_hints["key_type"])
|
|
5923
|
+
check_type(argname="argument key_id", value=key_id, expected_type=type_hints["key_id"])
|
|
5924
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
5925
|
+
"key_type": key_type,
|
|
5926
|
+
}
|
|
5927
|
+
if key_id is not None:
|
|
5928
|
+
self._values["key_id"] = key_id
|
|
5929
|
+
|
|
5930
|
+
@builtins.property
|
|
5931
|
+
def key_type(self) -> builtins.str:
|
|
5932
|
+
'''Specifies the type of key used for encryption at rest.
|
|
5933
|
+
|
|
5934
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationencryptionconfiguration.html#cfn-kinesisanalyticsv2-application-applicationencryptionconfiguration-keytype
|
|
5935
|
+
'''
|
|
5936
|
+
result = self._values.get("key_type")
|
|
5937
|
+
assert result is not None, "Required property 'key_type' is missing"
|
|
5938
|
+
return typing.cast(builtins.str, result)
|
|
5939
|
+
|
|
5940
|
+
@builtins.property
|
|
5941
|
+
def key_id(self) -> typing.Optional[builtins.str]:
|
|
5942
|
+
'''The key ARN, key ID, alias ARN, or alias name of the KMS key used for encryption at rest.
|
|
5943
|
+
|
|
5944
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationencryptionconfiguration.html#cfn-kinesisanalyticsv2-application-applicationencryptionconfiguration-keyid
|
|
5945
|
+
'''
|
|
5946
|
+
result = self._values.get("key_id")
|
|
5947
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
5948
|
+
|
|
5949
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
5950
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
5951
|
+
|
|
5952
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
5953
|
+
return not (rhs == self)
|
|
5954
|
+
|
|
5955
|
+
def __repr__(self) -> str:
|
|
5956
|
+
return "ApplicationEncryptionConfigurationProperty(%s)" % ", ".join(
|
|
5957
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
5958
|
+
)
|
|
5959
|
+
|
|
5858
5960
|
@jsii.data_type(
|
|
5859
5961
|
jsii_type="aws-cdk-lib.aws_kinesisanalytics.CfnApplicationV2.ApplicationMaintenanceConfigurationProperty",
|
|
5860
5962
|
jsii_struct_bases=[],
|
|
@@ -5868,9 +5970,9 @@ class CfnApplicationV2(
|
|
|
5868
5970
|
*,
|
|
5869
5971
|
application_maintenance_window_start_time: builtins.str,
|
|
5870
5972
|
) -> None:
|
|
5871
|
-
'''
|
|
5973
|
+
'''Specifies the maintenance configuration for a AKAlong .
|
|
5872
5974
|
|
|
5873
|
-
:param application_maintenance_window_start_time: The
|
|
5975
|
+
:param application_maintenance_window_start_time: The UTC timestamp of a day from which the eight-hour maintenance window will begin every day of the week. Maintenance of the application happens only during this eight-hour window.
|
|
5874
5976
|
|
|
5875
5977
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationmaintenanceconfiguration.html
|
|
5876
5978
|
:exampleMetadata: fixture=_generated
|
|
@@ -5894,7 +5996,9 @@ class CfnApplicationV2(
|
|
|
5894
5996
|
|
|
5895
5997
|
@builtins.property
|
|
5896
5998
|
def application_maintenance_window_start_time(self) -> builtins.str:
|
|
5897
|
-
'''The
|
|
5999
|
+
'''The UTC timestamp of a day from which the eight-hour maintenance window will begin every day of the week.
|
|
6000
|
+
|
|
6001
|
+
Maintenance of the application happens only during this eight-hour window.
|
|
5898
6002
|
|
|
5899
6003
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationmaintenanceconfiguration.html#cfn-kinesisanalyticsv2-application-applicationmaintenanceconfiguration-applicationmaintenancewindowstarttime
|
|
5900
6004
|
'''
|
|
@@ -8923,6 +9027,12 @@ class CfnApplicationV2Props:
|
|
|
8923
9027
|
),
|
|
8924
9028
|
code_content_type="codeContentType"
|
|
8925
9029
|
),
|
|
9030
|
+
application_encryption_configuration=kinesisanalytics.CfnApplicationV2.ApplicationEncryptionConfigurationProperty(
|
|
9031
|
+
key_type="keyType",
|
|
9032
|
+
|
|
9033
|
+
# the properties below are optional
|
|
9034
|
+
key_id="keyId"
|
|
9035
|
+
),
|
|
8926
9036
|
application_snapshot_configuration=kinesisanalytics.CfnApplicationV2.ApplicationSnapshotConfigurationProperty(
|
|
8927
9037
|
snapshots_enabled=False
|
|
8928
9038
|
),
|
|
@@ -9910,6 +10020,7 @@ def _typecheckingstub__f5ba4fee0391085dda50ed606bc39cd9aa7ee1d24bf06799636a50450
|
|
|
9910
10020
|
def _typecheckingstub__4e45d629f4579c5447bf6c7cffc3ae4a3bca903acdc1b053fae0b9c4ef4e8adb(
|
|
9911
10021
|
*,
|
|
9912
10022
|
application_code_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplicationV2.ApplicationCodeConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
10023
|
+
application_encryption_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplicationV2.ApplicationEncryptionConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9913
10024
|
application_snapshot_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplicationV2.ApplicationSnapshotConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9914
10025
|
application_system_rollback_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplicationV2.ApplicationSystemRollbackConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9915
10026
|
environment_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplicationV2.EnvironmentPropertiesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -9921,6 +10032,14 @@ def _typecheckingstub__4e45d629f4579c5447bf6c7cffc3ae4a3bca903acdc1b053fae0b9c4e
|
|
|
9921
10032
|
"""Type checking stubs"""
|
|
9922
10033
|
pass
|
|
9923
10034
|
|
|
10035
|
+
def _typecheckingstub__0fbf08bd16d8d7eb6f875d45557e63c98578255867b62835427882299e0143aa(
|
|
10036
|
+
*,
|
|
10037
|
+
key_type: builtins.str,
|
|
10038
|
+
key_id: typing.Optional[builtins.str] = None,
|
|
10039
|
+
) -> None:
|
|
10040
|
+
"""Type checking stubs"""
|
|
10041
|
+
pass
|
|
10042
|
+
|
|
9924
10043
|
def _typecheckingstub__a667cba282915ab81c8fee83b7c2513fe61409a588b8ce862d13e012215af03c(
|
|
9925
10044
|
*,
|
|
9926
10045
|
application_maintenance_window_start_time: builtins.str,
|
|
@@ -109,6 +109,12 @@ class CfnApplication(
|
|
|
109
109
|
),
|
|
110
110
|
code_content_type="codeContentType"
|
|
111
111
|
),
|
|
112
|
+
application_encryption_configuration=kinesisanalyticsv2.CfnApplication.ApplicationEncryptionConfigurationProperty(
|
|
113
|
+
key_type="keyType",
|
|
114
|
+
|
|
115
|
+
# the properties below are optional
|
|
116
|
+
key_id="keyId"
|
|
117
|
+
),
|
|
112
118
|
application_snapshot_configuration=kinesisanalyticsv2.CfnApplication.ApplicationSnapshotConfigurationProperty(
|
|
113
119
|
snapshots_enabled=False
|
|
114
120
|
),
|
|
@@ -569,6 +575,7 @@ class CfnApplication(
|
|
|
569
575
|
jsii_struct_bases=[],
|
|
570
576
|
name_mapping={
|
|
571
577
|
"application_code_configuration": "applicationCodeConfiguration",
|
|
578
|
+
"application_encryption_configuration": "applicationEncryptionConfiguration",
|
|
572
579
|
"application_snapshot_configuration": "applicationSnapshotConfiguration",
|
|
573
580
|
"application_system_rollback_configuration": "applicationSystemRollbackConfiguration",
|
|
574
581
|
"environment_properties": "environmentProperties",
|
|
@@ -583,6 +590,7 @@ class CfnApplication(
|
|
|
583
590
|
self,
|
|
584
591
|
*,
|
|
585
592
|
application_code_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.ApplicationCodeConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
593
|
+
application_encryption_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.ApplicationEncryptionConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
586
594
|
application_snapshot_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.ApplicationSnapshotConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
587
595
|
application_system_rollback_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.ApplicationSystemRollbackConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
588
596
|
environment_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.EnvironmentPropertiesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -594,6 +602,7 @@ class CfnApplication(
|
|
|
594
602
|
'''Specifies the creation parameters for a Managed Service for Apache Flink application.
|
|
595
603
|
|
|
596
604
|
:param application_code_configuration: The code location and type parameters for a Managed Service for Apache Flink application.
|
|
605
|
+
:param application_encryption_configuration: The configuration to manage encryption at rest.
|
|
597
606
|
:param application_snapshot_configuration: Describes whether snapshots are enabled for a Managed Service for Apache Flink application.
|
|
598
607
|
:param application_system_rollback_configuration: Describes whether system rollbacks are enabled for a Managed Service for Apache Flink application.
|
|
599
608
|
:param environment_properties: Describes execution properties for a Managed Service for Apache Flink application.
|
|
@@ -626,6 +635,12 @@ class CfnApplication(
|
|
|
626
635
|
),
|
|
627
636
|
code_content_type="codeContentType"
|
|
628
637
|
),
|
|
638
|
+
application_encryption_configuration=kinesisanalyticsv2.CfnApplication.ApplicationEncryptionConfigurationProperty(
|
|
639
|
+
key_type="keyType",
|
|
640
|
+
|
|
641
|
+
# the properties below are optional
|
|
642
|
+
key_id="keyId"
|
|
643
|
+
),
|
|
629
644
|
application_snapshot_configuration=kinesisanalyticsv2.CfnApplication.ApplicationSnapshotConfigurationProperty(
|
|
630
645
|
snapshots_enabled=False
|
|
631
646
|
),
|
|
@@ -756,6 +771,7 @@ class CfnApplication(
|
|
|
756
771
|
if __debug__:
|
|
757
772
|
type_hints = typing.get_type_hints(_typecheckingstub__f151639867cd18992486d0c66987d85f5e478c0efc26c1385486b8f319eab92e)
|
|
758
773
|
check_type(argname="argument application_code_configuration", value=application_code_configuration, expected_type=type_hints["application_code_configuration"])
|
|
774
|
+
check_type(argname="argument application_encryption_configuration", value=application_encryption_configuration, expected_type=type_hints["application_encryption_configuration"])
|
|
759
775
|
check_type(argname="argument application_snapshot_configuration", value=application_snapshot_configuration, expected_type=type_hints["application_snapshot_configuration"])
|
|
760
776
|
check_type(argname="argument application_system_rollback_configuration", value=application_system_rollback_configuration, expected_type=type_hints["application_system_rollback_configuration"])
|
|
761
777
|
check_type(argname="argument environment_properties", value=environment_properties, expected_type=type_hints["environment_properties"])
|
|
@@ -766,6 +782,8 @@ class CfnApplication(
|
|
|
766
782
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
767
783
|
if application_code_configuration is not None:
|
|
768
784
|
self._values["application_code_configuration"] = application_code_configuration
|
|
785
|
+
if application_encryption_configuration is not None:
|
|
786
|
+
self._values["application_encryption_configuration"] = application_encryption_configuration
|
|
769
787
|
if application_snapshot_configuration is not None:
|
|
770
788
|
self._values["application_snapshot_configuration"] = application_snapshot_configuration
|
|
771
789
|
if application_system_rollback_configuration is not None:
|
|
@@ -792,6 +810,17 @@ class CfnApplication(
|
|
|
792
810
|
result = self._values.get("application_code_configuration")
|
|
793
811
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplication.ApplicationCodeConfigurationProperty"]], result)
|
|
794
812
|
|
|
813
|
+
@builtins.property
|
|
814
|
+
def application_encryption_configuration(
|
|
815
|
+
self,
|
|
816
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplication.ApplicationEncryptionConfigurationProperty"]]:
|
|
817
|
+
'''The configuration to manage encryption at rest.
|
|
818
|
+
|
|
819
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationconfiguration.html#cfn-kinesisanalyticsv2-application-applicationconfiguration-applicationencryptionconfiguration
|
|
820
|
+
'''
|
|
821
|
+
result = self._values.get("application_encryption_configuration")
|
|
822
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplication.ApplicationEncryptionConfigurationProperty"]], result)
|
|
823
|
+
|
|
795
824
|
@builtins.property
|
|
796
825
|
def application_snapshot_configuration(
|
|
797
826
|
self,
|
|
@@ -880,6 +909,79 @@ class CfnApplication(
|
|
|
880
909
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
881
910
|
)
|
|
882
911
|
|
|
912
|
+
@jsii.data_type(
|
|
913
|
+
jsii_type="aws-cdk-lib.aws_kinesisanalyticsv2.CfnApplication.ApplicationEncryptionConfigurationProperty",
|
|
914
|
+
jsii_struct_bases=[],
|
|
915
|
+
name_mapping={"key_type": "keyType", "key_id": "keyId"},
|
|
916
|
+
)
|
|
917
|
+
class ApplicationEncryptionConfigurationProperty:
|
|
918
|
+
def __init__(
|
|
919
|
+
self,
|
|
920
|
+
*,
|
|
921
|
+
key_type: builtins.str,
|
|
922
|
+
key_id: typing.Optional[builtins.str] = None,
|
|
923
|
+
) -> None:
|
|
924
|
+
'''Specifies the configuration to manage encryption at rest.
|
|
925
|
+
|
|
926
|
+
:param key_type: Specifies the type of key used for encryption at rest.
|
|
927
|
+
:param key_id: The key ARN, key ID, alias ARN, or alias name of the KMS key used for encryption at rest.
|
|
928
|
+
|
|
929
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationencryptionconfiguration.html
|
|
930
|
+
:exampleMetadata: fixture=_generated
|
|
931
|
+
|
|
932
|
+
Example::
|
|
933
|
+
|
|
934
|
+
# The code below shows an example of how to instantiate this type.
|
|
935
|
+
# The values are placeholders you should change.
|
|
936
|
+
from aws_cdk import aws_kinesisanalyticsv2 as kinesisanalyticsv2
|
|
937
|
+
|
|
938
|
+
application_encryption_configuration_property = kinesisanalyticsv2.CfnApplication.ApplicationEncryptionConfigurationProperty(
|
|
939
|
+
key_type="keyType",
|
|
940
|
+
|
|
941
|
+
# the properties below are optional
|
|
942
|
+
key_id="keyId"
|
|
943
|
+
)
|
|
944
|
+
'''
|
|
945
|
+
if __debug__:
|
|
946
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b0ca4d5bf924da35d1c2af5b8fecbbfa4b49c7928e20d9651037bdc17b94a906)
|
|
947
|
+
check_type(argname="argument key_type", value=key_type, expected_type=type_hints["key_type"])
|
|
948
|
+
check_type(argname="argument key_id", value=key_id, expected_type=type_hints["key_id"])
|
|
949
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
950
|
+
"key_type": key_type,
|
|
951
|
+
}
|
|
952
|
+
if key_id is not None:
|
|
953
|
+
self._values["key_id"] = key_id
|
|
954
|
+
|
|
955
|
+
@builtins.property
|
|
956
|
+
def key_type(self) -> builtins.str:
|
|
957
|
+
'''Specifies the type of key used for encryption at rest.
|
|
958
|
+
|
|
959
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationencryptionconfiguration.html#cfn-kinesisanalyticsv2-application-applicationencryptionconfiguration-keytype
|
|
960
|
+
'''
|
|
961
|
+
result = self._values.get("key_type")
|
|
962
|
+
assert result is not None, "Required property 'key_type' is missing"
|
|
963
|
+
return typing.cast(builtins.str, result)
|
|
964
|
+
|
|
965
|
+
@builtins.property
|
|
966
|
+
def key_id(self) -> typing.Optional[builtins.str]:
|
|
967
|
+
'''The key ARN, key ID, alias ARN, or alias name of the KMS key used for encryption at rest.
|
|
968
|
+
|
|
969
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationencryptionconfiguration.html#cfn-kinesisanalyticsv2-application-applicationencryptionconfiguration-keyid
|
|
970
|
+
'''
|
|
971
|
+
result = self._values.get("key_id")
|
|
972
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
973
|
+
|
|
974
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
975
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
976
|
+
|
|
977
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
978
|
+
return not (rhs == self)
|
|
979
|
+
|
|
980
|
+
def __repr__(self) -> str:
|
|
981
|
+
return "ApplicationEncryptionConfigurationProperty(%s)" % ", ".join(
|
|
982
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
983
|
+
)
|
|
984
|
+
|
|
883
985
|
@jsii.data_type(
|
|
884
986
|
jsii_type="aws-cdk-lib.aws_kinesisanalyticsv2.CfnApplication.ApplicationMaintenanceConfigurationProperty",
|
|
885
987
|
jsii_struct_bases=[],
|
|
@@ -893,9 +995,9 @@ class CfnApplication(
|
|
|
893
995
|
*,
|
|
894
996
|
application_maintenance_window_start_time: builtins.str,
|
|
895
997
|
) -> None:
|
|
896
|
-
'''
|
|
998
|
+
'''Specifies the maintenance configuration for a AKAlong .
|
|
897
999
|
|
|
898
|
-
:param application_maintenance_window_start_time: The
|
|
1000
|
+
:param application_maintenance_window_start_time: The UTC timestamp of a day from which the eight-hour maintenance window will begin every day of the week. Maintenance of the application happens only during this eight-hour window.
|
|
899
1001
|
|
|
900
1002
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationmaintenanceconfiguration.html
|
|
901
1003
|
:exampleMetadata: fixture=_generated
|
|
@@ -919,7 +1021,9 @@ class CfnApplication(
|
|
|
919
1021
|
|
|
920
1022
|
@builtins.property
|
|
921
1023
|
def application_maintenance_window_start_time(self) -> builtins.str:
|
|
922
|
-
'''The
|
|
1024
|
+
'''The UTC timestamp of a day from which the eight-hour maintenance window will begin every day of the week.
|
|
1025
|
+
|
|
1026
|
+
Maintenance of the application happens only during this eight-hour window.
|
|
923
1027
|
|
|
924
1028
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationmaintenanceconfiguration.html#cfn-kinesisanalyticsv2-application-applicationmaintenanceconfiguration-applicationmaintenancewindowstarttime
|
|
925
1029
|
'''
|
|
@@ -4812,6 +4916,12 @@ class CfnApplicationProps:
|
|
|
4812
4916
|
),
|
|
4813
4917
|
code_content_type="codeContentType"
|
|
4814
4918
|
),
|
|
4919
|
+
application_encryption_configuration=kinesisanalyticsv2.CfnApplication.ApplicationEncryptionConfigurationProperty(
|
|
4920
|
+
key_type="keyType",
|
|
4921
|
+
|
|
4922
|
+
# the properties below are optional
|
|
4923
|
+
key_id="keyId"
|
|
4924
|
+
),
|
|
4815
4925
|
application_snapshot_configuration=kinesisanalyticsv2.CfnApplication.ApplicationSnapshotConfigurationProperty(
|
|
4816
4926
|
snapshots_enabled=False
|
|
4817
4927
|
),
|
|
@@ -6181,6 +6291,7 @@ def _typecheckingstub__d7e73ac02523930b5016e0bf2bb2c85d746cb8caa198b78210930825b
|
|
|
6181
6291
|
def _typecheckingstub__f151639867cd18992486d0c66987d85f5e478c0efc26c1385486b8f319eab92e(
|
|
6182
6292
|
*,
|
|
6183
6293
|
application_code_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.ApplicationCodeConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6294
|
+
application_encryption_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.ApplicationEncryptionConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6184
6295
|
application_snapshot_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.ApplicationSnapshotConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6185
6296
|
application_system_rollback_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.ApplicationSystemRollbackConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6186
6297
|
environment_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.EnvironmentPropertiesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -6192,6 +6303,14 @@ def _typecheckingstub__f151639867cd18992486d0c66987d85f5e478c0efc26c1385486b8f31
|
|
|
6192
6303
|
"""Type checking stubs"""
|
|
6193
6304
|
pass
|
|
6194
6305
|
|
|
6306
|
+
def _typecheckingstub__b0ca4d5bf924da35d1c2af5b8fecbbfa4b49c7928e20d9651037bdc17b94a906(
|
|
6307
|
+
*,
|
|
6308
|
+
key_type: builtins.str,
|
|
6309
|
+
key_id: typing.Optional[builtins.str] = None,
|
|
6310
|
+
) -> None:
|
|
6311
|
+
"""Type checking stubs"""
|
|
6312
|
+
pass
|
|
6313
|
+
|
|
6195
6314
|
def _typecheckingstub__f3c92164cbdeb93d721e3ad077b7cfaf7e3fe963e4d848fcb982da0e2a40e65f(
|
|
6196
6315
|
*,
|
|
6197
6316
|
application_maintenance_window_start_time: builtins.str,
|