aws-cdk-lib 2.219.0__py3-none-any.whl → 2.221.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 +33 -35
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.219.0.jsii.tgz → aws-cdk-lib@2.221.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -0
- aws_cdk/aws_accessanalyzer/__init__.py +3 -0
- aws_cdk/aws_acmpca/__init__.py +4 -1
- aws_cdk/aws_aiops/__init__.py +3 -0
- aws_cdk/aws_amazonmq/__init__.py +3 -29
- aws_cdk/aws_amplify/__init__.py +3 -0
- aws_cdk/aws_amplifyuibuilder/__init__.py +3 -0
- aws_cdk/aws_apigateway/__init__.py +3 -0
- aws_cdk/aws_apigatewayv2/__init__.py +3 -0
- aws_cdk/aws_appconfig/__init__.py +3 -29
- aws_cdk/aws_appflow/__init__.py +3 -0
- aws_cdk/aws_appintegrations/__init__.py +3 -0
- aws_cdk/aws_applicationautoscaling/__init__.py +3 -0
- aws_cdk/aws_applicationinsights/__init__.py +3 -0
- aws_cdk/aws_applicationsignals/__init__.py +453 -2
- aws_cdk/aws_appmesh/__init__.py +3 -0
- aws_cdk/aws_apprunner/__init__.py +3 -0
- aws_cdk/aws_appstream/__init__.py +3 -0
- aws_cdk/aws_appsync/__init__.py +3 -0
- aws_cdk/aws_apptest/__init__.py +3 -0
- aws_cdk/aws_aps/__init__.py +1168 -83
- aws_cdk/aws_arcregionswitch/__init__.py +11 -0
- aws_cdk/aws_arczonalshift/__init__.py +3 -0
- aws_cdk/aws_athena/__init__.py +3 -0
- aws_cdk/aws_auditmanager/__init__.py +3 -0
- aws_cdk/aws_autoscaling/__init__.py +3 -0
- aws_cdk/aws_autoscaling_common/__init__.py +3 -0
- aws_cdk/aws_autoscalingplans/__init__.py +3 -0
- aws_cdk/aws_b2bi/__init__.py +3 -0
- aws_cdk/aws_backup/__init__.py +32 -29
- aws_cdk/aws_backupgateway/__init__.py +3 -0
- aws_cdk/aws_batch/__init__.py +112 -7
- aws_cdk/aws_bcmdataexports/__init__.py +3 -0
- aws_cdk/aws_bedrock/__init__.py +53 -45
- aws_cdk/aws_bedrockagentcore/__init__.py +8499 -1732
- aws_cdk/aws_billingconductor/__init__.py +3 -0
- aws_cdk/aws_budgets/__init__.py +3 -0
- aws_cdk/aws_cassandra/__init__.py +3 -0
- aws_cdk/aws_ce/__init__.py +3 -0
- aws_cdk/aws_certificatemanager/__init__.py +3 -0
- aws_cdk/aws_chatbot/__init__.py +3 -0
- aws_cdk/aws_cleanrooms/__init__.py +3 -0
- aws_cdk/aws_cleanroomsml/__init__.py +3 -0
- aws_cdk/aws_cloud9/__init__.py +3 -0
- aws_cdk/aws_cloudformation/__init__.py +3 -0
- aws_cdk/aws_cloudfront/__init__.py +69 -3
- aws_cdk/aws_cloudfront/experimental/__init__.py +4 -0
- aws_cdk/aws_cloudfront_origins/__init__.py +87 -6
- aws_cdk/aws_cloudtrail/__init__.py +3 -0
- aws_cdk/aws_cloudwatch/__init__.py +8 -5
- aws_cdk/aws_codeartifact/__init__.py +3 -0
- aws_cdk/aws_codebuild/__init__.py +3 -0
- aws_cdk/aws_codecommit/__init__.py +3 -0
- aws_cdk/aws_codeconnections/__init__.py +3 -0
- aws_cdk/aws_codedeploy/__init__.py +3 -0
- aws_cdk/aws_codeguruprofiler/__init__.py +3 -0
- aws_cdk/aws_codegurureviewer/__init__.py +3 -0
- aws_cdk/aws_codepipeline/__init__.py +3 -0
- aws_cdk/aws_codepipeline_actions/__init__.py +3 -0
- aws_cdk/aws_codestar/__init__.py +3 -0
- aws_cdk/aws_codestarconnections/__init__.py +3 -0
- aws_cdk/aws_codestarnotifications/__init__.py +3 -0
- aws_cdk/aws_cognito/__init__.py +9 -4
- aws_cdk/aws_cognito_identitypool/__init__.py +3 -0
- aws_cdk/aws_comprehend/__init__.py +3 -0
- aws_cdk/aws_config/__init__.py +3 -0
- aws_cdk/aws_connect/__init__.py +1232 -2
- aws_cdk/aws_connectcampaigns/__init__.py +3 -0
- aws_cdk/aws_connectcampaignsv2/__init__.py +3 -0
- aws_cdk/aws_controltower/__init__.py +3 -0
- aws_cdk/aws_cur/__init__.py +3 -0
- aws_cdk/aws_customerprofiles/__init__.py +3 -29
- aws_cdk/aws_databrew/__init__.py +3 -0
- aws_cdk/aws_datapipeline/__init__.py +3 -0
- aws_cdk/aws_datasync/__init__.py +3 -0
- aws_cdk/aws_datazone/__init__.py +17 -15
- aws_cdk/aws_dax/__init__.py +15 -3
- aws_cdk/aws_deadline/__init__.py +3 -0
- aws_cdk/aws_detective/__init__.py +3 -0
- aws_cdk/aws_devicefarm/__init__.py +3 -0
- aws_cdk/aws_devopsguru/__init__.py +3 -0
- aws_cdk/aws_directoryservice/__init__.py +32 -0
- aws_cdk/aws_dlm/__init__.py +3 -0
- aws_cdk/aws_dms/__init__.py +3 -0
- aws_cdk/aws_docdb/__init__.py +14 -3
- aws_cdk/aws_docdbelastic/__init__.py +3 -0
- aws_cdk/aws_dsql/__init__.py +3 -0
- aws_cdk/aws_dynamodb/__init__.py +3 -0
- aws_cdk/aws_ec2/__init__.py +205 -48
- aws_cdk/aws_ecr/__init__.py +156 -33
- aws_cdk/aws_ecs/__init__.py +429 -182
- aws_cdk/aws_efs/__init__.py +3 -0
- aws_cdk/aws_eks/__init__.py +117 -67
- aws_cdk/aws_elasticache/__init__.py +3 -0
- aws_cdk/aws_elasticbeanstalk/__init__.py +3 -0
- aws_cdk/aws_elasticloadbalancing/__init__.py +3 -0
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +445 -36
- aws_cdk/aws_elasticsearch/__init__.py +3 -0
- aws_cdk/aws_emr/__init__.py +3 -0
- aws_cdk/aws_emrcontainers/__init__.py +3 -0
- aws_cdk/aws_emrserverless/__init__.py +12 -11
- aws_cdk/aws_entityresolution/__init__.py +3 -0
- aws_cdk/aws_events/__init__.py +73 -29
- aws_cdk/aws_events_targets/__init__.py +3 -0
- aws_cdk/aws_eventschemas/__init__.py +3 -0
- aws_cdk/aws_evidently/__init__.py +3 -0
- aws_cdk/aws_evs/__init__.py +3 -0
- aws_cdk/aws_finspace/__init__.py +3 -0
- aws_cdk/aws_fis/__init__.py +3 -0
- aws_cdk/aws_fms/__init__.py +3 -0
- aws_cdk/aws_forecast/__init__.py +3 -0
- aws_cdk/aws_frauddetector/__init__.py +3 -0
- aws_cdk/aws_fsx/__init__.py +7 -4
- aws_cdk/aws_gamelift/__init__.py +3 -0
- aws_cdk/aws_gameliftstreams/__init__.py +8 -5
- aws_cdk/aws_globalaccelerator/__init__.py +3 -0
- aws_cdk/aws_glue/__init__.py +11 -80
- aws_cdk/aws_grafana/__init__.py +3 -0
- aws_cdk/aws_greengrass/__init__.py +3 -0
- aws_cdk/aws_greengrassv2/__init__.py +3 -0
- aws_cdk/aws_groundstation/__init__.py +3 -0
- aws_cdk/aws_guardduty/__init__.py +3 -0
- aws_cdk/aws_healthimaging/__init__.py +3 -0
- aws_cdk/aws_healthlake/__init__.py +3 -0
- aws_cdk/aws_iam/__init__.py +30 -32
- aws_cdk/aws_identitystore/__init__.py +3 -0
- aws_cdk/aws_imagebuilder/__init__.py +896 -0
- aws_cdk/aws_inspector/__init__.py +3 -0
- aws_cdk/aws_inspectorv2/__init__.py +3 -0
- aws_cdk/aws_internetmonitor/__init__.py +3 -0
- aws_cdk/aws_invoicing/__init__.py +3 -0
- aws_cdk/aws_iot/__init__.py +3 -0
- aws_cdk/aws_iotanalytics/__init__.py +3 -0
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +3 -0
- aws_cdk/aws_iotevents/__init__.py +3 -0
- aws_cdk/aws_iotfleethub/__init__.py +3 -0
- aws_cdk/aws_iotfleetwise/__init__.py +3 -0
- aws_cdk/aws_iotsitewise/__init__.py +139 -80
- aws_cdk/aws_iotthingsgraph/__init__.py +3 -0
- aws_cdk/aws_iottwinmaker/__init__.py +3 -87
- aws_cdk/aws_iotwireless/__init__.py +61 -0
- aws_cdk/aws_ivs/__init__.py +3 -0
- aws_cdk/aws_ivschat/__init__.py +3 -0
- aws_cdk/aws_kafkaconnect/__init__.py +3 -0
- aws_cdk/aws_kendra/__init__.py +3 -58
- aws_cdk/aws_kendraranking/__init__.py +3 -0
- aws_cdk/aws_kinesis/__init__.py +98 -4
- aws_cdk/aws_kinesisanalytics/__init__.py +3 -0
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +3 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +1709 -10
- aws_cdk/aws_kinesisvideo/__init__.py +3 -29
- aws_cdk/aws_kms/__init__.py +3 -0
- aws_cdk/aws_lakeformation/__init__.py +3 -0
- aws_cdk/aws_lambda/__init__.py +57 -7
- aws_cdk/aws_lambda_nodejs/__init__.py +3 -0
- aws_cdk/aws_launchwizard/__init__.py +3 -0
- aws_cdk/aws_lex/__init__.py +3 -29
- aws_cdk/aws_licensemanager/__init__.py +3 -0
- aws_cdk/aws_lightsail/__init__.py +587 -0
- aws_cdk/aws_location/__init__.py +3 -0
- aws_cdk/aws_logs/__init__.py +283 -9
- aws_cdk/aws_lookoutequipment/__init__.py +3 -29
- aws_cdk/aws_lookoutmetrics/__init__.py +17 -2
- aws_cdk/aws_lookoutvision/__init__.py +3 -0
- aws_cdk/aws_m2/__init__.py +62 -13
- aws_cdk/aws_macie/__init__.py +3 -0
- aws_cdk/aws_managedblockchain/__init__.py +3 -0
- aws_cdk/aws_mediaconnect/__init__.py +3 -0
- aws_cdk/aws_mediaconvert/__init__.py +3 -0
- aws_cdk/aws_medialive/__init__.py +279 -33
- aws_cdk/aws_mediapackage/__init__.py +3 -0
- aws_cdk/aws_mediapackagev2/__init__.py +3 -0
- aws_cdk/aws_mediastore/__init__.py +3 -0
- aws_cdk/aws_mediatailor/__init__.py +3 -58
- aws_cdk/aws_memorydb/__init__.py +3 -0
- aws_cdk/aws_mpa/__init__.py +3 -0
- aws_cdk/aws_msk/__init__.py +3 -0
- aws_cdk/aws_mwaa/__init__.py +8 -5
- aws_cdk/aws_neptune/__init__.py +188 -70
- aws_cdk/aws_neptunegraph/__init__.py +3 -0
- aws_cdk/aws_networkfirewall/__init__.py +3 -0
- aws_cdk/aws_networkmanager/__init__.py +32 -0
- aws_cdk/aws_nimblestudio/__init__.py +3 -0
- aws_cdk/aws_notifications/__init__.py +3 -0
- aws_cdk/aws_notificationscontacts/__init__.py +3 -0
- aws_cdk/aws_oam/__init__.py +3 -0
- aws_cdk/aws_observabilityadmin/__init__.py +1365 -187
- aws_cdk/aws_odb/__init__.py +4 -1
- aws_cdk/aws_omics/__init__.py +10 -1
- aws_cdk/aws_opensearchserverless/__init__.py +3 -0
- aws_cdk/aws_opensearchservice/__init__.py +9 -0
- aws_cdk/aws_opsworks/__init__.py +3 -0
- aws_cdk/aws_opsworkscm/__init__.py +3 -0
- aws_cdk/aws_organizations/__init__.py +3 -116
- aws_cdk/aws_osis/__init__.py +157 -0
- aws_cdk/aws_panorama/__init__.py +3 -0
- aws_cdk/aws_paymentcryptography/__init__.py +3 -0
- aws_cdk/aws_pcaconnectorad/__init__.py +3 -0
- aws_cdk/aws_pcaconnectorscep/__init__.py +3 -0
- aws_cdk/aws_pcs/__init__.py +227 -33
- aws_cdk/aws_personalize/__init__.py +3 -0
- aws_cdk/aws_pinpoint/__init__.py +61 -58
- aws_cdk/aws_pinpointemail/__init__.py +3 -0
- aws_cdk/aws_pipes/__init__.py +3 -0
- aws_cdk/aws_proton/__init__.py +3 -0
- aws_cdk/aws_qbusiness/__init__.py +3 -174
- aws_cdk/aws_qldb/__init__.py +3 -29
- aws_cdk/aws_quicksight/__init__.py +493 -406
- aws_cdk/aws_ram/__init__.py +3 -0
- aws_cdk/aws_rbin/__init__.py +3 -0
- aws_cdk/aws_rds/__init__.py +71 -42
- aws_cdk/aws_redshift/__init__.py +3 -0
- aws_cdk/aws_redshiftserverless/__init__.py +3 -0
- aws_cdk/aws_refactorspaces/__init__.py +21 -6
- aws_cdk/aws_rekognition/__init__.py +3 -29
- aws_cdk/aws_resiliencehub/__init__.py +3 -0
- aws_cdk/aws_resourceexplorer2/__init__.py +3 -0
- aws_cdk/aws_resourcegroups/__init__.py +3 -0
- aws_cdk/aws_robomaker/__init__.py +3 -0
- aws_cdk/aws_rolesanywhere/__init__.py +3 -0
- aws_cdk/aws_route53/__init__.py +148 -24
- aws_cdk/aws_route53_targets/__init__.py +3 -0
- aws_cdk/aws_route53profiles/__init__.py +3 -0
- aws_cdk/aws_route53recoverycontrol/__init__.py +3 -0
- aws_cdk/aws_route53recoveryreadiness/__init__.py +3 -0
- aws_cdk/aws_route53resolver/__init__.py +11 -4
- aws_cdk/aws_rum/__init__.py +3 -0
- aws_cdk/aws_s3/__init__.py +80 -43
- aws_cdk/aws_s3_deployment/__init__.py +3 -0
- aws_cdk/aws_s3express/__init__.py +3 -0
- aws_cdk/aws_s3objectlambda/__init__.py +47 -12
- aws_cdk/aws_s3outposts/__init__.py +3 -0
- aws_cdk/aws_s3tables/__init__.py +3 -0
- aws_cdk/aws_sagemaker/__init__.py +166 -87
- aws_cdk/aws_sam/__init__.py +3 -0
- aws_cdk/aws_scheduler/__init__.py +3 -29
- aws_cdk/aws_sdb/__init__.py +3 -0
- aws_cdk/aws_secretsmanager/__init__.py +3 -0
- aws_cdk/aws_securityhub/__init__.py +3 -0
- aws_cdk/aws_securitylake/__init__.py +3 -0
- aws_cdk/aws_servicecatalog/__init__.py +161 -144
- aws_cdk/aws_servicecatalogappregistry/__init__.py +3 -0
- aws_cdk/aws_servicediscovery/__init__.py +3 -0
- aws_cdk/aws_ses/__init__.py +3 -0
- aws_cdk/aws_shield/__init__.py +3 -0
- aws_cdk/aws_signer/__init__.py +3 -0
- aws_cdk/aws_simspaceweaver/__init__.py +3 -0
- aws_cdk/aws_smsvoice/__init__.py +3 -29
- aws_cdk/aws_sns/__init__.py +3 -0
- aws_cdk/aws_sqs/__init__.py +3 -0
- aws_cdk/aws_ssm/__init__.py +10 -3
- aws_cdk/aws_ssmcontacts/__init__.py +3 -0
- aws_cdk/aws_ssmguiconnect/__init__.py +3 -0
- aws_cdk/aws_ssmincidents/__init__.py +3 -0
- aws_cdk/aws_ssmquicksetup/__init__.py +470 -3
- aws_cdk/aws_sso/__init__.py +3 -0
- aws_cdk/aws_stepfunctions/__init__.py +23 -19
- aws_cdk/aws_stepfunctions_tasks/__init__.py +6 -3
- aws_cdk/aws_supportapp/__init__.py +3 -0
- aws_cdk/aws_synthetics/__init__.py +80 -27
- aws_cdk/aws_systemsmanagersap/__init__.py +3 -0
- aws_cdk/aws_timestream/__init__.py +3 -29
- aws_cdk/aws_transfer/__init__.py +20 -34
- aws_cdk/aws_verifiedpermissions/__init__.py +3 -0
- aws_cdk/aws_voiceid/__init__.py +3 -0
- aws_cdk/aws_vpclattice/__init__.py +7 -4
- aws_cdk/aws_waf/__init__.py +3 -0
- aws_cdk/aws_wafregional/__init__.py +3 -0
- aws_cdk/aws_wafv2/__init__.py +3 -0
- aws_cdk/aws_wisdom/__init__.py +3 -116
- aws_cdk/aws_workspaces/__init__.py +3 -0
- aws_cdk/aws_workspacesinstances/__init__.py +3 -0
- aws_cdk/aws_workspacesthinclient/__init__.py +3 -0
- aws_cdk/aws_workspacesweb/__init__.py +3 -0
- aws_cdk/aws_xray/__init__.py +3 -0
- aws_cdk/cloud_assembly_schema/__init__.py +3 -0
- aws_cdk/cx_api/__init__.py +34 -0
- aws_cdk/pipelines/__init__.py +3 -0
- aws_cdk/region_info/__init__.py +3 -0
- aws_cdk/triggers/__init__.py +3 -0
- {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/METADATA +2 -2
- aws_cdk_lib-2.221.0.dist-info/RECORD +313 -0
- aws_cdk_lib-2.219.0.dist-info/RECORD +0 -313
- {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/top_level.txt +0 -0
|
@@ -8596,3 +8596,6 @@ def _typecheckingstub__a5543e4b1f496b09cc4a434231d283ad21ff49080e145c70f79d585e6
|
|
|
8596
8596
|
) -> None:
|
|
8597
8597
|
"""Type checking stubs"""
|
|
8598
8598
|
pass
|
|
8599
|
+
|
|
8600
|
+
for cls in [IDomain, IDomainRef]:
|
|
8601
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_emr/__init__.py
CHANGED
|
@@ -13942,3 +13942,6 @@ def _typecheckingstub__0b841633928ec99eb6a369ad7d4f47c19b8160c69cd85540afdfe7123
|
|
|
13942
13942
|
) -> None:
|
|
13943
13943
|
"""Type checking stubs"""
|
|
13944
13944
|
pass
|
|
13945
|
+
|
|
13946
|
+
for cls in [IClusterRef, IInstanceFleetConfigRef, IInstanceGroupConfigRef, ISecurityConfigurationRef, IStepRef, IStudioRef, IStudioSessionMappingRef, IWALWorkspaceRef]:
|
|
13947
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -869,3 +869,6 @@ def _typecheckingstub__26be72236c14a8878e3d92d7b17397aa49c8a844f85e9e98c958600dd
|
|
|
869
869
|
) -> None:
|
|
870
870
|
"""Type checking stubs"""
|
|
871
871
|
pass
|
|
872
|
+
|
|
873
|
+
for cls in [IVirtualClusterRef]:
|
|
874
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -189,7 +189,7 @@ class CfnApplicationProps:
|
|
|
189
189
|
:param architecture: The CPU architecture of an application.
|
|
190
190
|
:param auto_start_configuration: The configuration for an application to automatically start on job submission.
|
|
191
191
|
:param auto_stop_configuration: The configuration for an application to automatically stop after a certain amount of time being idle.
|
|
192
|
-
:param identity_center_configuration:
|
|
192
|
+
:param identity_center_configuration: The IAM Identity Center configuration applied to enable trusted identity propagation.
|
|
193
193
|
:param image_configuration: The image configuration applied to all worker types.
|
|
194
194
|
:param initial_capacity: The initial capacity of the application.
|
|
195
195
|
:param interactive_configuration: The interactive configuration object that enables the interactive use cases for an application.
|
|
@@ -420,9 +420,7 @@ class CfnApplicationProps:
|
|
|
420
420
|
def identity_center_configuration(
|
|
421
421
|
self,
|
|
422
422
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplication.IdentityCenterConfigurationProperty"]]:
|
|
423
|
-
'''
|
|
424
|
-
|
|
425
|
-
A configuration consists of a classification, properties, and optional nested configurations. A classification refers to an application-specific configuration file. Properties are the settings you want to change in that file.
|
|
423
|
+
'''The IAM Identity Center configuration applied to enable trusted identity propagation.
|
|
426
424
|
|
|
427
425
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html#cfn-emrserverless-application-identitycenterconfiguration
|
|
428
426
|
'''
|
|
@@ -756,7 +754,7 @@ class CfnApplication(
|
|
|
756
754
|
:param architecture: The CPU architecture of an application.
|
|
757
755
|
:param auto_start_configuration: The configuration for an application to automatically start on job submission.
|
|
758
756
|
:param auto_stop_configuration: The configuration for an application to automatically stop after a certain amount of time being idle.
|
|
759
|
-
:param identity_center_configuration:
|
|
757
|
+
:param identity_center_configuration: The IAM Identity Center configuration applied to enable trusted identity propagation.
|
|
760
758
|
:param image_configuration: The image configuration applied to all worker types.
|
|
761
759
|
:param initial_capacity: The initial capacity of the application.
|
|
762
760
|
:param interactive_configuration: The interactive configuration object that enables the interactive use cases for an application.
|
|
@@ -885,7 +883,7 @@ class CfnApplication(
|
|
|
885
883
|
@builtins.property
|
|
886
884
|
@jsii.member(jsii_name="attrArn")
|
|
887
885
|
def attr_arn(self) -> builtins.str:
|
|
888
|
-
'''The Amazon Resource Name (ARN) of the
|
|
886
|
+
'''The Amazon Resource Name (ARN) of the EMR Serverless Application.
|
|
889
887
|
|
|
890
888
|
:cloudformationAttribute: Arn
|
|
891
889
|
'''
|
|
@@ -982,7 +980,7 @@ class CfnApplication(
|
|
|
982
980
|
def identity_center_configuration(
|
|
983
981
|
self,
|
|
984
982
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplication.IdentityCenterConfigurationProperty"]]:
|
|
985
|
-
'''
|
|
983
|
+
'''The IAM Identity Center configuration applied to enable trusted identity propagation.'''
|
|
986
984
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplication.IdentityCenterConfigurationProperty"]], jsii.get(self, "identityCenterConfiguration"))
|
|
987
985
|
|
|
988
986
|
@identity_center_configuration.setter
|
|
@@ -1568,11 +1566,11 @@ class CfnApplication(
|
|
|
1568
1566
|
*,
|
|
1569
1567
|
identity_center_instance_arn: typing.Optional[builtins.str] = None,
|
|
1570
1568
|
) -> None:
|
|
1571
|
-
'''The IAM
|
|
1569
|
+
'''The IAM Identity Center Configuration accepts the Identity Center instance parameter required to enable trusted identity propagation.
|
|
1572
1570
|
|
|
1573
|
-
|
|
1571
|
+
This configuration allows identity propagation between integrated services and the Identity Center instance.
|
|
1574
1572
|
|
|
1575
|
-
:param identity_center_instance_arn: The IAM
|
|
1573
|
+
:param identity_center_instance_arn: The ARN of the IAM Identity Center instance.
|
|
1576
1574
|
|
|
1577
1575
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-identitycenterconfiguration.html
|
|
1578
1576
|
:exampleMetadata: fixture=_generated
|
|
@@ -1596,7 +1594,7 @@ class CfnApplication(
|
|
|
1596
1594
|
|
|
1597
1595
|
@builtins.property
|
|
1598
1596
|
def identity_center_instance_arn(self) -> typing.Optional[builtins.str]:
|
|
1599
|
-
'''The IAM
|
|
1597
|
+
'''The ARN of the IAM Identity Center instance.
|
|
1600
1598
|
|
|
1601
1599
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-identitycenterconfiguration.html#cfn-emrserverless-application-identitycenterconfiguration-identitycenterinstancearn
|
|
1602
1600
|
'''
|
|
@@ -3082,3 +3080,6 @@ def _typecheckingstub__cf3faf2221f3ef2b1688f533b0a19ec0f76d5323103fca031607fc17f
|
|
|
3082
3080
|
) -> None:
|
|
3083
3081
|
"""Type checking stubs"""
|
|
3084
3082
|
pass
|
|
3083
|
+
|
|
3084
|
+
for cls in [IApplicationRef]:
|
|
3085
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -5962,3 +5962,6 @@ def _typecheckingstub__d608d145fae97c0a85e57f344f3785207a465f180330e5a7bec62b411
|
|
|
5962
5962
|
) -> None:
|
|
5963
5963
|
"""Type checking stubs"""
|
|
5964
5964
|
pass
|
|
5965
|
+
|
|
5966
|
+
for cls in [IIdMappingWorkflowRef, IIdNamespaceRef, IMatchingWorkflowRef, IPolicyStatementRef, ISchemaMappingRef]:
|
|
5967
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_events/__init__.py
CHANGED
|
@@ -1852,10 +1852,10 @@ class CfnEventBusPolicyProps:
|
|
|
1852
1852
|
'''Properties for defining a ``CfnEventBusPolicy``.
|
|
1853
1853
|
|
|
1854
1854
|
:param statement_id: An identifier string for the external account that you are granting permissions to. If you later want to revoke the permission for this external account, specify this ``StatementId`` when you run `RemovePermission <https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_RemovePermission.html>`_ . .. epigraph:: Each ``StatementId`` must be unique.
|
|
1855
|
-
:param action: The action that you are enabling the other account to perform.
|
|
1856
|
-
:param condition: This parameter enables you to limit the permission to accounts that fulfill a certain condition, such as being a member of a certain AWS organization. For more information about AWS Organizations, see `What Is AWS Organizations <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_introduction.html>`_ in the *AWS Organizations User Guide* . If you specify ``Condition`` with an AWS organization ID, and specify "*" as the value for ``Principal`` , you grant permission to all the accounts in the named organization. The ``Condition`` is a JSON string which must contain ``Type`` , ``Key`` , and ``Value`` fields.
|
|
1855
|
+
:param action: (deprecated) The action that you are enabling the other account to perform.
|
|
1856
|
+
:param condition: (deprecated) This parameter enables you to limit the permission to accounts that fulfill a certain condition, such as being a member of a certain AWS organization. For more information about AWS Organizations, see `What Is AWS Organizations <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_introduction.html>`_ in the *AWS Organizations User Guide* . If you specify ``Condition`` with an AWS organization ID, and specify "*" as the value for ``Principal`` , you grant permission to all the accounts in the named organization. The ``Condition`` is a JSON string which must contain ``Type`` , ``Key`` , and ``Value`` fields.
|
|
1857
1857
|
:param event_bus_name: The name of the event bus associated with the rule. If you omit this, the default event bus is used.
|
|
1858
|
-
:param principal: The 12-digit AWS account ID that you are permitting to put events to your default event bus. Specify "*" to permit any account to put events to your default event bus. If you specify "*" without specifying ``Condition`` , avoid creating rules that may match undesirable events. To create more secure rules, make sure that the event pattern for each rule contains an ``account`` field with a specific account ID from which to receive events. Rules with an account field do not match any events sent from other accounts.
|
|
1858
|
+
:param principal: (deprecated) The 12-digit AWS account ID that you are permitting to put events to your default event bus. Specify "*" to permit any account to put events to your default event bus. If you specify "*" without specifying ``Condition`` , avoid creating rules that may match undesirable events. To create more secure rules, make sure that the event pattern for each rule contains an ``account`` field with a specific account ID from which to receive events. Rules with an account field do not match any events sent from other accounts.
|
|
1859
1859
|
:param statement: A JSON string that describes the permission policy statement. You can include a ``Policy`` parameter in the request instead of using the ``StatementId`` , ``Action`` , ``Principal`` , or ``Condition`` parameters.
|
|
1860
1860
|
|
|
1861
1861
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html
|
|
@@ -1923,9 +1923,12 @@ class CfnEventBusPolicyProps:
|
|
|
1923
1923
|
|
|
1924
1924
|
@builtins.property
|
|
1925
1925
|
def action(self) -> typing.Optional[builtins.str]:
|
|
1926
|
-
'''The action that you are enabling the other account to perform.
|
|
1926
|
+
'''(deprecated) The action that you are enabling the other account to perform.
|
|
1927
|
+
|
|
1928
|
+
:deprecated: this property has been deprecated
|
|
1927
1929
|
|
|
1928
1930
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action
|
|
1931
|
+
:stability: deprecated
|
|
1929
1932
|
'''
|
|
1930
1933
|
result = self._values.get("action")
|
|
1931
1934
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1934,7 +1937,7 @@ class CfnEventBusPolicyProps:
|
|
|
1934
1937
|
def condition(
|
|
1935
1938
|
self,
|
|
1936
1939
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEventBusPolicy.ConditionProperty"]]:
|
|
1937
|
-
'''This parameter enables you to limit the permission to accounts that fulfill a certain condition, such as being a member of a certain AWS organization.
|
|
1940
|
+
'''(deprecated) This parameter enables you to limit the permission to accounts that fulfill a certain condition, such as being a member of a certain AWS organization.
|
|
1938
1941
|
|
|
1939
1942
|
For more information about AWS Organizations, see `What Is AWS Organizations <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_introduction.html>`_ in the *AWS Organizations User Guide* .
|
|
1940
1943
|
|
|
@@ -1942,7 +1945,10 @@ class CfnEventBusPolicyProps:
|
|
|
1942
1945
|
|
|
1943
1946
|
The ``Condition`` is a JSON string which must contain ``Type`` , ``Key`` , and ``Value`` fields.
|
|
1944
1947
|
|
|
1948
|
+
:deprecated: this property has been deprecated
|
|
1949
|
+
|
|
1945
1950
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-condition
|
|
1951
|
+
:stability: deprecated
|
|
1946
1952
|
'''
|
|
1947
1953
|
result = self._values.get("condition")
|
|
1948
1954
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEventBusPolicy.ConditionProperty"]], result)
|
|
@@ -1960,13 +1966,16 @@ class CfnEventBusPolicyProps:
|
|
|
1960
1966
|
|
|
1961
1967
|
@builtins.property
|
|
1962
1968
|
def principal(self) -> typing.Optional[builtins.str]:
|
|
1963
|
-
'''The 12-digit AWS account ID that you are permitting to put events to your default event bus.
|
|
1969
|
+
'''(deprecated) The 12-digit AWS account ID that you are permitting to put events to your default event bus.
|
|
1964
1970
|
|
|
1965
1971
|
Specify "*" to permit any account to put events to your default event bus.
|
|
1966
1972
|
|
|
1967
1973
|
If you specify "*" without specifying ``Condition`` , avoid creating rules that may match undesirable events. To create more secure rules, make sure that the event pattern for each rule contains an ``account`` field with a specific account ID from which to receive events. Rules with an account field do not match any events sent from other accounts.
|
|
1968
1974
|
|
|
1975
|
+
:deprecated: this property has been deprecated
|
|
1976
|
+
|
|
1969
1977
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal
|
|
1978
|
+
:stability: deprecated
|
|
1970
1979
|
'''
|
|
1971
1980
|
result = self._values.get("principal")
|
|
1972
1981
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3349,13 +3358,19 @@ class EventBusPolicyProps:
|
|
|
3349
3358
|
@jsii.data_type(
|
|
3350
3359
|
jsii_type="aws-cdk-lib.aws_events.EventBusPolicyReference",
|
|
3351
3360
|
jsii_struct_bases=[],
|
|
3352
|
-
name_mapping={"
|
|
3361
|
+
name_mapping={"event_bus_name": "eventBusName", "statement_id": "statementId"},
|
|
3353
3362
|
)
|
|
3354
3363
|
class EventBusPolicyReference:
|
|
3355
|
-
def __init__(
|
|
3364
|
+
def __init__(
|
|
3365
|
+
self,
|
|
3366
|
+
*,
|
|
3367
|
+
event_bus_name: builtins.str,
|
|
3368
|
+
statement_id: builtins.str,
|
|
3369
|
+
) -> None:
|
|
3356
3370
|
'''A reference to a EventBusPolicy resource.
|
|
3357
3371
|
|
|
3358
|
-
:param
|
|
3372
|
+
:param event_bus_name: The EventBusName of the EventBusPolicy resource.
|
|
3373
|
+
:param statement_id: The StatementId of the EventBusPolicy resource.
|
|
3359
3374
|
|
|
3360
3375
|
:exampleMetadata: fixture=_generated
|
|
3361
3376
|
|
|
@@ -3366,21 +3381,31 @@ class EventBusPolicyReference:
|
|
|
3366
3381
|
from aws_cdk import aws_events as events
|
|
3367
3382
|
|
|
3368
3383
|
event_bus_policy_reference = events.EventBusPolicyReference(
|
|
3369
|
-
|
|
3384
|
+
event_bus_name="eventBusName",
|
|
3385
|
+
statement_id="statementId"
|
|
3370
3386
|
)
|
|
3371
3387
|
'''
|
|
3372
3388
|
if __debug__:
|
|
3373
3389
|
type_hints = typing.get_type_hints(_typecheckingstub__19c9d9c8efa21ce278b518a9e2bdc78537f74146fda2a922ca6a3e076ab6e91f)
|
|
3374
|
-
check_type(argname="argument
|
|
3390
|
+
check_type(argname="argument event_bus_name", value=event_bus_name, expected_type=type_hints["event_bus_name"])
|
|
3391
|
+
check_type(argname="argument statement_id", value=statement_id, expected_type=type_hints["statement_id"])
|
|
3375
3392
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
3376
|
-
"
|
|
3393
|
+
"event_bus_name": event_bus_name,
|
|
3394
|
+
"statement_id": statement_id,
|
|
3377
3395
|
}
|
|
3378
3396
|
|
|
3379
3397
|
@builtins.property
|
|
3380
|
-
def
|
|
3381
|
-
'''The
|
|
3382
|
-
result = self._values.get("
|
|
3383
|
-
assert result is not None, "Required property '
|
|
3398
|
+
def event_bus_name(self) -> builtins.str:
|
|
3399
|
+
'''The EventBusName of the EventBusPolicy resource.'''
|
|
3400
|
+
result = self._values.get("event_bus_name")
|
|
3401
|
+
assert result is not None, "Required property 'event_bus_name' is missing"
|
|
3402
|
+
return typing.cast(builtins.str, result)
|
|
3403
|
+
|
|
3404
|
+
@builtins.property
|
|
3405
|
+
def statement_id(self) -> builtins.str:
|
|
3406
|
+
'''The StatementId of the EventBusPolicy resource.'''
|
|
3407
|
+
result = self._values.get("statement_id")
|
|
3408
|
+
assert result is not None, "Required property 'statement_id' is missing"
|
|
3384
3409
|
return typing.cast(builtins.str, result)
|
|
3385
3410
|
|
|
3386
3411
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
@@ -10226,10 +10251,10 @@ class CfnEventBusPolicy(
|
|
|
10226
10251
|
:param scope: Scope in which this resource is defined.
|
|
10227
10252
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
10228
10253
|
:param statement_id: An identifier string for the external account that you are granting permissions to. If you later want to revoke the permission for this external account, specify this ``StatementId`` when you run `RemovePermission <https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_RemovePermission.html>`_ . .. epigraph:: Each ``StatementId`` must be unique.
|
|
10229
|
-
:param action: The action that you are enabling the other account to perform.
|
|
10230
|
-
:param condition: This parameter enables you to limit the permission to accounts that fulfill a certain condition, such as being a member of a certain AWS organization. For more information about AWS Organizations, see `What Is AWS Organizations <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_introduction.html>`_ in the *AWS Organizations User Guide* . If you specify ``Condition`` with an AWS organization ID, and specify "*" as the value for ``Principal`` , you grant permission to all the accounts in the named organization. The ``Condition`` is a JSON string which must contain ``Type`` , ``Key`` , and ``Value`` fields.
|
|
10254
|
+
:param action: (deprecated) The action that you are enabling the other account to perform.
|
|
10255
|
+
:param condition: (deprecated) This parameter enables you to limit the permission to accounts that fulfill a certain condition, such as being a member of a certain AWS organization. For more information about AWS Organizations, see `What Is AWS Organizations <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_introduction.html>`_ in the *AWS Organizations User Guide* . If you specify ``Condition`` with an AWS organization ID, and specify "*" as the value for ``Principal`` , you grant permission to all the accounts in the named organization. The ``Condition`` is a JSON string which must contain ``Type`` , ``Key`` , and ``Value`` fields.
|
|
10231
10256
|
:param event_bus_name: The name of the event bus associated with the rule. If you omit this, the default event bus is used.
|
|
10232
|
-
:param principal: The 12-digit AWS account ID that you are permitting to put events to your default event bus. Specify "*" to permit any account to put events to your default event bus. If you specify "*" without specifying ``Condition`` , avoid creating rules that may match undesirable events. To create more secure rules, make sure that the event pattern for each rule contains an ``account`` field with a specific account ID from which to receive events. Rules with an account field do not match any events sent from other accounts.
|
|
10257
|
+
:param principal: (deprecated) The 12-digit AWS account ID that you are permitting to put events to your default event bus. Specify "*" to permit any account to put events to your default event bus. If you specify "*" without specifying ``Condition`` , avoid creating rules that may match undesirable events. To create more secure rules, make sure that the event pattern for each rule contains an ``account`` field with a specific account ID from which to receive events. Rules with an account field do not match any events sent from other accounts.
|
|
10233
10258
|
:param statement: A JSON string that describes the permission policy statement. You can include a ``Policy`` parameter in the request instead of using the ``StatementId`` , ``Action`` , ``Principal`` , or ``Condition`` parameters.
|
|
10234
10259
|
'''
|
|
10235
10260
|
if __debug__:
|
|
@@ -10312,7 +10337,12 @@ class CfnEventBusPolicy(
|
|
|
10312
10337
|
@builtins.property
|
|
10313
10338
|
@jsii.member(jsii_name="action")
|
|
10314
10339
|
def action(self) -> typing.Optional[builtins.str]:
|
|
10315
|
-
'''The action that you are enabling the other account to perform.
|
|
10340
|
+
'''(deprecated) The action that you are enabling the other account to perform.
|
|
10341
|
+
|
|
10342
|
+
:deprecated: this property has been deprecated
|
|
10343
|
+
|
|
10344
|
+
:stability: deprecated
|
|
10345
|
+
'''
|
|
10316
10346
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "action"))
|
|
10317
10347
|
|
|
10318
10348
|
@action.setter
|
|
@@ -10327,7 +10357,12 @@ class CfnEventBusPolicy(
|
|
|
10327
10357
|
def condition(
|
|
10328
10358
|
self,
|
|
10329
10359
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEventBusPolicy.ConditionProperty"]]:
|
|
10330
|
-
'''This parameter enables you to limit the permission to accounts that fulfill a certain condition, such as being a member of a certain AWS organization.
|
|
10360
|
+
'''(deprecated) This parameter enables you to limit the permission to accounts that fulfill a certain condition, such as being a member of a certain AWS organization.
|
|
10361
|
+
|
|
10362
|
+
:deprecated: this property has been deprecated
|
|
10363
|
+
|
|
10364
|
+
:stability: deprecated
|
|
10365
|
+
'''
|
|
10331
10366
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEventBusPolicy.ConditionProperty"]], jsii.get(self, "condition"))
|
|
10332
10367
|
|
|
10333
10368
|
@condition.setter
|
|
@@ -10356,7 +10391,12 @@ class CfnEventBusPolicy(
|
|
|
10356
10391
|
@builtins.property
|
|
10357
10392
|
@jsii.member(jsii_name="principal")
|
|
10358
10393
|
def principal(self) -> typing.Optional[builtins.str]:
|
|
10359
|
-
'''The 12-digit AWS account ID that you are permitting to put events to your default event bus.
|
|
10394
|
+
'''(deprecated) The 12-digit AWS account ID that you are permitting to put events to your default event bus.
|
|
10395
|
+
|
|
10396
|
+
:deprecated: this property has been deprecated
|
|
10397
|
+
|
|
10398
|
+
:stability: deprecated
|
|
10399
|
+
'''
|
|
10360
10400
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "principal"))
|
|
10361
10401
|
|
|
10362
10402
|
@principal.setter
|
|
@@ -12755,9 +12795,9 @@ class CfnRule(
|
|
|
12755
12795
|
)
|
|
12756
12796
|
class SqsParametersProperty:
|
|
12757
12797
|
def __init__(self, *, message_group_id: builtins.str) -> None:
|
|
12758
|
-
'''
|
|
12798
|
+
'''The custom parameters for EventBridge to use for a target that is an Amazon SQS fair or FIFO queue.
|
|
12759
12799
|
|
|
12760
|
-
:param message_group_id: The
|
|
12800
|
+
:param message_group_id: The ID of the message group to use as the target.
|
|
12761
12801
|
|
|
12762
12802
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-sqsparameters.html
|
|
12763
12803
|
:exampleMetadata: fixture=_generated
|
|
@@ -12781,7 +12821,7 @@ class CfnRule(
|
|
|
12781
12821
|
|
|
12782
12822
|
@builtins.property
|
|
12783
12823
|
def message_group_id(self) -> builtins.str:
|
|
12784
|
-
'''The
|
|
12824
|
+
'''The ID of the message group to use as the target.
|
|
12785
12825
|
|
|
12786
12826
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-sqsparameters.html#cfn-events-rule-sqsparameters-messagegroupid
|
|
12787
12827
|
'''
|
|
@@ -12944,7 +12984,7 @@ class CfnRule(
|
|
|
12944
12984
|
:param role_arn: The Amazon Resource Name (ARN) of the IAM role to be used for this target when the rule is triggered. If one rule triggers multiple targets, you can use a different IAM role for each target.
|
|
12945
12985
|
:param run_command_parameters: Parameters used when you are using the rule to invoke Amazon EC2 Run Command.
|
|
12946
12986
|
:param sage_maker_pipeline_parameters: Contains the SageMaker AI Model Building Pipeline parameters to start execution of a SageMaker AI Model Building Pipeline. If you specify a SageMaker AI Model Building Pipeline as a target, you can use this to specify parameters to start a pipeline execution based on EventBridge events.
|
|
12947
|
-
:param sqs_parameters: Contains the message group ID to use when the target is
|
|
12987
|
+
:param sqs_parameters: Contains the message group ID to use when the target is an Amazon SQS fair or FIFO queue. If you specify a fair or FIFO queue as a target, the queue must have content-based deduplication enabled.
|
|
12948
12988
|
|
|
12949
12989
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-target.html
|
|
12950
12990
|
:exampleMetadata: fixture=_generated
|
|
@@ -13322,9 +13362,9 @@ class CfnRule(
|
|
|
13322
13362
|
def sqs_parameters(
|
|
13323
13363
|
self,
|
|
13324
13364
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnRule.SqsParametersProperty"]]:
|
|
13325
|
-
'''Contains the message group ID to use when the target is
|
|
13365
|
+
'''Contains the message group ID to use when the target is an Amazon SQS fair or FIFO queue.
|
|
13326
13366
|
|
|
13327
|
-
If you specify
|
|
13367
|
+
If you specify a fair or FIFO queue as a target, the queue must have content-based deduplication enabled.
|
|
13328
13368
|
|
|
13329
13369
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-target.html#cfn-events-rule-target-sqsparameters
|
|
13330
13370
|
'''
|
|
@@ -14064,7 +14104,8 @@ def _typecheckingstub__30683f3da3ccc9235ea663f165631b4ac57c807c1878517c5051bcd78
|
|
|
14064
14104
|
|
|
14065
14105
|
def _typecheckingstub__19c9d9c8efa21ce278b518a9e2bdc78537f74146fda2a922ca6a3e076ab6e91f(
|
|
14066
14106
|
*,
|
|
14067
|
-
|
|
14107
|
+
event_bus_name: builtins.str,
|
|
14108
|
+
statement_id: builtins.str,
|
|
14068
14109
|
) -> None:
|
|
14069
14110
|
"""Type checking stubs"""
|
|
14070
14111
|
pass
|
|
@@ -15516,3 +15557,6 @@ def _typecheckingstub__f55b55b311ab4cc3f0aabb9339086b97d1f1340dcc28209fe5e78777c
|
|
|
15516
15557
|
) -> None:
|
|
15517
15558
|
"""Type checking stubs"""
|
|
15518
15559
|
pass
|
|
15560
|
+
|
|
15561
|
+
for cls in [IApiDestination, IApiDestinationRef, IArchiveRef, IConnection, IConnectionRef, IEndpointRef, IEventBus, IEventBusPolicyRef, IEventBusRef, IRule, IRuleRef, IRuleTarget]:
|
|
15562
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -6789,3 +6789,6 @@ def _typecheckingstub__6472cea5f7d90ec67bd493d4b2ba6bc083b2c915d8dc1da40193693c2
|
|
|
6789
6789
|
) -> None:
|
|
6790
6790
|
"""Type checking stubs"""
|
|
6791
6791
|
pass
|
|
6792
|
+
|
|
6793
|
+
for cls in [IDeliveryStream]:
|
|
6794
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -2138,3 +2138,6 @@ def _typecheckingstub__3c0c8417e202ecdfe0d59ad69ea4376812f4a41c7f0620db5a4177794
|
|
|
2138
2138
|
) -> None:
|
|
2139
2139
|
"""Type checking stubs"""
|
|
2140
2140
|
pass
|
|
2141
|
+
|
|
2142
|
+
for cls in [IDiscovererRef, IRegistryPolicyRef, IRegistryRef, ISchemaRef]:
|
|
2143
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -5132,3 +5132,6 @@ def _typecheckingstub__699cd365ca1e9e81d1b1415334e92effb9e6ec1384e6de77039b6fa95
|
|
|
5132
5132
|
) -> None:
|
|
5133
5133
|
"""Type checking stubs"""
|
|
5134
5134
|
pass
|
|
5135
|
+
|
|
5136
|
+
for cls in [IExperimentRef, IFeatureRef, ILaunchRef, IProjectRef, ISegmentRef]:
|
|
5137
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_evs/__init__.py
CHANGED
|
@@ -2355,3 +2355,6 @@ def _typecheckingstub__1ba5fd1a9e5e7dc84687933a99fd65aef3da8840e139b66bfd40a6691
|
|
|
2355
2355
|
) -> None:
|
|
2356
2356
|
"""Type checking stubs"""
|
|
2357
2357
|
pass
|
|
2358
|
+
|
|
2359
|
+
for cls in [IEnvironmentRef]:
|
|
2360
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_finspace/__init__.py
CHANGED
|
@@ -1197,3 +1197,6 @@ def _typecheckingstub__30a1d9568bcc8c25bfd4568d72ee1d13dea0ac6eb1eeaac5c76a6db3d
|
|
|
1197
1197
|
) -> None:
|
|
1198
1198
|
"""Type checking stubs"""
|
|
1199
1199
|
pass
|
|
1200
|
+
|
|
1201
|
+
for cls in [IEnvironmentRef]:
|
|
1202
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_fis/__init__.py
CHANGED
|
@@ -2567,3 +2567,6 @@ def _typecheckingstub__24cca29d5fdc3b90e8a3ddf44d290b9f1be52044525168852ccc4995d
|
|
|
2567
2567
|
) -> None:
|
|
2568
2568
|
"""Type checking stubs"""
|
|
2569
2569
|
pass
|
|
2570
|
+
|
|
2571
|
+
for cls in [IExperimentTemplateRef, ITargetAccountConfigurationRef]:
|
|
2572
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_fms/__init__.py
CHANGED
|
@@ -3579,3 +3579,6 @@ def _typecheckingstub__5b479b182181e5261c6adbabbb8cef907643db35729c086190efacadb
|
|
|
3579
3579
|
) -> None:
|
|
3580
3580
|
"""Type checking stubs"""
|
|
3581
3581
|
pass
|
|
3582
|
+
|
|
3583
|
+
for cls in [INotificationChannelRef, IPolicyRef, IResourceSetRef]:
|
|
3584
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_forecast/__init__.py
CHANGED
|
@@ -1443,3 +1443,6 @@ def _typecheckingstub__8ca2df71e9c6989cff46a364238fa01ea9289ca1eab6c0498f98d2654
|
|
|
1443
1443
|
) -> None:
|
|
1444
1444
|
"""Type checking stubs"""
|
|
1445
1445
|
pass
|
|
1446
|
+
|
|
1447
|
+
for cls in [IDatasetGroupRef, IDatasetRef]:
|
|
1448
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -5894,3 +5894,6 @@ def _typecheckingstub__da235edb54f22d36e180719c9e70ea051788681cc9d40e391de1778f7
|
|
|
5894
5894
|
) -> None:
|
|
5895
5895
|
"""Type checking stubs"""
|
|
5896
5896
|
pass
|
|
5897
|
+
|
|
5898
|
+
for cls in [IDetectorRef, IEntityTypeRef, IEventTypeRef, ILabelRef, IListRef, IOutcomeRef, IVariableRef]:
|
|
5899
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_fsx/__init__.py
CHANGED
|
@@ -5282,7 +5282,7 @@ class CfnFileSystem(
|
|
|
5282
5282
|
:param automatic_backup_retention_days: The number of days to retain automatic backups. Setting this property to ``0`` disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is ``30`` .
|
|
5283
5283
|
:param daily_automatic_backup_start_time: A recurring daily time, in the format ``HH:MM`` . ``HH`` is the zero-padded hour of the day (0-23), and ``MM`` is the zero-padded minute of the hour. For example, ``05:00`` specifies 5 AM daily.
|
|
5284
5284
|
:param disk_iops_configuration: The SSD IOPS configuration for the FSx for ONTAP file system.
|
|
5285
|
-
:param endpoint_ip_address_range: (Multi-AZ only) Specifies the
|
|
5285
|
+
:param endpoint_ip_address_range: (Multi-AZ only) Specifies the IPv4 address range in which the endpoints to access your file system will be created. By default in the Amazon FSx API, Amazon FSx selects an unused IP address range for you from the 198.19.* range. By default in the Amazon FSx console, Amazon FSx chooses the last 64 IP addresses from the VPC’s primary CIDR range to use as the endpoint IP address range for the file system. You can have overlapping endpoint IP addresses for file systems deployed in the same VPC/route tables, as long as they don't overlap with any subnet.
|
|
5286
5286
|
:param fsx_admin_password: The ONTAP administrative password for the ``fsxadmin`` user with which you administer your file system using the NetApp ONTAP CLI and REST API.
|
|
5287
5287
|
:param ha_pairs: Specifies how many high-availability (HA) pairs of file servers will power your file system. First-generation file systems are powered by 1 HA pair. Second-generation multi-AZ file systems are powered by 1 HA pair. Second generation single-AZ file systems are powered by up to 12 HA pairs. The default value is 1. The value of this property affects the values of ``StorageCapacity`` , ``Iops`` , and ``ThroughputCapacity`` . For more information, see `High-availability (HA) pairs <https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/administering-file-systems.html#HA-pairs>`_ in the FSx for ONTAP user guide. Block storage protocol support (iSCSI and NVMe over TCP) is disabled on file systems with more than 6 HA pairs. For more information, see `Using block storage protocols <https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/supported-fsx-clients.html#using-block-storage>`_ . Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions: - The value of ``HAPairs`` is less than 1 or greater than 12. - The value of ``HAPairs`` is greater than 1 and the value of ``DeploymentType`` is ``SINGLE_AZ_1`` , ``MULTI_AZ_1`` , or ``MULTI_AZ_2`` .
|
|
5288
5288
|
:param preferred_subnet_id: Required when ``DeploymentType`` is set to ``MULTI_AZ_1`` or ``MULTI_AZ_2`` . This specifies the subnet in which you want the preferred file server to be located.
|
|
@@ -5412,7 +5412,7 @@ class CfnFileSystem(
|
|
|
5412
5412
|
|
|
5413
5413
|
@builtins.property
|
|
5414
5414
|
def endpoint_ip_address_range(self) -> typing.Optional[builtins.str]:
|
|
5415
|
-
'''(Multi-AZ only) Specifies the
|
|
5415
|
+
'''(Multi-AZ only) Specifies the IPv4 address range in which the endpoints to access your file system will be created.
|
|
5416
5416
|
|
|
5417
5417
|
By default in the Amazon FSx API, Amazon FSx selects an unused IP address range for you from the 198.19.* range. By default in the Amazon FSx console, Amazon FSx chooses the last 64 IP addresses from the VPC’s primary CIDR range to use as the endpoint IP address range for the file system. You can have overlapping endpoint IP addresses for file systems deployed in the same VPC/route tables, as long as they don't overlap with any subnet.
|
|
5418
5418
|
|
|
@@ -5581,7 +5581,7 @@ class CfnFileSystem(
|
|
|
5581
5581
|
:param copy_tags_to_volumes: A Boolean value indicating whether tags for the file system should be copied to volumes. This value defaults to ``false`` . If it's set to ``true`` , all tags for the file system are copied to volumes where the user doesn't specify tags. If this value is ``true`` , and you specify one or more tags, only the specified tags are copied to volumes. If you specify one or more tags when creating the volume, no tags are copied from the file system, regardless of this value.
|
|
5582
5582
|
:param daily_automatic_backup_start_time: A recurring daily time, in the format ``HH:MM`` . ``HH`` is the zero-padded hour of the day (0-23), and ``MM`` is the zero-padded minute of the hour. For example, ``05:00`` specifies 5 AM daily.
|
|
5583
5583
|
:param disk_iops_configuration: The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP, Amazon FSx for Windows File Server, or FSx for OpenZFS file system. By default, Amazon FSx automatically provisions 3 IOPS per GB of storage capacity. You can provision additional IOPS per GB of storage. The configuration consists of the total number of provisioned SSD IOPS and how it is was provisioned, or the mode (by the customer or by Amazon FSx).
|
|
5584
|
-
:param endpoint_ip_address_range: (Multi-AZ only) Specifies the
|
|
5584
|
+
:param endpoint_ip_address_range: (Multi-AZ only) Specifies the IPv4 address range in which the endpoints to access your file system will be created. By default in the Amazon FSx API and Amazon FSx console, Amazon FSx selects an available /28 IP address range for you from one of the VPC's CIDR ranges. You can have overlapping endpoint IP addresses for file systems deployed in the same VPC/route tables, as long as they don't overlap with any subnet.
|
|
5585
5585
|
:param endpoint_ipv6_address_range: (Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created. By default in the Amazon FSx API and Amazon FSx console, Amazon FSx selects an available /118 IP address range for you from one of the VPC's CIDR ranges. You can have overlapping endpoint IP addresses for file systems deployed in the same VPC/route tables, as long as they don't overlap with any subnet.
|
|
5586
5586
|
:param options: To delete a file system if there are child volumes present below the root volume, use the string ``DELETE_CHILD_VOLUMES_AND_SNAPSHOTS`` . If your file system has child volumes and you don't use this option, the delete request will fail.
|
|
5587
5587
|
:param preferred_subnet_id: Required when ``DeploymentType`` is set to ``MULTI_AZ_1`` . This specifies the subnet in which you want the preferred file server to be located.
|
|
@@ -5772,7 +5772,7 @@ class CfnFileSystem(
|
|
|
5772
5772
|
|
|
5773
5773
|
@builtins.property
|
|
5774
5774
|
def endpoint_ip_address_range(self) -> typing.Optional[builtins.str]:
|
|
5775
|
-
'''(Multi-AZ only) Specifies the
|
|
5775
|
+
'''(Multi-AZ only) Specifies the IPv4 address range in which the endpoints to access your file system will be created.
|
|
5776
5776
|
|
|
5777
5777
|
By default in the Amazon FSx API and Amazon FSx console, Amazon FSx selects an available /28 IP address range for you from one of the VPC's CIDR ranges. You can have overlapping endpoint IP addresses for file systems deployed in the same VPC/route tables, as long as they don't overlap with any subnet.
|
|
5778
5778
|
|
|
@@ -11160,3 +11160,6 @@ def _typecheckingstub__09e9dff8e14ff81d8a495f07b5f7c6e2a9d756a63b5d283b892189cdc
|
|
|
11160
11160
|
) -> None:
|
|
11161
11161
|
"""Type checking stubs"""
|
|
11162
11162
|
pass
|
|
11163
|
+
|
|
11164
|
+
for cls in [IDataRepositoryAssociationRef, IFileSystem, IFileSystemRef, IS3AccessPointAttachmentRef, ISnapshotRef, IStorageVirtualMachineRef, IVolumeRef]:
|
|
11165
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_gamelift/__init__.py
CHANGED
|
@@ -13982,3 +13982,6 @@ def _typecheckingstub__1bc9de7e6777aff8308976cae56a2f5dd2d0e14f8555821f0396e5b81
|
|
|
13982
13982
|
) -> None:
|
|
13983
13983
|
"""Type checking stubs"""
|
|
13984
13984
|
pass
|
|
13985
|
+
|
|
13986
|
+
for cls in [IAliasRef, IBuildRef, IContainerFleetRef, IContainerGroupDefinitionRef, IFleetRef, IGameServerGroupRef, IGameSessionQueueRef, ILocationRef, IMatchmakingConfigurationRef, IMatchmakingRuleSetRef, IScriptRef]:
|
|
13987
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -156,7 +156,7 @@ class CfnApplicationProps:
|
|
|
156
156
|
|
|
157
157
|
:param application_source_uri: The location of the content that you want to stream. Enter an Amazon S3 URI to a bucket that contains your game or other application. The location can have a multi-level prefix structure, but it must include all the files needed to run the content. Amazon GameLift Streams copies everything under the specified location. This value is immutable. To designate a different content location, create a new application. .. epigraph:: The Amazon S3 bucket and the Amazon GameLift Streams application must be in the same AWS Region.
|
|
158
158
|
:param description: A human-readable label for the application. You can update this value later.
|
|
159
|
-
:param executable_path: The path and file name of the executable file that
|
|
159
|
+
:param executable_path: The relative path and file name of the executable file that Amazon GameLift Streams will stream. Specify a path relative to the location set in ``ApplicationSourceUri`` . The file must be contained within the application's root folder. For Windows applications, the file must be a valid Windows executable or batch file with a filename ending in .exe, .cmd, or .bat. For Linux applications, the file must be a valid Linux binary executable or a script that contains an initial interpreter line starting with a shebang (' ``#!`` ').
|
|
160
160
|
:param runtime_environment: A set of configuration settings to run the application on a stream group. This configures the operating system, and can include compatibility layers and other drivers.
|
|
161
161
|
:param application_log_output_uri: An Amazon S3 URI to a bucket where you would like Amazon GameLift Streams to save application logs. Required if you specify one or more ``ApplicationLogPaths`` .
|
|
162
162
|
:param application_log_paths: Locations of log files that your content generates during a stream session. Enter path values that are relative to the ``ApplicationSourceUri`` location. You can specify up to 10 log paths. Amazon GameLift Streams uploads designated log files to the Amazon S3 bucket that you specify in ``ApplicationLogOutputUri`` at the end of a stream session. To retrieve stored log files, call `GetStreamSession <https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_GetStreamSession.html>`_ and get the ``LogFileLocationUri`` .
|
|
@@ -241,9 +241,9 @@ class CfnApplicationProps:
|
|
|
241
241
|
|
|
242
242
|
@builtins.property
|
|
243
243
|
def executable_path(self) -> builtins.str:
|
|
244
|
-
'''The path and file name of the executable file that
|
|
244
|
+
'''The relative path and file name of the executable file that Amazon GameLift Streams will stream.
|
|
245
245
|
|
|
246
|
-
|
|
246
|
+
Specify a path relative to the location set in ``ApplicationSourceUri`` . The file must be contained within the application's root folder. For Windows applications, the file must be a valid Windows executable or batch file with a filename ending in .exe, .cmd, or .bat. For Linux applications, the file must be a valid Linux binary executable or a script that contains an initial interpreter line starting with a shebang (' ``#!`` ').
|
|
247
247
|
|
|
248
248
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gameliftstreams-application.html#cfn-gameliftstreams-application-executablepath
|
|
249
249
|
'''
|
|
@@ -676,7 +676,7 @@ class CfnApplication(
|
|
|
676
676
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
677
677
|
:param application_source_uri: The location of the content that you want to stream. Enter an Amazon S3 URI to a bucket that contains your game or other application. The location can have a multi-level prefix structure, but it must include all the files needed to run the content. Amazon GameLift Streams copies everything under the specified location. This value is immutable. To designate a different content location, create a new application. .. epigraph:: The Amazon S3 bucket and the Amazon GameLift Streams application must be in the same AWS Region.
|
|
678
678
|
:param description: A human-readable label for the application. You can update this value later.
|
|
679
|
-
:param executable_path: The path and file name of the executable file that
|
|
679
|
+
:param executable_path: The relative path and file name of the executable file that Amazon GameLift Streams will stream. Specify a path relative to the location set in ``ApplicationSourceUri`` . The file must be contained within the application's root folder. For Windows applications, the file must be a valid Windows executable or batch file with a filename ending in .exe, .cmd, or .bat. For Linux applications, the file must be a valid Linux binary executable or a script that contains an initial interpreter line starting with a shebang (' ``#!`` ').
|
|
680
680
|
:param runtime_environment: A set of configuration settings to run the application on a stream group. This configures the operating system, and can include compatibility layers and other drivers.
|
|
681
681
|
:param application_log_output_uri: An Amazon S3 URI to a bucket where you would like Amazon GameLift Streams to save application logs. Required if you specify one or more ``ApplicationLogPaths`` .
|
|
682
682
|
:param application_log_paths: Locations of log files that your content generates during a stream session. Enter path values that are relative to the ``ApplicationSourceUri`` location. You can specify up to 10 log paths. Amazon GameLift Streams uploads designated log files to the Amazon S3 bucket that you specify in ``ApplicationLogOutputUri`` at the end of a stream session. To retrieve stored log files, call `GetStreamSession <https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_GetStreamSession.html>`_ and get the ``LogFileLocationUri`` .
|
|
@@ -796,7 +796,7 @@ class CfnApplication(
|
|
|
796
796
|
@builtins.property
|
|
797
797
|
@jsii.member(jsii_name="executablePath")
|
|
798
798
|
def executable_path(self) -> builtins.str:
|
|
799
|
-
'''The path and file name of the executable file that
|
|
799
|
+
'''The relative path and file name of the executable file that Amazon GameLift Streams will stream.'''
|
|
800
800
|
return typing.cast(builtins.str, jsii.get(self, "executablePath"))
|
|
801
801
|
|
|
802
802
|
@executable_path.setter
|
|
@@ -1553,3 +1553,6 @@ def _typecheckingstub__4c32e96242e189f6a75d890a7316a655383684ce9337b4906f2e3b49b
|
|
|
1553
1553
|
) -> None:
|
|
1554
1554
|
"""Type checking stubs"""
|
|
1555
1555
|
pass
|
|
1556
|
+
|
|
1557
|
+
for cls in [IApplicationRef, IStreamGroupRef]:
|
|
1558
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -5169,3 +5169,6 @@ def _typecheckingstub__5584d08f4072fbbf9e9d66c9017724b55953c2769202cb14497490b71
|
|
|
5169
5169
|
) -> None:
|
|
5170
5170
|
"""Type checking stubs"""
|
|
5171
5171
|
pass
|
|
5172
|
+
|
|
5173
|
+
for cls in [IAccelerator, IAcceleratorRef, ICrossAccountAttachmentRef, IEndpoint, IEndpointGroup, IEndpointGroupRef, IListener, IListenerRef]:
|
|
5174
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|