aws-cdk-lib 2.73.0__py3-none-any.whl → 2.76.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 +245 -259
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.73.0.jsii.tgz → aws-cdk-lib@2.76.0.jsii.tgz} +0 -0
- aws_cdk/aws_amplifyuibuilder/__init__.py +182 -214
- aws_cdk/aws_apigateway/__init__.py +95 -148
- aws_cdk/aws_appconfig/__init__.py +8 -4
- aws_cdk/aws_appflow/__init__.py +27 -52
- aws_cdk/aws_appmesh/__init__.py +91 -200
- aws_cdk/aws_apprunner/__init__.py +4 -16
- aws_cdk/aws_appstream/__init__.py +18 -82
- aws_cdk/aws_athena/__init__.py +18 -32
- aws_cdk/aws_backup/__init__.py +48 -86
- aws_cdk/aws_batch/__init__.py +9 -2
- aws_cdk/aws_billingconductor/__init__.py +12 -7
- aws_cdk/aws_budgets/__init__.py +8 -17
- aws_cdk/aws_certificatemanager/__init__.py +7 -4
- aws_cdk/aws_cloudfront/__init__.py +14 -11
- aws_cdk/aws_cloudfront_origins/__init__.py +18 -8
- aws_cdk/aws_cloudtrail/__init__.py +7 -14
- aws_cdk/aws_cloudwatch/__init__.py +63 -35
- aws_cdk/aws_codebuild/__init__.py +10 -13
- aws_cdk/aws_codecommit/__init__.py +0 -1
- aws_cdk/aws_codedeploy/__init__.py +165 -162
- aws_cdk/aws_codegurureviewer/__init__.py +4 -4
- aws_cdk/aws_codepipeline/__init__.py +0 -4
- aws_cdk/aws_codepipeline_actions/__init__.py +16 -164
- aws_cdk/aws_cognito/__init__.py +195 -100
- aws_cdk/aws_config/__init__.py +28 -51
- aws_cdk/aws_connectcampaigns/__init__.py +5 -6
- aws_cdk/aws_databrew/__init__.py +5 -6
- aws_cdk/aws_dlm/__init__.py +33 -71
- aws_cdk/aws_docdb/__init__.py +20 -76
- aws_cdk/aws_dynamodb/__init__.py +29 -22
- aws_cdk/aws_ec2/__init__.py +2414 -603
- aws_cdk/aws_ecr/__init__.py +1 -2
- aws_cdk/aws_ecr_assets/__init__.py +27 -14
- aws_cdk/aws_ecs/__init__.py +458 -163
- aws_cdk/aws_ecs_patterns/__init__.py +13 -11
- aws_cdk/aws_eks/__init__.py +13 -8
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -9
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +142 -82
- aws_cdk/aws_elasticloadbalancingv2_actions/__init__.py +126 -61
- aws_cdk/aws_elasticsearch/__init__.py +0 -7
- aws_cdk/aws_emr/__init__.py +7 -16
- aws_cdk/aws_emrserverless/__init__.py +14 -18
- aws_cdk/aws_events/__init__.py +33 -29
- aws_cdk/aws_events_targets/__init__.py +248 -89
- aws_cdk/aws_frauddetector/__init__.py +3 -4
- aws_cdk/aws_fsx/__init__.py +13 -7
- aws_cdk/aws_gamelift/__init__.py +11 -20
- aws_cdk/aws_grafana/__init__.py +4 -4
- aws_cdk/aws_iam/__init__.py +21 -25
- aws_cdk/aws_imagebuilder/__init__.py +58 -80
- aws_cdk/aws_internetmonitor/__init__.py +18 -10
- aws_cdk/aws_iot/__init__.py +16 -10
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +16 -26
- aws_cdk/aws_iotevents/__init__.py +6 -4
- aws_cdk/aws_iotfleetwise/__init__.py +27 -40
- aws_cdk/aws_iotsitewise/__init__.py +8 -5
- aws_cdk/aws_iotwireless/__init__.py +14 -9
- aws_cdk/aws_kinesisfirehose/__init__.py +21 -38
- aws_cdk/aws_lambda/__init__.py +76 -53
- aws_cdk/aws_lambda_event_sources/__init__.py +6 -21
- aws_cdk/aws_logs/__init__.py +5 -7
- aws_cdk/aws_macie/__init__.py +28 -23
- aws_cdk/aws_mediaconnect/__init__.py +5 -8
- aws_cdk/aws_mediaconvert/__init__.py +2 -2
- aws_cdk/aws_medialive/__init__.py +2 -4
- aws_cdk/aws_mediapackage/__init__.py +9 -18
- aws_cdk/aws_memorydb/__init__.py +5 -10
- aws_cdk/aws_mwaa/__init__.py +8 -4
- aws_cdk/aws_neptune/__init__.py +4 -4
- aws_cdk/aws_networkfirewall/__init__.py +8 -4
- aws_cdk/aws_networkmanager/__init__.py +4 -4
- aws_cdk/aws_nimblestudio/__init__.py +25 -45
- aws_cdk/aws_opensearchservice/__init__.py +0 -1
- aws_cdk/aws_panorama/__init__.py +11 -12
- aws_cdk/aws_personalize/__init__.py +46 -72
- aws_cdk/aws_pinpoint/__init__.py +36 -65
- aws_cdk/aws_quicksight/__init__.py +9972 -13374
- aws_cdk/aws_rds/__init__.py +53 -22
- aws_cdk/aws_route53/__init__.py +8 -16
- aws_cdk/aws_route53_targets/__init__.py +2 -4
- aws_cdk/aws_s3/__init__.py +41 -90
- aws_cdk/aws_s3_notifications/__init__.py +0 -3
- aws_cdk/aws_sagemaker/__init__.py +16 -10
- aws_cdk/aws_secretsmanager/__init__.py +17 -14
- aws_cdk/aws_servicecatalog/__init__.py +60 -83
- aws_cdk/aws_servicediscovery/__init__.py +4 -6
- aws_cdk/aws_ses/__init__.py +734 -28
- aws_cdk/aws_sns/__init__.py +4 -8
- aws_cdk/aws_ssm/__init__.py +19 -23
- aws_cdk/aws_ssmcontacts/__init__.py +10 -6
- aws_cdk/aws_ssmincidents/__init__.py +2 -1
- aws_cdk/aws_sso/__init__.py +4 -4
- aws_cdk/aws_stepfunctions/__init__.py +6 -15
- aws_cdk/aws_stepfunctions_tasks/__init__.py +51 -24
- aws_cdk/aws_timestream/__init__.py +22 -28
- aws_cdk/aws_transfer/__init__.py +188 -86
- aws_cdk/aws_wafv2/__init__.py +54 -38
- aws_cdk/aws_xray/__init__.py +15 -22
- aws_cdk/cloud_assembly_schema/__init__.py +14 -6
- aws_cdk/custom_resources/__init__.py +2 -3
- aws_cdk/pipelines/__init__.py +104 -134
- aws_cdk/triggers/__init__.py +46 -61
- {aws_cdk_lib-2.73.0.dist-info → aws_cdk_lib-2.76.0.dist-info}/METADATA +47 -92
- {aws_cdk_lib-2.73.0.dist-info → aws_cdk_lib-2.76.0.dist-info}/RECORD +111 -111
- {aws_cdk_lib-2.73.0.dist-info → aws_cdk_lib-2.76.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.73.0.dist-info → aws_cdk_lib-2.76.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.73.0.dist-info → aws_cdk_lib-2.76.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.73.0.dist-info → aws_cdk_lib-2.76.0.dist-info}/top_level.txt +0 -0
|
@@ -2980,7 +2980,7 @@ class CfnOriginEndpoint(
|
|
|
2980
2980
|
:param ads_on_delivery_restrictions: The flags on SCTE-35 segmentation descriptors that have to be present for AWS Elemental MediaPackage to insert ad markers in the output manifest. For information about SCTE-35 in AWS Elemental MediaPackage , see `SCTE-35 Message Options in AWS Elemental MediaPackage <https://docs.aws.amazon.com/mediapackage/latest/ug/scte.html>`_ .
|
|
2981
2981
|
:param ad_triggers: Specifies the SCTE-35 message types that AWS Elemental MediaPackage treats as ad markers in the output manifest. Valid values: - ``BREAK`` - ``DISTRIBUTOR_ADVERTISEMENT`` - ``DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY`` - ``DISTRIBUTOR_PLACEMENT_OPPORTUNITY`` - ``PROVIDER_ADVERTISEMENT`` - ``PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY`` - ``PROVIDER_PLACEMENT_OPPORTUNITY`` - ``SPLICE_INSERT``
|
|
2982
2982
|
:param encryption: Parameters for encrypting content.
|
|
2983
|
-
:param include_dvb_subtitles:
|
|
2983
|
+
:param include_dvb_subtitles: ``CfnOriginEndpoint.HlsPackageProperty.IncludeDvbSubtitles``.
|
|
2984
2984
|
:param include_iframe_only_stream: Only applies to stream sets with a single video track. When true, the stream set includes an additional I-frame only stream, along with the other tracks. If false, this extra stream is not included.
|
|
2985
2985
|
:param playlist_type: When specified as either ``event`` or ``vod`` , a corresponding ``EXT-X-PLAYLIST-TYPE`` entry is included in the media playlist. Indicates if the playlist is live-to-VOD content.
|
|
2986
2986
|
:param playlist_window_seconds: Time window (in seconds) contained in each parent manifest.
|
|
@@ -3135,7 +3135,7 @@ class CfnOriginEndpoint(
|
|
|
3135
3135
|
def include_dvb_subtitles(
|
|
3136
3136
|
self,
|
|
3137
3137
|
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
3138
|
-
'''
|
|
3138
|
+
'''``CfnOriginEndpoint.HlsPackageProperty.IncludeDvbSubtitles``.
|
|
3139
3139
|
|
|
3140
3140
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-originendpoint-hlspackage.html#cfn-mediapackage-originendpoint-hlspackage-includedvbsubtitles
|
|
3141
3141
|
'''
|
|
@@ -4908,7 +4908,7 @@ class CfnPackagingConfiguration(
|
|
|
4908
4908
|
:param dash_manifests: A list of DASH manifest configurations that are available from this endpoint.
|
|
4909
4909
|
:param encryption: Parameters for encrypting content.
|
|
4910
4910
|
:param include_encoder_configuration_in_segments: When includeEncoderConfigurationInSegments is set to true, AWS Elemental MediaPackage places your encoder's Sequence Parameter Set (SPS), Picture Parameter Set (PPS), and Video Parameter Set (VPS) metadata in every video segment instead of in the init fragment. This lets you use different SPS/PPS/VPS settings for your assets during content playback.
|
|
4911
|
-
:param include_iframe_only_stream:
|
|
4911
|
+
:param include_iframe_only_stream: ``CfnPackagingConfiguration.DashPackageProperty.IncludeIframeOnlyStream``.
|
|
4912
4912
|
:param period_triggers: Controls whether AWS Elemental MediaPackage produces single-period or multi-period DASH manifests. For more information about periods, see `Multi-period DASH in AWS Elemental MediaPackage <https://docs.aws.amazon.com/mediapackage/latest/ug/multi-period.html>`_ . Valid values: - ``ADS`` - AWS Elemental MediaPackage will produce multi-period DASH manifests. Periods are created based on the SCTE-35 ad markers present in the input manifest. - *No value* - AWS Elemental MediaPackage will produce single-period DASH manifests. This is the default setting.
|
|
4913
4913
|
:param segment_duration_seconds: Duration (in seconds) of each fragment. Actual fragments are rounded to the nearest multiple of the source segment duration.
|
|
4914
4914
|
:param segment_template_format: Determines the type of SegmentTemplate included in the Media Presentation Description (MPD). When set to ``NUMBER_WITH_TIMELINE`` , a full timeline is presented in each SegmentTemplate, with $Number$ media URLs. When set to ``TIME_WITH_TIMELINE`` , a full timeline is presented in each SegmentTemplate, with $Time$ media URLs. When set to ``NUMBER_WITH_DURATION`` , only a duration is included in each SegmentTemplate, with $Number$ media URLs.
|
|
@@ -5019,9 +5019,7 @@ class CfnPackagingConfiguration(
|
|
|
5019
5019
|
def include_iframe_only_stream(
|
|
5020
5020
|
self,
|
|
5021
5021
|
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
5022
|
-
'''
|
|
5023
|
-
|
|
5024
|
-
When true, the stream set includes an additional I-frame trick-play only stream, along with the other tracks. If false, this extra stream is not included.
|
|
5022
|
+
'''``CfnPackagingConfiguration.DashPackageProperty.IncludeIframeOnlyStream``.
|
|
5025
5023
|
|
|
5026
5024
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-packagingconfiguration-dashpackage.html#cfn-mediapackage-packagingconfiguration-dashpackage-includeiframeonlystream
|
|
5027
5025
|
'''
|
|
@@ -5084,14 +5082,7 @@ class CfnPackagingConfiguration(
|
|
|
5084
5082
|
)
|
|
5085
5083
|
class EncryptionContractConfigurationProperty:
|
|
5086
5084
|
def __init__(self) -> None:
|
|
5087
|
-
'''
|
|
5088
|
-
|
|
5089
|
-
Note the following considerations when using ``encryptionContractConfiguration`` :
|
|
5090
|
-
|
|
5091
|
-
- You can use ``encryptionContractConfiguration`` for DASH endpoints that use SPEKE Version 2.0. SPEKE Version 2.0 relies on the CPIX Version 2.3 specification.
|
|
5092
|
-
- You cannot combine an ``UNENCRYPTED`` preset with ``UNENCRYPTED`` or ``SHARED`` presets across ``presetSpeke20Audio`` and ``presetSpeke20Video`` .
|
|
5093
|
-
- When you use a ``SHARED`` preset, you must use it for both ``presetSpeke20Audio`` and ``presetSpeke20Video`` .
|
|
5094
|
-
|
|
5085
|
+
'''
|
|
5095
5086
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-packagingconfiguration-encryptioncontractconfiguration.html
|
|
5096
5087
|
:exampleMetadata: fixture=_generated
|
|
5097
5088
|
|
|
@@ -5407,7 +5398,7 @@ class CfnPackagingConfiguration(
|
|
|
5407
5398
|
|
|
5408
5399
|
:param hls_manifests: A list of HLS manifest configurations that are available from this endpoint.
|
|
5409
5400
|
:param encryption: Parameters for encrypting content.
|
|
5410
|
-
:param include_dvb_subtitles:
|
|
5401
|
+
:param include_dvb_subtitles: ``CfnPackagingConfiguration.HlsPackageProperty.IncludeDvbSubtitles``.
|
|
5411
5402
|
:param segment_duration_seconds: Duration (in seconds) of each fragment. Actual fragments are rounded to the nearest multiple of the source fragment duration.
|
|
5412
5403
|
:param use_audio_rendition_group: When true, AWS Elemental MediaPackage bundles all audio tracks in a rendition group. All other tracks in the stream can be used with any audio rendition from the group.
|
|
5413
5404
|
|
|
@@ -5500,7 +5491,7 @@ class CfnPackagingConfiguration(
|
|
|
5500
5491
|
def include_dvb_subtitles(
|
|
5501
5492
|
self,
|
|
5502
5493
|
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
5503
|
-
'''
|
|
5494
|
+
'''``CfnPackagingConfiguration.HlsPackageProperty.IncludeDvbSubtitles``.
|
|
5504
5495
|
|
|
5505
5496
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-packagingconfiguration-hlspackage.html#cfn-mediapackage-packagingconfiguration-hlspackage-includedvbsubtitles
|
|
5506
5497
|
'''
|
|
@@ -5824,7 +5815,7 @@ class CfnPackagingConfiguration(
|
|
|
5824
5815
|
:param role_arn: The ARN for the IAM role that's granted by the key provider to provide access to the key provider API. Valid format: arn:aws:iam::{accountID}:role/{name}
|
|
5825
5816
|
:param system_ids: List of unique identifiers for the DRM systems to use, as defined in the CPIX specification.
|
|
5826
5817
|
:param url: URL for the key provider's key retrieval API endpoint. Must start with https://.
|
|
5827
|
-
:param encryption_contract_configuration:
|
|
5818
|
+
:param encryption_contract_configuration: ``CfnPackagingConfiguration.SpekeKeyProviderProperty.EncryptionContractConfiguration``.
|
|
5828
5819
|
|
|
5829
5820
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-packagingconfiguration-spekekeyprovider.html
|
|
5830
5821
|
:exampleMetadata: fixture=_generated
|
|
@@ -5896,7 +5887,7 @@ class CfnPackagingConfiguration(
|
|
|
5896
5887
|
def encryption_contract_configuration(
|
|
5897
5888
|
self,
|
|
5898
5889
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPackagingConfiguration.EncryptionContractConfigurationProperty"]]:
|
|
5899
|
-
'''
|
|
5890
|
+
'''``CfnPackagingConfiguration.SpekeKeyProviderProperty.EncryptionContractConfiguration``.
|
|
5900
5891
|
|
|
5901
5892
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-packagingconfiguration-spekekeyprovider.html#cfn-mediapackage-packagingconfiguration-spekekeyprovider-encryptioncontractconfiguration
|
|
5902
5893
|
'''
|
aws_cdk/aws_memorydb/__init__.py
CHANGED
|
@@ -2320,12 +2320,9 @@ class CfnUser(
|
|
|
2320
2320
|
passwords: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2321
2321
|
type: typing.Optional[builtins.str] = None,
|
|
2322
2322
|
) -> None:
|
|
2323
|
-
'''
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
:param passwords: The password(s) used for authentication.
|
|
2328
|
-
:param type: Indicates whether the user requires a password to authenticate. All newly-created users require a password.
|
|
2323
|
+
'''
|
|
2324
|
+
:param passwords: ``CfnUser.AuthenticationModeProperty.Passwords``.
|
|
2325
|
+
:param type: ``CfnUser.AuthenticationModeProperty.Type``.
|
|
2329
2326
|
|
|
2330
2327
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-memorydb-user-authenticationmode.html
|
|
2331
2328
|
:exampleMetadata: fixture=_generated
|
|
@@ -2353,7 +2350,7 @@ class CfnUser(
|
|
|
2353
2350
|
|
|
2354
2351
|
@builtins.property
|
|
2355
2352
|
def passwords(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2356
|
-
'''
|
|
2353
|
+
'''``CfnUser.AuthenticationModeProperty.Passwords``.
|
|
2357
2354
|
|
|
2358
2355
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-memorydb-user-authenticationmode.html#cfn-memorydb-user-authenticationmode-passwords
|
|
2359
2356
|
'''
|
|
@@ -2362,9 +2359,7 @@ class CfnUser(
|
|
|
2362
2359
|
|
|
2363
2360
|
@builtins.property
|
|
2364
2361
|
def type(self) -> typing.Optional[builtins.str]:
|
|
2365
|
-
'''
|
|
2366
|
-
|
|
2367
|
-
All newly-created users require a password.
|
|
2362
|
+
'''``CfnUser.AuthenticationModeProperty.Type``.
|
|
2368
2363
|
|
|
2369
2364
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-memorydb-user-authenticationmode.html#cfn-memorydb-user-authenticationmode-type
|
|
2370
2365
|
'''
|
aws_cdk/aws_mwaa/__init__.py
CHANGED
|
@@ -159,7 +159,7 @@ class CfnEnvironment(
|
|
|
159
159
|
:param id: - scoped id of the resource.
|
|
160
160
|
:param name: The name of your Amazon MWAA environment.
|
|
161
161
|
:param airflow_configuration_options: A list of key-value pairs containing the Airflow configuration options for your environment. For example, ``core.default_timezone: utc`` . To learn more, see `Apache Airflow configuration options <https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-env-variables.html>`_ .
|
|
162
|
-
:param airflow_version: The version of Apache Airflow to use for the environment. If no value is specified, defaults to the latest version.
|
|
162
|
+
:param airflow_version: The version of Apache Airflow to use for the environment. If no value is specified, defaults to the latest version. *Allowed Values* : ``2.0.2`` | ``1.10.12`` | ``2.2.2`` | ``2.4.3`` | ``2.5.1`` (latest)
|
|
163
163
|
:param dag_s3_path: The relative path to the DAGs folder on your Amazon S3 bucket. For example, ``dags`` . To learn more, see `Adding or updating DAGs <https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-folder.html>`_ .
|
|
164
164
|
:param environment_class: The environment class type. Valid values: ``mw1.small`` , ``mw1.medium`` , ``mw1.large`` . To learn more, see `Amazon MWAA environment class <https://docs.aws.amazon.com/mwaa/latest/userguide/environment-class.html>`_ .
|
|
165
165
|
:param execution_role_arn: The Amazon Resource Name (ARN) of the execution role in IAM that allows MWAA to access AWS resources in your environment. For example, ``arn:aws:iam::123456789:role/my-execution-role`` . To learn more, see `Amazon MWAA Execution role <https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-create-role.html>`_ .
|
|
@@ -365,7 +365,9 @@ class CfnEnvironment(
|
|
|
365
365
|
def airflow_version(self) -> typing.Optional[builtins.str]:
|
|
366
366
|
'''The version of Apache Airflow to use for the environment.
|
|
367
367
|
|
|
368
|
-
If no value is specified, defaults to the latest version.
|
|
368
|
+
If no value is specified, defaults to the latest version.
|
|
369
|
+
|
|
370
|
+
*Allowed Values* : ``2.0.2`` | ``1.10.12`` | ``2.2.2`` | ``2.4.3`` | ``2.5.1`` (latest)
|
|
369
371
|
|
|
370
372
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mwaa-environment.html#cfn-mwaa-environment-airflowversion
|
|
371
373
|
'''
|
|
@@ -1056,7 +1058,7 @@ class CfnEnvironmentProps:
|
|
|
1056
1058
|
|
|
1057
1059
|
:param name: The name of your Amazon MWAA environment.
|
|
1058
1060
|
:param airflow_configuration_options: A list of key-value pairs containing the Airflow configuration options for your environment. For example, ``core.default_timezone: utc`` . To learn more, see `Apache Airflow configuration options <https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-env-variables.html>`_ .
|
|
1059
|
-
:param airflow_version: The version of Apache Airflow to use for the environment. If no value is specified, defaults to the latest version.
|
|
1061
|
+
:param airflow_version: The version of Apache Airflow to use for the environment. If no value is specified, defaults to the latest version. *Allowed Values* : ``2.0.2`` | ``1.10.12`` | ``2.2.2`` | ``2.4.3`` | ``2.5.1`` (latest)
|
|
1060
1062
|
:param dag_s3_path: The relative path to the DAGs folder on your Amazon S3 bucket. For example, ``dags`` . To learn more, see `Adding or updating DAGs <https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-folder.html>`_ .
|
|
1061
1063
|
:param environment_class: The environment class type. Valid values: ``mw1.small`` , ``mw1.medium`` , ``mw1.large`` . To learn more, see `Amazon MWAA environment class <https://docs.aws.amazon.com/mwaa/latest/userguide/environment-class.html>`_ .
|
|
1062
1064
|
:param execution_role_arn: The Amazon Resource Name (ARN) of the execution role in IAM that allows MWAA to access AWS resources in your environment. For example, ``arn:aws:iam::123456789:role/my-execution-role`` . To learn more, see `Amazon MWAA Execution role <https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-create-role.html>`_ .
|
|
@@ -1230,7 +1232,9 @@ class CfnEnvironmentProps:
|
|
|
1230
1232
|
def airflow_version(self) -> typing.Optional[builtins.str]:
|
|
1231
1233
|
'''The version of Apache Airflow to use for the environment.
|
|
1232
1234
|
|
|
1233
|
-
If no value is specified, defaults to the latest version.
|
|
1235
|
+
If no value is specified, defaults to the latest version.
|
|
1236
|
+
|
|
1237
|
+
*Allowed Values* : ``2.0.2`` | ``1.10.12`` | ``2.2.2`` | ``2.4.3`` | ``2.5.1`` (latest)
|
|
1234
1238
|
|
|
1235
1239
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mwaa-environment.html#cfn-mwaa-environment-airflowversion
|
|
1236
1240
|
'''
|
aws_cdk/aws_neptune/__init__.py
CHANGED
|
@@ -159,7 +159,7 @@ class CfnDBCluster(
|
|
|
159
159
|
:param engine_version: Indicates the database engine version.
|
|
160
160
|
:param iam_auth_enabled: True if mapping of Amazon Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
|
|
161
161
|
:param kms_key_id: If ``StorageEncrypted`` is true, the Amazon KMS key identifier for the encrypted DB cluster.
|
|
162
|
-
:param port:
|
|
162
|
+
:param port: ``AWS::Neptune::DBCluster.Port``.
|
|
163
163
|
:param preferred_backup_window: Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the ``BackupRetentionPeriod`` . An update may require some interruption.
|
|
164
164
|
:param preferred_maintenance_window: Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
|
165
165
|
:param restore_to_time: Creates a new DB cluster from a DB snapshot or DB cluster snapshot. If a DB snapshot is specified, the target DB cluster is created from the source DB snapshot with a default configuration and default security group. If a DB cluster snapshot is specified, the target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group.
|
|
@@ -505,7 +505,7 @@ class CfnDBCluster(
|
|
|
505
505
|
@builtins.property
|
|
506
506
|
@jsii.member(jsii_name="port")
|
|
507
507
|
def port(self) -> typing.Optional[jsii.Number]:
|
|
508
|
-
'''
|
|
508
|
+
'''``AWS::Neptune::DBCluster.Port``.
|
|
509
509
|
|
|
510
510
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-port
|
|
511
511
|
'''
|
|
@@ -1172,7 +1172,7 @@ class CfnDBClusterProps:
|
|
|
1172
1172
|
:param engine_version: Indicates the database engine version.
|
|
1173
1173
|
:param iam_auth_enabled: True if mapping of Amazon Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
|
|
1174
1174
|
:param kms_key_id: If ``StorageEncrypted`` is true, the Amazon KMS key identifier for the encrypted DB cluster.
|
|
1175
|
-
:param port:
|
|
1175
|
+
:param port: ``AWS::Neptune::DBCluster.Port``.
|
|
1176
1176
|
:param preferred_backup_window: Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the ``BackupRetentionPeriod`` . An update may require some interruption.
|
|
1177
1177
|
:param preferred_maintenance_window: Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
|
1178
1178
|
:param restore_to_time: Creates a new DB cluster from a DB snapshot or DB cluster snapshot. If a DB snapshot is specified, the target DB cluster is created from the source DB snapshot with a default configuration and default security group. If a DB cluster snapshot is specified, the target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group.
|
|
@@ -1415,7 +1415,7 @@ class CfnDBClusterProps:
|
|
|
1415
1415
|
|
|
1416
1416
|
@builtins.property
|
|
1417
1417
|
def port(self) -> typing.Optional[jsii.Number]:
|
|
1418
|
-
'''
|
|
1418
|
+
'''``AWS::Neptune::DBCluster.Port``.
|
|
1419
1419
|
|
|
1420
1420
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-port
|
|
1421
1421
|
'''
|
|
@@ -4237,7 +4237,7 @@ class CfnRuleGroup(
|
|
|
4237
4237
|
|
|
4238
4238
|
:param rules_source_list: Stateful inspection criteria for a domain list rule group.
|
|
4239
4239
|
:param rules_string: Stateful inspection criteria, provided in Suricata compatible intrusion prevention system (IPS) rules. Suricata is an open-source network IPS that includes a standard rule-based language for network traffic inspection. These rules contain the inspection criteria and the action to take for traffic that matches the criteria, so this type of rule group doesn't have a separate action setting.
|
|
4240
|
-
:param stateful_rules: An array of individual stateful rules inspection criteria to be used together in a stateful rule group. Use this option to specify simple Suricata rules with protocol, source and destination, ports, direction, and rule options. For information about the Suricata ``Rules`` format, see `Rules Format <https://docs.aws.amazon.com/https://suricata.readthedocs.
|
|
4240
|
+
:param stateful_rules: An array of individual stateful rules inspection criteria to be used together in a stateful rule group. Use this option to specify simple Suricata rules with protocol, source and destination, ports, direction, and rule options. For information about the Suricata ``Rules`` format, see `Rules Format <https://docs.aws.amazon.com/https://suricata.readthedocs.iorules/intro.html#>`_ .
|
|
4241
4241
|
:param stateless_rules_and_custom_actions: Stateless inspection criteria to be used in a stateless rule group.
|
|
4242
4242
|
|
|
4243
4243
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-rulegroup-rulessource.html
|
|
@@ -4364,7 +4364,7 @@ class CfnRuleGroup(
|
|
|
4364
4364
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnRuleGroup.StatefulRuleProperty"]]]]:
|
|
4365
4365
|
'''An array of individual stateful rules inspection criteria to be used together in a stateful rule group.
|
|
4366
4366
|
|
|
4367
|
-
Use this option to specify simple Suricata rules with protocol, source and destination, ports, direction, and rule options. For information about the Suricata ``Rules`` format, see `Rules Format <https://docs.aws.amazon.com/https://suricata.readthedocs.
|
|
4367
|
+
Use this option to specify simple Suricata rules with protocol, source and destination, ports, direction, and rule options. For information about the Suricata ``Rules`` format, see `Rules Format <https://docs.aws.amazon.com/https://suricata.readthedocs.iorules/intro.html#>`_ .
|
|
4368
4368
|
|
|
4369
4369
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-rulegroup-rulessource.html#cfn-networkfirewall-rulegroup-rulessource-statefulrules
|
|
4370
4370
|
'''
|
|
@@ -4467,9 +4467,9 @@ class CfnRuleGroup(
|
|
|
4467
4467
|
) -> None:
|
|
4468
4468
|
'''A single Suricata rules specification, for use in a stateful rule group.
|
|
4469
4469
|
|
|
4470
|
-
Use this option to specify a simple Suricata rule with protocol, source and destination, ports, direction, and rule options. For information about the Suricata ``Rules`` format, see `Rules Format <https://docs.aws.amazon.com/https://suricata.readthedocs.
|
|
4470
|
+
Use this option to specify a simple Suricata rule with protocol, source and destination, ports, direction, and rule options. For information about the Suricata ``Rules`` format, see `Rules Format <https://docs.aws.amazon.com/https://suricata.readthedocs.iorules/intro.html#>`_ .
|
|
4471
4471
|
|
|
4472
|
-
:param action: Defines what Network Firewall should do with the packets in a traffic flow when the flow matches the stateful rule criteria. For all actions, Network Firewall performs the specified action and discontinues stateful inspection of the traffic flow. The actions for a stateful rule are defined as follows: - *PASS* - Permits the packets to go to the intended destination. - *DROP* - Blocks the packets from going to the intended destination and sends an alert log message, if alert logging is configured in the ``Firewall`` ``LoggingConfiguration`` . - *ALERT* - Permits the packets to go to the intended destination and sends an alert log message, if alert logging is configured in the ``Firewall`` ``LoggingConfiguration`` . You can use this action to test a rule that you intend to use to drop traffic. You can enable the rule with ``ALERT`` action, verify in the logs that the rule is filtering as you want, then change the action to ``DROP`` .
|
|
4472
|
+
:param action: Defines what Network Firewall should do with the packets in a traffic flow when the flow matches the stateful rule criteria. For all actions, Network Firewall performs the specified action and discontinues stateful inspection of the traffic flow. The actions for a stateful rule are defined as follows: - *PASS* - Permits the packets to go to the intended destination. - *DROP* - Blocks the packets from going to the intended destination and sends an alert log message, if alert logging is configured in the ``Firewall`` ``LoggingConfiguration`` . - *ALERT* - Permits the packets to go to the intended destination and sends an alert log message, if alert logging is configured in the ``Firewall`` ``LoggingConfiguration`` . You can use this action to test a rule that you intend to use to drop traffic. You can enable the rule with ``ALERT`` action, verify in the logs that the rule is filtering as you want, then change the action to ``DROP`` . - *REJECT* - Drops TCP traffic that matches the conditions of the stateful rule, and sends a TCP reset packet back to sender of the packet. A TCP reset packet is a packet with no payload and a ``RST`` bit contained in the TCP header flags. Also sends an alert log mesage if alert logging is configured in the ``Firewall`` ``LoggingConfiguration`` . ``REJECT`` isn't currently available for use with IMAP and FTP protocols.
|
|
4473
4473
|
:param header: The stateful inspection criteria for this rule, used to inspect traffic flows.
|
|
4474
4474
|
:param rule_options: Additional settings for a stateful rule, provided as keywords and settings.
|
|
4475
4475
|
|
|
@@ -4525,6 +4525,10 @@ class CfnRuleGroup(
|
|
|
4525
4525
|
|
|
4526
4526
|
You can use this action to test a rule that you intend to use to drop traffic. You can enable the rule with ``ALERT`` action, verify in the logs that the rule is filtering as you want, then change the action to ``DROP`` .
|
|
4527
4527
|
|
|
4528
|
+
- *REJECT* - Drops TCP traffic that matches the conditions of the stateful rule, and sends a TCP reset packet back to sender of the packet. A TCP reset packet is a packet with no payload and a ``RST`` bit contained in the TCP header flags. Also sends an alert log mesage if alert logging is configured in the ``Firewall`` ``LoggingConfiguration`` .
|
|
4529
|
+
|
|
4530
|
+
``REJECT`` isn't currently available for use with IMAP and FTP protocols.
|
|
4531
|
+
|
|
4528
4532
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-rulegroup-statefulrule.html#cfn-networkfirewall-rulegroup-statefulrule-action
|
|
4529
4533
|
'''
|
|
4530
4534
|
result = self._values.get("action")
|
|
@@ -1407,7 +1407,7 @@ class CfnCoreNetwork(
|
|
|
1407
1407
|
:param id: - scoped id of the resource.
|
|
1408
1408
|
:param global_network_id: The ID of the global network that your core network is a part of.
|
|
1409
1409
|
:param description: The description of a core network.
|
|
1410
|
-
:param policy_document: Describes a core network policy. For more information, see `Core network policies <https://docs.aws.amazon.com/
|
|
1410
|
+
:param policy_document: Describes a core network policy. For more information, see `Core network policies <https://docs.aws.amazon.com/network-manager/latest/cloudwan/cloudwan-policy-change-sets.html>`_ . If you update the policy document, CloudFormation will apply the core network change set generated from the updated policy document, and then set it as the LIVE policy.
|
|
1411
1411
|
:param tags: The list of key-value tags associated with a core network.
|
|
1412
1412
|
'''
|
|
1413
1413
|
if __debug__:
|
|
@@ -1550,7 +1550,7 @@ class CfnCoreNetwork(
|
|
|
1550
1550
|
@builtins.property
|
|
1551
1551
|
@jsii.member(jsii_name="policyDocument")
|
|
1552
1552
|
def policy_document(self) -> typing.Any:
|
|
1553
|
-
'''Describes a core network policy. For more information, see `Core network policies <https://docs.aws.amazon.com/
|
|
1553
|
+
'''Describes a core network policy. For more information, see `Core network policies <https://docs.aws.amazon.com/network-manager/latest/cloudwan/cloudwan-policy-change-sets.html>`_ .
|
|
1554
1554
|
|
|
1555
1555
|
If you update the policy document, CloudFormation will apply the core network change set generated from the updated policy document, and then set it as the LIVE policy.
|
|
1556
1556
|
|
|
@@ -1785,7 +1785,7 @@ class CfnCoreNetworkProps:
|
|
|
1785
1785
|
|
|
1786
1786
|
:param global_network_id: The ID of the global network that your core network is a part of.
|
|
1787
1787
|
:param description: The description of a core network.
|
|
1788
|
-
:param policy_document: Describes a core network policy. For more information, see `Core network policies <https://docs.aws.amazon.com/
|
|
1788
|
+
:param policy_document: Describes a core network policy. For more information, see `Core network policies <https://docs.aws.amazon.com/network-manager/latest/cloudwan/cloudwan-policy-change-sets.html>`_ . If you update the policy document, CloudFormation will apply the core network change set generated from the updated policy document, and then set it as the LIVE policy.
|
|
1789
1789
|
:param tags: The list of key-value tags associated with a core network.
|
|
1790
1790
|
|
|
1791
1791
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-corenetwork.html
|
|
@@ -1848,7 +1848,7 @@ class CfnCoreNetworkProps:
|
|
|
1848
1848
|
|
|
1849
1849
|
@builtins.property
|
|
1850
1850
|
def policy_document(self) -> typing.Any:
|
|
1851
|
-
'''Describes a core network policy. For more information, see `Core network policies <https://docs.aws.amazon.com/
|
|
1851
|
+
'''Describes a core network policy. For more information, see `Core network policies <https://docs.aws.amazon.com/network-manager/latest/cloudwan/cloudwan-policy-change-sets.html>`_ .
|
|
1852
1852
|
|
|
1853
1853
|
If you update the policy document, CloudFormation will apply the core network change set generated from the updated policy document, and then set it as the LIVE policy.
|
|
1854
1854
|
|
|
@@ -372,13 +372,13 @@ class CfnLaunchProfile(
|
|
|
372
372
|
:param clipboard_mode: Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.
|
|
373
373
|
:param ec2_instance_types: The EC2 instance types that users can select from when launching a streaming session with this launch profile.
|
|
374
374
|
:param streaming_image_ids: The streaming images that users can select from when launching a streaming session with this launch profile.
|
|
375
|
-
:param automatic_termination_mode:
|
|
375
|
+
:param automatic_termination_mode: ``CfnLaunchProfile.StreamConfigurationProperty.AutomaticTerminationMode``.
|
|
376
376
|
:param max_session_length_in_minutes: The length of time, in minutes, that a streaming session can be active before it is stopped or terminated. After this point, Nimble Studio automatically terminates or stops the session. The default length of time is 690 minutes, and the maximum length of time is 30 days.
|
|
377
377
|
:param max_stopped_session_length_in_minutes: Integer that determines if you can start and stop your sessions and how long a session can stay in the ``STOPPED`` state. The default value is 0. The maximum value is 5760. This field is allowed only when ``sessionPersistenceMode`` is ``ACTIVATED`` and ``automaticTerminationMode`` is ``ACTIVATED`` . If the value is set to 0, your sessions can’t be ``STOPPED`` . If you then call ``StopStreamingSession`` , the session fails. If the time that a session stays in the ``READY`` state exceeds the ``maxSessionLengthInMinutes`` value, the session will automatically be terminated (instead of ``STOPPED`` ). If the value is set to a positive number, the session can be stopped. You can call ``StopStreamingSession`` to stop sessions in the ``READY`` state. If the time that a session stays in the ``READY`` state exceeds the ``maxSessionLengthInMinutes`` value, the session will automatically be stopped (instead of terminated).
|
|
378
|
-
:param session_backup:
|
|
379
|
-
:param session_persistence_mode:
|
|
378
|
+
:param session_backup: ``CfnLaunchProfile.StreamConfigurationProperty.SessionBackup``.
|
|
379
|
+
:param session_persistence_mode: ``CfnLaunchProfile.StreamConfigurationProperty.SessionPersistenceMode``.
|
|
380
380
|
:param session_storage: The upload storage for a streaming session.
|
|
381
|
-
:param volume_configuration:
|
|
381
|
+
:param volume_configuration: ``CfnLaunchProfile.StreamConfigurationProperty.VolumeConfiguration``.
|
|
382
382
|
|
|
383
383
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfiguration.html
|
|
384
384
|
:exampleMetadata: fixture=_generated
|
|
@@ -483,12 +483,7 @@ class CfnLaunchProfile(
|
|
|
483
483
|
|
|
484
484
|
@builtins.property
|
|
485
485
|
def automatic_termination_mode(self) -> typing.Optional[builtins.str]:
|
|
486
|
-
'''
|
|
487
|
-
|
|
488
|
-
- When ``ACTIVATED`` , the streaming session is scheduled for termination after being in the ``STOPPED`` state for the time specified in ``maxStoppedSessionLengthInMinutes`` .
|
|
489
|
-
- When ``DEACTIVATED`` , the streaming session can remain in the ``STOPPED`` state indefinitely.
|
|
490
|
-
|
|
491
|
-
This parameter is only allowed when ``sessionPersistenceMode`` is ``ACTIVATED`` . When allowed, the default value for this parameter is ``DEACTIVATED`` .
|
|
486
|
+
'''``CfnLaunchProfile.StreamConfigurationProperty.AutomaticTerminationMode``.
|
|
492
487
|
|
|
493
488
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfiguration.html#cfn-nimblestudio-launchprofile-streamconfiguration-automaticterminationmode
|
|
494
489
|
'''
|
|
@@ -527,7 +522,7 @@ class CfnLaunchProfile(
|
|
|
527
522
|
def session_backup(
|
|
528
523
|
self,
|
|
529
524
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnLaunchProfile.StreamConfigurationSessionBackupProperty"]]:
|
|
530
|
-
'''
|
|
525
|
+
'''``CfnLaunchProfile.StreamConfigurationProperty.SessionBackup``.
|
|
531
526
|
|
|
532
527
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfiguration.html#cfn-nimblestudio-launchprofile-streamconfiguration-sessionbackup
|
|
533
528
|
'''
|
|
@@ -536,9 +531,7 @@ class CfnLaunchProfile(
|
|
|
536
531
|
|
|
537
532
|
@builtins.property
|
|
538
533
|
def session_persistence_mode(self) -> typing.Optional[builtins.str]:
|
|
539
|
-
'''
|
|
540
|
-
|
|
541
|
-
This means that ``volumeConfiguration`` and ``automaticTerminationMode`` are configured.
|
|
534
|
+
'''``CfnLaunchProfile.StreamConfigurationProperty.SessionPersistenceMode``.
|
|
542
535
|
|
|
543
536
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfiguration.html#cfn-nimblestudio-launchprofile-streamconfiguration-sessionpersistencemode
|
|
544
537
|
'''
|
|
@@ -560,9 +553,7 @@ class CfnLaunchProfile(
|
|
|
560
553
|
def volume_configuration(
|
|
561
554
|
self,
|
|
562
555
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnLaunchProfile.VolumeConfigurationProperty"]]:
|
|
563
|
-
'''
|
|
564
|
-
|
|
565
|
-
This parameter is only allowed when ``sessionPersistenceMode`` is ``ACTIVATED`` .
|
|
556
|
+
'''``CfnLaunchProfile.StreamConfigurationProperty.VolumeConfiguration``.
|
|
566
557
|
|
|
567
558
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfiguration.html#cfn-nimblestudio-launchprofile-streamconfiguration-volumeconfiguration
|
|
568
559
|
'''
|
|
@@ -592,10 +583,9 @@ class CfnLaunchProfile(
|
|
|
592
583
|
max_backups_to_retain: typing.Optional[jsii.Number] = None,
|
|
593
584
|
mode: typing.Optional[builtins.str] = None,
|
|
594
585
|
) -> None:
|
|
595
|
-
'''
|
|
596
|
-
|
|
597
|
-
:param
|
|
598
|
-
:param mode: Specifies how artists sessions are backed up. Configures backups for streaming sessions launched with this launch profile. The default value is ``DEACTIVATED`` , which means that backups are deactivated. To allow backups, set this value to ``AUTOMATIC`` .
|
|
586
|
+
'''
|
|
587
|
+
:param max_backups_to_retain: ``CfnLaunchProfile.StreamConfigurationSessionBackupProperty.MaxBackupsToRetain``.
|
|
588
|
+
:param mode: ``CfnLaunchProfile.StreamConfigurationSessionBackupProperty.Mode``.
|
|
599
589
|
|
|
600
590
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfigurationsessionbackup.html
|
|
601
591
|
:exampleMetadata: fixture=_generated
|
|
@@ -623,7 +613,7 @@ class CfnLaunchProfile(
|
|
|
623
613
|
|
|
624
614
|
@builtins.property
|
|
625
615
|
def max_backups_to_retain(self) -> typing.Optional[jsii.Number]:
|
|
626
|
-
'''
|
|
616
|
+
'''``CfnLaunchProfile.StreamConfigurationSessionBackupProperty.MaxBackupsToRetain``.
|
|
627
617
|
|
|
628
618
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfigurationsessionbackup.html#cfn-nimblestudio-launchprofile-streamconfigurationsessionbackup-maxbackupstoretain
|
|
629
619
|
'''
|
|
@@ -632,9 +622,7 @@ class CfnLaunchProfile(
|
|
|
632
622
|
|
|
633
623
|
@builtins.property
|
|
634
624
|
def mode(self) -> typing.Optional[builtins.str]:
|
|
635
|
-
'''
|
|
636
|
-
|
|
637
|
-
Configures backups for streaming sessions launched with this launch profile. The default value is ``DEACTIVATED`` , which means that backups are deactivated. To allow backups, set this value to ``AUTOMATIC`` .
|
|
625
|
+
'''``CfnLaunchProfile.StreamConfigurationSessionBackupProperty.Mode``.
|
|
638
626
|
|
|
639
627
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfigurationsessionbackup.html#cfn-nimblestudio-launchprofile-streamconfigurationsessionbackup-mode
|
|
640
628
|
'''
|
|
@@ -815,13 +803,10 @@ class CfnLaunchProfile(
|
|
|
815
803
|
size: typing.Optional[jsii.Number] = None,
|
|
816
804
|
throughput: typing.Optional[jsii.Number] = None,
|
|
817
805
|
) -> None:
|
|
818
|
-
'''
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
:param iops: The number of I/O operations per second for the root volume that is attached to streaming session.
|
|
823
|
-
:param size: The size of the root volume that is attached to the streaming session. The root volume size is measured in GiBs.
|
|
824
|
-
:param throughput: The throughput to provision for the root volume that is attached to the streaming session. The throughput is measured in MiB/s.
|
|
806
|
+
'''
|
|
807
|
+
:param iops: ``CfnLaunchProfile.VolumeConfigurationProperty.Iops``.
|
|
808
|
+
:param size: ``CfnLaunchProfile.VolumeConfigurationProperty.Size``.
|
|
809
|
+
:param throughput: ``CfnLaunchProfile.VolumeConfigurationProperty.Throughput``.
|
|
825
810
|
|
|
826
811
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-volumeconfiguration.html
|
|
827
812
|
:exampleMetadata: fixture=_generated
|
|
@@ -853,7 +838,7 @@ class CfnLaunchProfile(
|
|
|
853
838
|
|
|
854
839
|
@builtins.property
|
|
855
840
|
def iops(self) -> typing.Optional[jsii.Number]:
|
|
856
|
-
'''
|
|
841
|
+
'''``CfnLaunchProfile.VolumeConfigurationProperty.Iops``.
|
|
857
842
|
|
|
858
843
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-volumeconfiguration.html#cfn-nimblestudio-launchprofile-volumeconfiguration-iops
|
|
859
844
|
'''
|
|
@@ -862,9 +847,7 @@ class CfnLaunchProfile(
|
|
|
862
847
|
|
|
863
848
|
@builtins.property
|
|
864
849
|
def size(self) -> typing.Optional[jsii.Number]:
|
|
865
|
-
'''
|
|
866
|
-
|
|
867
|
-
The root volume size is measured in GiBs.
|
|
850
|
+
'''``CfnLaunchProfile.VolumeConfigurationProperty.Size``.
|
|
868
851
|
|
|
869
852
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-volumeconfiguration.html#cfn-nimblestudio-launchprofile-volumeconfiguration-size
|
|
870
853
|
'''
|
|
@@ -873,9 +856,7 @@ class CfnLaunchProfile(
|
|
|
873
856
|
|
|
874
857
|
@builtins.property
|
|
875
858
|
def throughput(self) -> typing.Optional[jsii.Number]:
|
|
876
|
-
'''
|
|
877
|
-
|
|
878
|
-
The throughput is measured in MiB/s.
|
|
859
|
+
'''``CfnLaunchProfile.VolumeConfigurationProperty.Throughput``.
|
|
879
860
|
|
|
880
861
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-volumeconfiguration.html#cfn-nimblestudio-launchprofile-volumeconfiguration-throughput
|
|
881
862
|
'''
|
|
@@ -1349,10 +1330,9 @@ class CfnStreamingImage(
|
|
|
1349
1330
|
key_type: builtins.str,
|
|
1350
1331
|
key_arn: typing.Optional[builtins.str] = None,
|
|
1351
1332
|
) -> None:
|
|
1352
|
-
'''
|
|
1353
|
-
|
|
1354
|
-
:param
|
|
1355
|
-
:param key_arn: The ARN for a KMS key that is used to encrypt studio data.
|
|
1333
|
+
'''
|
|
1334
|
+
:param key_type: ``CfnStreamingImage.StreamingImageEncryptionConfigurationProperty.KeyType``.
|
|
1335
|
+
:param key_arn: ``CfnStreamingImage.StreamingImageEncryptionConfigurationProperty.KeyArn``.
|
|
1356
1336
|
|
|
1357
1337
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-streamingimage-streamingimageencryptionconfiguration.html
|
|
1358
1338
|
:exampleMetadata: fixture=_generated
|
|
@@ -1382,7 +1362,7 @@ class CfnStreamingImage(
|
|
|
1382
1362
|
|
|
1383
1363
|
@builtins.property
|
|
1384
1364
|
def key_type(self) -> builtins.str:
|
|
1385
|
-
'''
|
|
1365
|
+
'''``CfnStreamingImage.StreamingImageEncryptionConfigurationProperty.KeyType``.
|
|
1386
1366
|
|
|
1387
1367
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-streamingimage-streamingimageencryptionconfiguration.html#cfn-nimblestudio-streamingimage-streamingimageencryptionconfiguration-keytype
|
|
1388
1368
|
'''
|
|
@@ -1392,7 +1372,7 @@ class CfnStreamingImage(
|
|
|
1392
1372
|
|
|
1393
1373
|
@builtins.property
|
|
1394
1374
|
def key_arn(self) -> typing.Optional[builtins.str]:
|
|
1395
|
-
'''
|
|
1375
|
+
'''``CfnStreamingImage.StreamingImageEncryptionConfigurationProperty.KeyArn``.
|
|
1396
1376
|
|
|
1397
1377
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-streamingimage-streamingimageencryptionconfiguration.html#cfn-nimblestudio-streamingimage-streamingimageencryptionconfiguration-keyarn
|
|
1398
1378
|
'''
|
|
@@ -3850,7 +3850,6 @@ class CognitoOptions:
|
|
|
3850
3850
|
|
|
3851
3851
|
Example::
|
|
3852
3852
|
|
|
3853
|
-
# Example automatically generated from non-compiling source. May contain errors.
|
|
3854
3853
|
opensearch.Domain(self, "Domain",
|
|
3855
3854
|
cognito_dashboards_auth=opensearch.CognitoOptions(
|
|
3856
3855
|
identity_pool_id="test-identity-pool-id",
|
aws_cdk/aws_panorama/__init__.py
CHANGED
|
@@ -981,13 +981,12 @@ class CfnPackage(
|
|
|
981
981
|
manifest_prefix_location: typing.Optional[builtins.str] = None,
|
|
982
982
|
repo_prefix_location: typing.Optional[builtins.str] = None,
|
|
983
983
|
) -> None:
|
|
984
|
-
'''
|
|
985
|
-
|
|
986
|
-
:param
|
|
987
|
-
:param
|
|
988
|
-
:param
|
|
989
|
-
:param
|
|
990
|
-
:param repo_prefix_location: The location's repo prefix.
|
|
984
|
+
'''
|
|
985
|
+
:param binary_prefix_location: ``CfnPackage.StorageLocationProperty.BinaryPrefixLocation``.
|
|
986
|
+
:param bucket: ``CfnPackage.StorageLocationProperty.Bucket``.
|
|
987
|
+
:param generated_prefix_location: ``CfnPackage.StorageLocationProperty.GeneratedPrefixLocation``.
|
|
988
|
+
:param manifest_prefix_location: ``CfnPackage.StorageLocationProperty.ManifestPrefixLocation``.
|
|
989
|
+
:param repo_prefix_location: ``CfnPackage.StorageLocationProperty.RepoPrefixLocation``.
|
|
991
990
|
|
|
992
991
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-panorama-package-storagelocation.html
|
|
993
992
|
:exampleMetadata: fixture=_generated
|
|
@@ -1027,7 +1026,7 @@ class CfnPackage(
|
|
|
1027
1026
|
|
|
1028
1027
|
@builtins.property
|
|
1029
1028
|
def binary_prefix_location(self) -> typing.Optional[builtins.str]:
|
|
1030
|
-
'''
|
|
1029
|
+
'''``CfnPackage.StorageLocationProperty.BinaryPrefixLocation``.
|
|
1031
1030
|
|
|
1032
1031
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-panorama-package-storagelocation.html#cfn-panorama-package-storagelocation-binaryprefixlocation
|
|
1033
1032
|
'''
|
|
@@ -1036,7 +1035,7 @@ class CfnPackage(
|
|
|
1036
1035
|
|
|
1037
1036
|
@builtins.property
|
|
1038
1037
|
def bucket(self) -> typing.Optional[builtins.str]:
|
|
1039
|
-
'''
|
|
1038
|
+
'''``CfnPackage.StorageLocationProperty.Bucket``.
|
|
1040
1039
|
|
|
1041
1040
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-panorama-package-storagelocation.html#cfn-panorama-package-storagelocation-bucket
|
|
1042
1041
|
'''
|
|
@@ -1045,7 +1044,7 @@ class CfnPackage(
|
|
|
1045
1044
|
|
|
1046
1045
|
@builtins.property
|
|
1047
1046
|
def generated_prefix_location(self) -> typing.Optional[builtins.str]:
|
|
1048
|
-
'''
|
|
1047
|
+
'''``CfnPackage.StorageLocationProperty.GeneratedPrefixLocation``.
|
|
1049
1048
|
|
|
1050
1049
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-panorama-package-storagelocation.html#cfn-panorama-package-storagelocation-generatedprefixlocation
|
|
1051
1050
|
'''
|
|
@@ -1054,7 +1053,7 @@ class CfnPackage(
|
|
|
1054
1053
|
|
|
1055
1054
|
@builtins.property
|
|
1056
1055
|
def manifest_prefix_location(self) -> typing.Optional[builtins.str]:
|
|
1057
|
-
'''
|
|
1056
|
+
'''``CfnPackage.StorageLocationProperty.ManifestPrefixLocation``.
|
|
1058
1057
|
|
|
1059
1058
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-panorama-package-storagelocation.html#cfn-panorama-package-storagelocation-manifestprefixlocation
|
|
1060
1059
|
'''
|
|
@@ -1063,7 +1062,7 @@ class CfnPackage(
|
|
|
1063
1062
|
|
|
1064
1063
|
@builtins.property
|
|
1065
1064
|
def repo_prefix_location(self) -> typing.Optional[builtins.str]:
|
|
1066
|
-
'''
|
|
1065
|
+
'''``CfnPackage.StorageLocationProperty.RepoPrefixLocation``.
|
|
1067
1066
|
|
|
1068
1067
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-panorama-package-storagelocation.html#cfn-panorama-package-storagelocation-repoprefixlocation
|
|
1069
1068
|
'''
|