aws-cdk-lib 2.220.0__py3-none-any.whl → 2.221.1__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 +21 -18
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.220.0.jsii.tgz → aws-cdk-lib@2.221.1.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 +4 -1
- 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 +3 -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 +3 -29
- aws_cdk/aws_backupgateway/__init__.py +3 -0
- aws_cdk/aws_batch/__init__.py +3 -0
- aws_cdk/aws_bcmdataexports/__init__.py +3 -0
- aws_cdk/aws_bedrock/__init__.py +9 -29
- aws_cdk/aws_bedrockagentcore/__init__.py +782 -169
- 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_cloudtrail/__init__.py +3 -0
- aws_cdk/aws_cloudwatch/__init__.py +3 -0
- 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 +3 -0
- 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 +3 -0
- 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 +3 -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 +106 -40
- aws_cdk/aws_ecr/__init__.py +156 -33
- aws_cdk/aws_ecs/__init__.py +87 -48
- aws_cdk/aws_efs/__init__.py +3 -0
- aws_cdk/aws_eks/__init__.py +3 -58
- 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 +3 -0
- 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 +499 -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 +3 -0
- 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 +3 -0
- 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 +14 -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 +3 -0
- aws_cdk/aws_location/__init__.py +3 -0
- aws_cdk/aws_logs/__init__.py +226 -9
- aws_cdk/aws_lookoutequipment/__init__.py +3 -29
- aws_cdk/aws_lookoutmetrics/__init__.py +3 -0
- aws_cdk/aws_lookoutvision/__init__.py +3 -0
- aws_cdk/aws_m2/__init__.py +3 -0
- 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 +171 -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 +3 -0
- aws_cdk/aws_neptune/__init__.py +55 -0
- aws_cdk/aws_neptunegraph/__init__.py +3 -0
- aws_cdk/aws_networkfirewall/__init__.py +3 -0
- aws_cdk/aws_networkmanager/__init__.py +3 -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 +171 -137
- aws_cdk/aws_odb/__init__.py +4 -1
- aws_cdk/aws_omics/__init__.py +3 -0
- aws_cdk/aws_opensearchserverless/__init__.py +3 -0
- aws_cdk/aws_opensearchservice/__init__.py +3 -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 +3 -0
- aws_cdk/aws_personalize/__init__.py +3 -0
- aws_cdk/aws_pinpoint/__init__.py +3 -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 +418 -411
- aws_cdk/aws_ram/__init__.py +3 -0
- aws_cdk/aws_rbin/__init__.py +3 -0
- aws_cdk/aws_rds/__init__.py +42 -19
- aws_cdk/aws_redshift/__init__.py +3 -0
- aws_cdk/aws_redshiftserverless/__init__.py +3 -0
- aws_cdk/aws_refactorspaces/__init__.py +3 -0
- 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 +18 -18
- 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 +51 -41
- aws_cdk/aws_s3_deployment/__init__.py +3 -0
- aws_cdk/aws_s3express/__init__.py +3 -0
- aws_cdk/aws_s3objectlambda/__init__.py +3 -0
- 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 +136 -124
- 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 +467 -0
- aws_cdk/aws_sso/__init__.py +3 -0
- aws_cdk/aws_stepfunctions/__init__.py +9 -12
- aws_cdk/aws_stepfunctions_tasks/__init__.py +6 -3
- aws_cdk/aws_supportapp/__init__.py +3 -0
- aws_cdk/aws_synthetics/__init__.py +59 -26
- 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.220.0.dist-info → aws_cdk_lib-2.221.1.dist-info}/METADATA +2 -2
- aws_cdk_lib-2.221.1.dist-info/RECORD +313 -0
- aws_cdk_lib-2.220.0.dist-info/RECORD +0 -313
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.1.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.1.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.1.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.1.dist-info}/top_level.txt +0 -0
|
@@ -2125,3 +2125,6 @@ def _typecheckingstub__0f40a2466cbcd54418fd8402f9b79ae297cbdc53819c461dd9bde5aa9
|
|
|
2125
2125
|
) -> None:
|
|
2126
2126
|
"""Type checking stubs"""
|
|
2127
2127
|
pass
|
|
2128
|
+
|
|
2129
|
+
for cls in [IJobTemplateRef, IPresetRef, IQueueRef]:
|
|
2130
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -20108,7 +20108,16 @@ class CfnChannel(
|
|
|
20108
20108
|
caption_channel=123,
|
|
20109
20109
|
language_code="languageCode",
|
|
20110
20110
|
language_description="languageDescription"
|
|
20111
|
-
)]
|
|
20111
|
+
)],
|
|
20112
|
+
id3_behavior="id3Behavior",
|
|
20113
|
+
klv_behavior="klvBehavior",
|
|
20114
|
+
nielsen_id3_behavior="nielsenId3Behavior",
|
|
20115
|
+
scte35_type="scte35Type",
|
|
20116
|
+
segment_length=123,
|
|
20117
|
+
segment_length_units="segmentLengthUnits",
|
|
20118
|
+
timed_metadata_id3_frame="timedMetadataId3Frame",
|
|
20119
|
+
timed_metadata_id3_period=123,
|
|
20120
|
+
timed_metadata_passthrough="timedMetadataPassthrough"
|
|
20112
20121
|
)
|
|
20113
20122
|
)
|
|
20114
20123
|
'''
|
|
@@ -20413,16 +20422,45 @@ class CfnChannel(
|
|
|
20413
20422
|
@jsii.data_type(
|
|
20414
20423
|
jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.MediaPackageV2GroupSettingsProperty",
|
|
20415
20424
|
jsii_struct_bases=[],
|
|
20416
|
-
name_mapping={
|
|
20425
|
+
name_mapping={
|
|
20426
|
+
"caption_language_mappings": "captionLanguageMappings",
|
|
20427
|
+
"id3_behavior": "id3Behavior",
|
|
20428
|
+
"klv_behavior": "klvBehavior",
|
|
20429
|
+
"nielsen_id3_behavior": "nielsenId3Behavior",
|
|
20430
|
+
"scte35_type": "scte35Type",
|
|
20431
|
+
"segment_length": "segmentLength",
|
|
20432
|
+
"segment_length_units": "segmentLengthUnits",
|
|
20433
|
+
"timed_metadata_id3_frame": "timedMetadataId3Frame",
|
|
20434
|
+
"timed_metadata_id3_period": "timedMetadataId3Period",
|
|
20435
|
+
"timed_metadata_passthrough": "timedMetadataPassthrough",
|
|
20436
|
+
},
|
|
20417
20437
|
)
|
|
20418
20438
|
class MediaPackageV2GroupSettingsProperty:
|
|
20419
20439
|
def __init__(
|
|
20420
20440
|
self,
|
|
20421
20441
|
*,
|
|
20422
20442
|
caption_language_mappings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.CaptionLanguageMappingProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
20443
|
+
id3_behavior: typing.Optional[builtins.str] = None,
|
|
20444
|
+
klv_behavior: typing.Optional[builtins.str] = None,
|
|
20445
|
+
nielsen_id3_behavior: typing.Optional[builtins.str] = None,
|
|
20446
|
+
scte35_type: typing.Optional[builtins.str] = None,
|
|
20447
|
+
segment_length: typing.Optional[jsii.Number] = None,
|
|
20448
|
+
segment_length_units: typing.Optional[builtins.str] = None,
|
|
20449
|
+
timed_metadata_id3_frame: typing.Optional[builtins.str] = None,
|
|
20450
|
+
timed_metadata_id3_period: typing.Optional[jsii.Number] = None,
|
|
20451
|
+
timed_metadata_passthrough: typing.Optional[builtins.str] = None,
|
|
20423
20452
|
) -> None:
|
|
20424
20453
|
'''
|
|
20425
20454
|
:param caption_language_mappings:
|
|
20455
|
+
:param id3_behavior:
|
|
20456
|
+
:param klv_behavior:
|
|
20457
|
+
:param nielsen_id3_behavior:
|
|
20458
|
+
:param scte35_type:
|
|
20459
|
+
:param segment_length:
|
|
20460
|
+
:param segment_length_units:
|
|
20461
|
+
:param timed_metadata_id3_frame:
|
|
20462
|
+
:param timed_metadata_id3_period:
|
|
20463
|
+
:param timed_metadata_passthrough:
|
|
20426
20464
|
|
|
20427
20465
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html
|
|
20428
20466
|
:exampleMetadata: fixture=_generated
|
|
@@ -20438,15 +20476,51 @@ class CfnChannel(
|
|
|
20438
20476
|
caption_channel=123,
|
|
20439
20477
|
language_code="languageCode",
|
|
20440
20478
|
language_description="languageDescription"
|
|
20441
|
-
)]
|
|
20479
|
+
)],
|
|
20480
|
+
id3_behavior="id3Behavior",
|
|
20481
|
+
klv_behavior="klvBehavior",
|
|
20482
|
+
nielsen_id3_behavior="nielsenId3Behavior",
|
|
20483
|
+
scte35_type="scte35Type",
|
|
20484
|
+
segment_length=123,
|
|
20485
|
+
segment_length_units="segmentLengthUnits",
|
|
20486
|
+
timed_metadata_id3_frame="timedMetadataId3Frame",
|
|
20487
|
+
timed_metadata_id3_period=123,
|
|
20488
|
+
timed_metadata_passthrough="timedMetadataPassthrough"
|
|
20442
20489
|
)
|
|
20443
20490
|
'''
|
|
20444
20491
|
if __debug__:
|
|
20445
20492
|
type_hints = typing.get_type_hints(_typecheckingstub__8189ecb41c1c07836a410e8f437062328cb6483c38d02ea4abcb3be57ed148e4)
|
|
20446
20493
|
check_type(argname="argument caption_language_mappings", value=caption_language_mappings, expected_type=type_hints["caption_language_mappings"])
|
|
20494
|
+
check_type(argname="argument id3_behavior", value=id3_behavior, expected_type=type_hints["id3_behavior"])
|
|
20495
|
+
check_type(argname="argument klv_behavior", value=klv_behavior, expected_type=type_hints["klv_behavior"])
|
|
20496
|
+
check_type(argname="argument nielsen_id3_behavior", value=nielsen_id3_behavior, expected_type=type_hints["nielsen_id3_behavior"])
|
|
20497
|
+
check_type(argname="argument scte35_type", value=scte35_type, expected_type=type_hints["scte35_type"])
|
|
20498
|
+
check_type(argname="argument segment_length", value=segment_length, expected_type=type_hints["segment_length"])
|
|
20499
|
+
check_type(argname="argument segment_length_units", value=segment_length_units, expected_type=type_hints["segment_length_units"])
|
|
20500
|
+
check_type(argname="argument timed_metadata_id3_frame", value=timed_metadata_id3_frame, expected_type=type_hints["timed_metadata_id3_frame"])
|
|
20501
|
+
check_type(argname="argument timed_metadata_id3_period", value=timed_metadata_id3_period, expected_type=type_hints["timed_metadata_id3_period"])
|
|
20502
|
+
check_type(argname="argument timed_metadata_passthrough", value=timed_metadata_passthrough, expected_type=type_hints["timed_metadata_passthrough"])
|
|
20447
20503
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
20448
20504
|
if caption_language_mappings is not None:
|
|
20449
20505
|
self._values["caption_language_mappings"] = caption_language_mappings
|
|
20506
|
+
if id3_behavior is not None:
|
|
20507
|
+
self._values["id3_behavior"] = id3_behavior
|
|
20508
|
+
if klv_behavior is not None:
|
|
20509
|
+
self._values["klv_behavior"] = klv_behavior
|
|
20510
|
+
if nielsen_id3_behavior is not None:
|
|
20511
|
+
self._values["nielsen_id3_behavior"] = nielsen_id3_behavior
|
|
20512
|
+
if scte35_type is not None:
|
|
20513
|
+
self._values["scte35_type"] = scte35_type
|
|
20514
|
+
if segment_length is not None:
|
|
20515
|
+
self._values["segment_length"] = segment_length
|
|
20516
|
+
if segment_length_units is not None:
|
|
20517
|
+
self._values["segment_length_units"] = segment_length_units
|
|
20518
|
+
if timed_metadata_id3_frame is not None:
|
|
20519
|
+
self._values["timed_metadata_id3_frame"] = timed_metadata_id3_frame
|
|
20520
|
+
if timed_metadata_id3_period is not None:
|
|
20521
|
+
self._values["timed_metadata_id3_period"] = timed_metadata_id3_period
|
|
20522
|
+
if timed_metadata_passthrough is not None:
|
|
20523
|
+
self._values["timed_metadata_passthrough"] = timed_metadata_passthrough
|
|
20450
20524
|
|
|
20451
20525
|
@builtins.property
|
|
20452
20526
|
def caption_language_mappings(
|
|
@@ -20458,6 +20532,78 @@ class CfnChannel(
|
|
|
20458
20532
|
result = self._values.get("caption_language_mappings")
|
|
20459
20533
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnChannel.CaptionLanguageMappingProperty"]]]], result)
|
|
20460
20534
|
|
|
20535
|
+
@builtins.property
|
|
20536
|
+
def id3_behavior(self) -> typing.Optional[builtins.str]:
|
|
20537
|
+
'''
|
|
20538
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-id3behavior
|
|
20539
|
+
'''
|
|
20540
|
+
result = self._values.get("id3_behavior")
|
|
20541
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
20542
|
+
|
|
20543
|
+
@builtins.property
|
|
20544
|
+
def klv_behavior(self) -> typing.Optional[builtins.str]:
|
|
20545
|
+
'''
|
|
20546
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-klvbehavior
|
|
20547
|
+
'''
|
|
20548
|
+
result = self._values.get("klv_behavior")
|
|
20549
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
20550
|
+
|
|
20551
|
+
@builtins.property
|
|
20552
|
+
def nielsen_id3_behavior(self) -> typing.Optional[builtins.str]:
|
|
20553
|
+
'''
|
|
20554
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-nielsenid3behavior
|
|
20555
|
+
'''
|
|
20556
|
+
result = self._values.get("nielsen_id3_behavior")
|
|
20557
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
20558
|
+
|
|
20559
|
+
@builtins.property
|
|
20560
|
+
def scte35_type(self) -> typing.Optional[builtins.str]:
|
|
20561
|
+
'''
|
|
20562
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-scte35type
|
|
20563
|
+
'''
|
|
20564
|
+
result = self._values.get("scte35_type")
|
|
20565
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
20566
|
+
|
|
20567
|
+
@builtins.property
|
|
20568
|
+
def segment_length(self) -> typing.Optional[jsii.Number]:
|
|
20569
|
+
'''
|
|
20570
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-segmentlength
|
|
20571
|
+
'''
|
|
20572
|
+
result = self._values.get("segment_length")
|
|
20573
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
20574
|
+
|
|
20575
|
+
@builtins.property
|
|
20576
|
+
def segment_length_units(self) -> typing.Optional[builtins.str]:
|
|
20577
|
+
'''
|
|
20578
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-segmentlengthunits
|
|
20579
|
+
'''
|
|
20580
|
+
result = self._values.get("segment_length_units")
|
|
20581
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
20582
|
+
|
|
20583
|
+
@builtins.property
|
|
20584
|
+
def timed_metadata_id3_frame(self) -> typing.Optional[builtins.str]:
|
|
20585
|
+
'''
|
|
20586
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-timedmetadataid3frame
|
|
20587
|
+
'''
|
|
20588
|
+
result = self._values.get("timed_metadata_id3_frame")
|
|
20589
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
20590
|
+
|
|
20591
|
+
@builtins.property
|
|
20592
|
+
def timed_metadata_id3_period(self) -> typing.Optional[jsii.Number]:
|
|
20593
|
+
'''
|
|
20594
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-timedmetadataid3period
|
|
20595
|
+
'''
|
|
20596
|
+
result = self._values.get("timed_metadata_id3_period")
|
|
20597
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
20598
|
+
|
|
20599
|
+
@builtins.property
|
|
20600
|
+
def timed_metadata_passthrough(self) -> typing.Optional[builtins.str]:
|
|
20601
|
+
'''
|
|
20602
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-timedmetadatapassthrough
|
|
20603
|
+
'''
|
|
20604
|
+
result = self._values.get("timed_metadata_passthrough")
|
|
20605
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
20606
|
+
|
|
20461
20607
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
20462
20608
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
20463
20609
|
|
|
@@ -23190,7 +23336,16 @@ class CfnChannel(
|
|
|
23190
23336
|
caption_channel=123,
|
|
23191
23337
|
language_code="languageCode",
|
|
23192
23338
|
language_description="languageDescription"
|
|
23193
|
-
)]
|
|
23339
|
+
)],
|
|
23340
|
+
id3_behavior="id3Behavior",
|
|
23341
|
+
klv_behavior="klvBehavior",
|
|
23342
|
+
nielsen_id3_behavior="nielsenId3Behavior",
|
|
23343
|
+
scte35_type="scte35Type",
|
|
23344
|
+
segment_length=123,
|
|
23345
|
+
segment_length_units="segmentLengthUnits",
|
|
23346
|
+
timed_metadata_id3_frame="timedMetadataId3Frame",
|
|
23347
|
+
timed_metadata_id3_period=123,
|
|
23348
|
+
timed_metadata_passthrough="timedMetadataPassthrough"
|
|
23194
23349
|
)
|
|
23195
23350
|
),
|
|
23196
23351
|
ms_smooth_group_settings=medialive.CfnChannel.MsSmoothGroupSettingsProperty(
|
|
@@ -28311,27 +28466,6 @@ class CfnChannelPlacementGroup(
|
|
|
28311
28466
|
|
|
28312
28467
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
28313
28468
|
|
|
28314
|
-
@jsii.member(jsii_name="fromChannelPlacementGroupArn")
|
|
28315
|
-
@builtins.classmethod
|
|
28316
|
-
def from_channel_placement_group_arn(
|
|
28317
|
-
cls,
|
|
28318
|
-
scope: _constructs_77d1e7e8.Construct,
|
|
28319
|
-
id: builtins.str,
|
|
28320
|
-
arn: builtins.str,
|
|
28321
|
-
) -> IChannelPlacementGroupRef:
|
|
28322
|
-
'''Creates a new IChannelPlacementGroupRef from an ARN.
|
|
28323
|
-
|
|
28324
|
-
:param scope: -
|
|
28325
|
-
:param id: -
|
|
28326
|
-
:param arn: -
|
|
28327
|
-
'''
|
|
28328
|
-
if __debug__:
|
|
28329
|
-
type_hints = typing.get_type_hints(_typecheckingstub__9b1f175fb7dae2b324a3046c29dc93a58faa99c0aaaf8b57b8a17aa2e09cdb80)
|
|
28330
|
-
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
28331
|
-
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
28332
|
-
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
28333
|
-
return typing.cast(IChannelPlacementGroupRef, jsii.sinvoke(cls, "fromChannelPlacementGroupArn", [scope, id, arn]))
|
|
28334
|
-
|
|
28335
28469
|
@jsii.member(jsii_name="inspect")
|
|
28336
28470
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
28337
28471
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -36382,6 +36516,15 @@ def _typecheckingstub__f3d603bf777a51fcd4a655ef17dcc1a5fa66a4fa5fe69e9918522175d
|
|
|
36382
36516
|
def _typecheckingstub__8189ecb41c1c07836a410e8f437062328cb6483c38d02ea4abcb3be57ed148e4(
|
|
36383
36517
|
*,
|
|
36384
36518
|
caption_language_mappings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.CaptionLanguageMappingProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
36519
|
+
id3_behavior: typing.Optional[builtins.str] = None,
|
|
36520
|
+
klv_behavior: typing.Optional[builtins.str] = None,
|
|
36521
|
+
nielsen_id3_behavior: typing.Optional[builtins.str] = None,
|
|
36522
|
+
scte35_type: typing.Optional[builtins.str] = None,
|
|
36523
|
+
segment_length: typing.Optional[jsii.Number] = None,
|
|
36524
|
+
segment_length_units: typing.Optional[builtins.str] = None,
|
|
36525
|
+
timed_metadata_id3_frame: typing.Optional[builtins.str] = None,
|
|
36526
|
+
timed_metadata_id3_period: typing.Optional[jsii.Number] = None,
|
|
36527
|
+
timed_metadata_passthrough: typing.Optional[builtins.str] = None,
|
|
36385
36528
|
) -> None:
|
|
36386
36529
|
"""Type checking stubs"""
|
|
36387
36530
|
pass
|
|
@@ -36947,14 +37090,6 @@ def _typecheckingstub__4e243315b7345536389960f25695eb10f1fa9ae011ea703c70b9fbe4c
|
|
|
36947
37090
|
"""Type checking stubs"""
|
|
36948
37091
|
pass
|
|
36949
37092
|
|
|
36950
|
-
def _typecheckingstub__9b1f175fb7dae2b324a3046c29dc93a58faa99c0aaaf8b57b8a17aa2e09cdb80(
|
|
36951
|
-
scope: _constructs_77d1e7e8.Construct,
|
|
36952
|
-
id: builtins.str,
|
|
36953
|
-
arn: builtins.str,
|
|
36954
|
-
) -> None:
|
|
36955
|
-
"""Type checking stubs"""
|
|
36956
|
-
pass
|
|
36957
|
-
|
|
36958
37093
|
def _typecheckingstub__7dc59f9af5380ef0917c9d9bea643eb9e0495fd90e51b92ab0a1fe1ffbd1c64c(
|
|
36959
37094
|
inspector: _TreeInspector_488e0dd5,
|
|
36960
37095
|
) -> None:
|
|
@@ -38130,3 +38265,6 @@ def _typecheckingstub__9317fc441faa2bbf831054a6400c72c65b432c3cea33091ae4241073c
|
|
|
38130
38265
|
) -> None:
|
|
38131
38266
|
"""Type checking stubs"""
|
|
38132
38267
|
pass
|
|
38268
|
+
|
|
38269
|
+
for cls in [IChannelPlacementGroupRef, IChannelRef, ICloudWatchAlarmTemplateGroupRef, ICloudWatchAlarmTemplateRef, IClusterRef, IEventBridgeRuleTemplateGroupRef, IEventBridgeRuleTemplateRef, IInputRef, IInputSecurityGroupRef, IMultiplexRef, IMultiplexprogramRef, INetworkRef, ISdiSourceRef, ISignalMapRef]:
|
|
38270
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -8286,3 +8286,6 @@ def _typecheckingstub__4150658ca39a19a1dfd87e145dfd5096869cfbac1f58d8d09510ec58d
|
|
|
8286
8286
|
) -> None:
|
|
8287
8287
|
"""Type checking stubs"""
|
|
8288
8288
|
pass
|
|
8289
|
+
|
|
8290
|
+
for cls in [IAssetRef, IChannelRef, IOriginEndpointRef, IPackagingConfigurationRef, IPackagingGroupRef]:
|
|
8291
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -6307,3 +6307,6 @@ def _typecheckingstub__2efc99cbc23753feeba6e611700f7b275a0d9dbb8667ffa3a69bd7640
|
|
|
6307
6307
|
) -> None:
|
|
6308
6308
|
"""Type checking stubs"""
|
|
6309
6309
|
pass
|
|
6310
|
+
|
|
6311
|
+
for cls in [IChannelGroupRef, IChannelPolicyRef, IChannelRef, IOriginEndpointPolicyRef, IOriginEndpointRef]:
|
|
6312
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -1059,3 +1059,6 @@ def _typecheckingstub__63f217ee2499d5b4f967ce2813a4594f4eb7d56cce030a41aaf5c3155
|
|
|
1059
1059
|
) -> None:
|
|
1060
1060
|
"""Type checking stubs"""
|
|
1061
1061
|
pass
|
|
1062
|
+
|
|
1063
|
+
for cls in [IContainerRef]:
|
|
1064
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -2876,27 +2876,6 @@ class CfnLiveSource(
|
|
|
2876
2876
|
|
|
2877
2877
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2878
2878
|
|
|
2879
|
-
@jsii.member(jsii_name="fromLiveSourceArn")
|
|
2880
|
-
@builtins.classmethod
|
|
2881
|
-
def from_live_source_arn(
|
|
2882
|
-
cls,
|
|
2883
|
-
scope: _constructs_77d1e7e8.Construct,
|
|
2884
|
-
id: builtins.str,
|
|
2885
|
-
arn: builtins.str,
|
|
2886
|
-
) -> ILiveSourceRef:
|
|
2887
|
-
'''Creates a new ILiveSourceRef from an ARN.
|
|
2888
|
-
|
|
2889
|
-
:param scope: -
|
|
2890
|
-
:param id: -
|
|
2891
|
-
:param arn: -
|
|
2892
|
-
'''
|
|
2893
|
-
if __debug__:
|
|
2894
|
-
type_hints = typing.get_type_hints(_typecheckingstub__ce2a67ecd4c245755079e42b97b7e2aa073536881db7521a5e4b7de0ffb37207)
|
|
2895
|
-
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2896
|
-
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2897
|
-
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
2898
|
-
return typing.cast(ILiveSourceRef, jsii.sinvoke(cls, "fromLiveSourceArn", [scope, id, arn]))
|
|
2899
|
-
|
|
2900
2879
|
@jsii.member(jsii_name="inspect")
|
|
2901
2880
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
2902
2881
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -5264,27 +5243,6 @@ class CfnVodSource(
|
|
|
5264
5243
|
|
|
5265
5244
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
5266
5245
|
|
|
5267
|
-
@jsii.member(jsii_name="fromVodSourceArn")
|
|
5268
|
-
@builtins.classmethod
|
|
5269
|
-
def from_vod_source_arn(
|
|
5270
|
-
cls,
|
|
5271
|
-
scope: _constructs_77d1e7e8.Construct,
|
|
5272
|
-
id: builtins.str,
|
|
5273
|
-
arn: builtins.str,
|
|
5274
|
-
) -> IVodSourceRef:
|
|
5275
|
-
'''Creates a new IVodSourceRef from an ARN.
|
|
5276
|
-
|
|
5277
|
-
:param scope: -
|
|
5278
|
-
:param id: -
|
|
5279
|
-
:param arn: -
|
|
5280
|
-
'''
|
|
5281
|
-
if __debug__:
|
|
5282
|
-
type_hints = typing.get_type_hints(_typecheckingstub__1a17313f366fcbedb212dc92da65e6f4b4b11de884adbf251ff66d76e815968e)
|
|
5283
|
-
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
5284
|
-
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
5285
|
-
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
5286
|
-
return typing.cast(IVodSourceRef, jsii.sinvoke(cls, "fromVodSourceArn", [scope, id, arn]))
|
|
5287
|
-
|
|
5288
5246
|
@jsii.member(jsii_name="inspect")
|
|
5289
5247
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
5290
5248
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -5842,14 +5800,6 @@ def _typecheckingstub__caad9e925cf2074f54088c0241999fdbc5c194736555867b7765527f3
|
|
|
5842
5800
|
"""Type checking stubs"""
|
|
5843
5801
|
pass
|
|
5844
5802
|
|
|
5845
|
-
def _typecheckingstub__ce2a67ecd4c245755079e42b97b7e2aa073536881db7521a5e4b7de0ffb37207(
|
|
5846
|
-
scope: _constructs_77d1e7e8.Construct,
|
|
5847
|
-
id: builtins.str,
|
|
5848
|
-
arn: builtins.str,
|
|
5849
|
-
) -> None:
|
|
5850
|
-
"""Type checking stubs"""
|
|
5851
|
-
pass
|
|
5852
|
-
|
|
5853
5803
|
def _typecheckingstub__ed469803ff91fff7fc3040fc3d0bb3fa9a21fd4b59da12961328098a4c73f954(
|
|
5854
5804
|
inspector: _TreeInspector_488e0dd5,
|
|
5855
5805
|
) -> None:
|
|
@@ -6265,14 +6215,6 @@ def _typecheckingstub__456acf01c6ad372c9c8ba7c229fe88f13ceaab57f8599ae26cb522443
|
|
|
6265
6215
|
"""Type checking stubs"""
|
|
6266
6216
|
pass
|
|
6267
6217
|
|
|
6268
|
-
def _typecheckingstub__1a17313f366fcbedb212dc92da65e6f4b4b11de884adbf251ff66d76e815968e(
|
|
6269
|
-
scope: _constructs_77d1e7e8.Construct,
|
|
6270
|
-
id: builtins.str,
|
|
6271
|
-
arn: builtins.str,
|
|
6272
|
-
) -> None:
|
|
6273
|
-
"""Type checking stubs"""
|
|
6274
|
-
pass
|
|
6275
|
-
|
|
6276
6218
|
def _typecheckingstub__09f36c1aa9a889afe2053c87ff538aaf36dd3ae8b29c1a426f2f27df0c755587(
|
|
6277
6219
|
inspector: _TreeInspector_488e0dd5,
|
|
6278
6220
|
) -> None:
|
|
@@ -6317,3 +6259,6 @@ def _typecheckingstub__0eb3dfa97b84bfa86c7915674bc55816a5f4e9bec9047c683b97e5bd6
|
|
|
6317
6259
|
) -> None:
|
|
6318
6260
|
"""Type checking stubs"""
|
|
6319
6261
|
pass
|
|
6262
|
+
|
|
6263
|
+
for cls in [IChannelPolicyRef, IChannelRef, ILiveSourceRef, IPlaybackConfigurationRef, ISourceLocationRef, IVodSourceRef]:
|
|
6264
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_memorydb/__init__.py
CHANGED
|
@@ -4565,3 +4565,6 @@ def _typecheckingstub__7829a96cb7f6a4249d594f7be104bbd66d8afd40591a46c942d55bbdb
|
|
|
4565
4565
|
) -> None:
|
|
4566
4566
|
"""Type checking stubs"""
|
|
4567
4567
|
pass
|
|
4568
|
+
|
|
4569
|
+
for cls in [IACLRef, IClusterRef, IMultiRegionClusterRef, IParameterGroupRef, ISubnetGroupRef, IUserRef]:
|
|
4570
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_mpa/__init__.py
CHANGED
|
@@ -1681,3 +1681,6 @@ def _typecheckingstub__cdb131b4f18fdc2f28197cd3ec3c8e53cc57a860dfad6d92280cc2475
|
|
|
1681
1681
|
) -> None:
|
|
1682
1682
|
"""Type checking stubs"""
|
|
1683
1683
|
pass
|
|
1684
|
+
|
|
1685
|
+
for cls in [IApprovalTeamRef, IIdentitySourceRef]:
|
|
1686
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_msk/__init__.py
CHANGED
|
@@ -7760,3 +7760,6 @@ def _typecheckingstub__41badc74ff47dd490e87b936855f3c939b6636c7093dafa31681ef018
|
|
|
7760
7760
|
) -> None:
|
|
7761
7761
|
"""Type checking stubs"""
|
|
7762
7762
|
pass
|
|
7763
|
+
|
|
7764
|
+
for cls in [IBatchScramSecretRef, IClusterPolicyRef, IClusterRef, IConfigurationRef, IReplicatorRef, IServerlessClusterRef, IVpcConnectionRef]:
|
|
7765
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_mwaa/__init__.py
CHANGED
|
@@ -2084,3 +2084,6 @@ def _typecheckingstub__8495822577cf5da4312474c3eb2f73589ac26428a858fe9413976d151
|
|
|
2084
2084
|
) -> None:
|
|
2085
2085
|
"""Type checking stubs"""
|
|
2086
2086
|
pass
|
|
2087
|
+
|
|
2088
|
+
for cls in [IEnvironmentRef]:
|
|
2089
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_neptune/__init__.py
CHANGED
|
@@ -751,6 +751,7 @@ class CfnDBClusterProps:
|
|
|
751
751
|
"db_snapshot_identifier": "dbSnapshotIdentifier",
|
|
752
752
|
"db_subnet_group_name": "dbSubnetGroupName",
|
|
753
753
|
"preferred_maintenance_window": "preferredMaintenanceWindow",
|
|
754
|
+
"publicly_accessible": "publiclyAccessible",
|
|
754
755
|
"tags": "tags",
|
|
755
756
|
},
|
|
756
757
|
)
|
|
@@ -768,6 +769,7 @@ class CfnDBInstanceProps:
|
|
|
768
769
|
db_snapshot_identifier: typing.Optional[builtins.str] = None,
|
|
769
770
|
db_subnet_group_name: typing.Optional[builtins.str] = None,
|
|
770
771
|
preferred_maintenance_window: typing.Optional[builtins.str] = None,
|
|
772
|
+
publicly_accessible: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
771
773
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
772
774
|
) -> None:
|
|
773
775
|
'''Properties for defining a ``CfnDBInstance``.
|
|
@@ -782,6 +784,7 @@ class CfnDBInstanceProps:
|
|
|
782
784
|
:param db_snapshot_identifier: (deprecated) This parameter is not supported. ``AWS::Neptune::DBInstance`` does not support restoring from snapshots. ``AWS::Neptune::DBCluster`` does support restoring from snapshots.
|
|
783
785
|
:param db_subnet_group_name: A DB subnet group to associate with the DB instance. If you update this value, the new subnet group must be a subnet group in a new virtual private cloud (VPC).
|
|
784
786
|
:param preferred_maintenance_window: Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
|
787
|
+
:param publicly_accessible: Indicates whether the DB instance is publicly accessible. When the DB instance is publicly accessible and you connect from outside of the DB instance's virtual private cloud (VPC), its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB instance, the endpoint resolves to the private IP address. Access to the DB instance is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it. When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.
|
|
785
788
|
:param tags: An arbitrary set of tags (key-value pairs) for this DB instance.
|
|
786
789
|
|
|
787
790
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html
|
|
@@ -806,6 +809,7 @@ class CfnDBInstanceProps:
|
|
|
806
809
|
db_snapshot_identifier="dbSnapshotIdentifier",
|
|
807
810
|
db_subnet_group_name="dbSubnetGroupName",
|
|
808
811
|
preferred_maintenance_window="preferredMaintenanceWindow",
|
|
812
|
+
publicly_accessible=False,
|
|
809
813
|
tags=[CfnTag(
|
|
810
814
|
key="key",
|
|
811
815
|
value="value"
|
|
@@ -824,6 +828,7 @@ class CfnDBInstanceProps:
|
|
|
824
828
|
check_type(argname="argument db_snapshot_identifier", value=db_snapshot_identifier, expected_type=type_hints["db_snapshot_identifier"])
|
|
825
829
|
check_type(argname="argument db_subnet_group_name", value=db_subnet_group_name, expected_type=type_hints["db_subnet_group_name"])
|
|
826
830
|
check_type(argname="argument preferred_maintenance_window", value=preferred_maintenance_window, expected_type=type_hints["preferred_maintenance_window"])
|
|
831
|
+
check_type(argname="argument publicly_accessible", value=publicly_accessible, expected_type=type_hints["publicly_accessible"])
|
|
827
832
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
828
833
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
829
834
|
"db_instance_class": db_instance_class,
|
|
@@ -846,6 +851,8 @@ class CfnDBInstanceProps:
|
|
|
846
851
|
self._values["db_subnet_group_name"] = db_subnet_group_name
|
|
847
852
|
if preferred_maintenance_window is not None:
|
|
848
853
|
self._values["preferred_maintenance_window"] = preferred_maintenance_window
|
|
854
|
+
if publicly_accessible is not None:
|
|
855
|
+
self._values["publicly_accessible"] = publicly_accessible
|
|
849
856
|
if tags is not None:
|
|
850
857
|
self._values["tags"] = tags
|
|
851
858
|
|
|
@@ -965,6 +972,21 @@ class CfnDBInstanceProps:
|
|
|
965
972
|
result = self._values.get("preferred_maintenance_window")
|
|
966
973
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
967
974
|
|
|
975
|
+
@builtins.property
|
|
976
|
+
def publicly_accessible(
|
|
977
|
+
self,
|
|
978
|
+
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
979
|
+
'''Indicates whether the DB instance is publicly accessible.
|
|
980
|
+
|
|
981
|
+
When the DB instance is publicly accessible and you connect from outside of the DB instance's virtual private cloud (VPC), its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB instance, the endpoint resolves to the private IP address. Access to the DB instance is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it.
|
|
982
|
+
|
|
983
|
+
When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.
|
|
984
|
+
|
|
985
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-publiclyaccessible
|
|
986
|
+
'''
|
|
987
|
+
result = self._values.get("publicly_accessible")
|
|
988
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
|
|
989
|
+
|
|
968
990
|
@builtins.property
|
|
969
991
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
970
992
|
'''An arbitrary set of tags (key-value pairs) for this DB instance.
|
|
@@ -2966,6 +2988,7 @@ class CfnDBInstance(
|
|
|
2966
2988
|
db_snapshot_identifier="dbSnapshotIdentifier",
|
|
2967
2989
|
db_subnet_group_name="dbSubnetGroupName",
|
|
2968
2990
|
preferred_maintenance_window="preferredMaintenanceWindow",
|
|
2991
|
+
publicly_accessible=False,
|
|
2969
2992
|
tags=[CfnTag(
|
|
2970
2993
|
key="key",
|
|
2971
2994
|
value="value"
|
|
@@ -2988,6 +3011,7 @@ class CfnDBInstance(
|
|
|
2988
3011
|
db_snapshot_identifier: typing.Optional[builtins.str] = None,
|
|
2989
3012
|
db_subnet_group_name: typing.Optional[builtins.str] = None,
|
|
2990
3013
|
preferred_maintenance_window: typing.Optional[builtins.str] = None,
|
|
3014
|
+
publicly_accessible: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
2991
3015
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2992
3016
|
) -> None:
|
|
2993
3017
|
'''
|
|
@@ -3003,6 +3027,7 @@ class CfnDBInstance(
|
|
|
3003
3027
|
:param db_snapshot_identifier: (deprecated) This parameter is not supported. ``AWS::Neptune::DBInstance`` does not support restoring from snapshots. ``AWS::Neptune::DBCluster`` does support restoring from snapshots.
|
|
3004
3028
|
:param db_subnet_group_name: A DB subnet group to associate with the DB instance. If you update this value, the new subnet group must be a subnet group in a new virtual private cloud (VPC).
|
|
3005
3029
|
:param preferred_maintenance_window: Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
|
3030
|
+
:param publicly_accessible: Indicates whether the DB instance is publicly accessible. When the DB instance is publicly accessible and you connect from outside of the DB instance's virtual private cloud (VPC), its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB instance, the endpoint resolves to the private IP address. Access to the DB instance is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it. When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.
|
|
3006
3031
|
:param tags: An arbitrary set of tags (key-value pairs) for this DB instance.
|
|
3007
3032
|
'''
|
|
3008
3033
|
if __debug__:
|
|
@@ -3020,6 +3045,7 @@ class CfnDBInstance(
|
|
|
3020
3045
|
db_snapshot_identifier=db_snapshot_identifier,
|
|
3021
3046
|
db_subnet_group_name=db_subnet_group_name,
|
|
3022
3047
|
preferred_maintenance_window=preferred_maintenance_window,
|
|
3048
|
+
publicly_accessible=publicly_accessible,
|
|
3023
3049
|
tags=tags,
|
|
3024
3050
|
)
|
|
3025
3051
|
|
|
@@ -3242,6 +3268,24 @@ class CfnDBInstance(
|
|
|
3242
3268
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3243
3269
|
jsii.set(self, "preferredMaintenanceWindow", value) # pyright: ignore[reportArgumentType]
|
|
3244
3270
|
|
|
3271
|
+
@builtins.property
|
|
3272
|
+
@jsii.member(jsii_name="publiclyAccessible")
|
|
3273
|
+
def publicly_accessible(
|
|
3274
|
+
self,
|
|
3275
|
+
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
3276
|
+
'''Indicates whether the DB instance is publicly accessible.'''
|
|
3277
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "publiclyAccessible"))
|
|
3278
|
+
|
|
3279
|
+
@publicly_accessible.setter
|
|
3280
|
+
def publicly_accessible(
|
|
3281
|
+
self,
|
|
3282
|
+
value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
|
|
3283
|
+
) -> None:
|
|
3284
|
+
if __debug__:
|
|
3285
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b67e50f3b4a51cbbe6d8beb4e55dcbb888cd70ccbf3854e7be69ae66ee18267d)
|
|
3286
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3287
|
+
jsii.set(self, "publiclyAccessible", value) # pyright: ignore[reportArgumentType]
|
|
3288
|
+
|
|
3245
3289
|
@builtins.property
|
|
3246
3290
|
@jsii.member(jsii_name="tagsRaw")
|
|
3247
3291
|
def tags_raw(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
@@ -3921,6 +3965,7 @@ def _typecheckingstub__f97fae676e40e6f9b786d435eb3f1534d54b6bfccf982c2ddf6802fc9
|
|
|
3921
3965
|
db_snapshot_identifier: typing.Optional[builtins.str] = None,
|
|
3922
3966
|
db_subnet_group_name: typing.Optional[builtins.str] = None,
|
|
3923
3967
|
preferred_maintenance_window: typing.Optional[builtins.str] = None,
|
|
3968
|
+
publicly_accessible: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
3924
3969
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3925
3970
|
) -> None:
|
|
3926
3971
|
"""Type checking stubs"""
|
|
@@ -4282,6 +4327,7 @@ def _typecheckingstub__018494df8760995ee1cfd5d6678e28db8bf415a10efea4384de0e660a
|
|
|
4282
4327
|
db_snapshot_identifier: typing.Optional[builtins.str] = None,
|
|
4283
4328
|
db_subnet_group_name: typing.Optional[builtins.str] = None,
|
|
4284
4329
|
preferred_maintenance_window: typing.Optional[builtins.str] = None,
|
|
4330
|
+
publicly_accessible: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
4285
4331
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4286
4332
|
) -> None:
|
|
4287
4333
|
"""Type checking stubs"""
|
|
@@ -4359,6 +4405,12 @@ def _typecheckingstub__e0aad195d28ba72af4643cabac33c6e2d3d623be5e2b7f21c8bffae8d
|
|
|
4359
4405
|
"""Type checking stubs"""
|
|
4360
4406
|
pass
|
|
4361
4407
|
|
|
4408
|
+
def _typecheckingstub__b67e50f3b4a51cbbe6d8beb4e55dcbb888cd70ccbf3854e7be69ae66ee18267d(
|
|
4409
|
+
value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
|
|
4410
|
+
) -> None:
|
|
4411
|
+
"""Type checking stubs"""
|
|
4412
|
+
pass
|
|
4413
|
+
|
|
4362
4414
|
def _typecheckingstub__804ae68d35a8f4acf9b250c8866d8f27b0ea5aaabf0c9991c5e12b4c5414d569(
|
|
4363
4415
|
value: typing.Optional[typing.List[_CfnTag_f6864754]],
|
|
4364
4416
|
) -> None:
|
|
@@ -4536,3 +4588,6 @@ def _typecheckingstub__1a2214e33715f7b8a810325132d1442eca1b2f768a72caf6834425035
|
|
|
4536
4588
|
) -> None:
|
|
4537
4589
|
"""Type checking stubs"""
|
|
4538
4590
|
pass
|
|
4591
|
+
|
|
4592
|
+
for cls in [IDBClusterParameterGroupRef, IDBClusterRef, IDBInstanceRef, IDBParameterGroupRef, IDBSubnetGroupRef, IEventSubscriptionRef]:
|
|
4593
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -1253,3 +1253,6 @@ def _typecheckingstub__b4fc8bb9e26efd06ea5bc87d6e7358de98fcb83d1fb96fc3f74ed7716
|
|
|
1253
1253
|
) -> None:
|
|
1254
1254
|
"""Type checking stubs"""
|
|
1255
1255
|
pass
|
|
1256
|
+
|
|
1257
|
+
for cls in [IGraphRef, IPrivateGraphEndpointRef]:
|
|
1258
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -8722,3 +8722,6 @@ def _typecheckingstub__ed6e084870d225a53477b08097053cc5b851f59b0c1d2ac3ce50dcb61
|
|
|
8722
8722
|
) -> None:
|
|
8723
8723
|
"""Type checking stubs"""
|
|
8724
8724
|
pass
|
|
8725
|
+
|
|
8726
|
+
for cls in [IFirewallPolicyRef, IFirewallRef, ILoggingConfigurationRef, IRuleGroupRef, ITLSInspectionConfigurationRef, IVpcEndpointAssociationRef]:
|
|
8727
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -11276,3 +11276,6 @@ def _typecheckingstub__e0178ed6021c1858c87186be29fec1d6351e020d4e0f48dd2207432db
|
|
|
11276
11276
|
) -> None:
|
|
11277
11277
|
"""Type checking stubs"""
|
|
11278
11278
|
pass
|
|
11279
|
+
|
|
11280
|
+
for cls in [IConnectAttachmentRef, IConnectPeerRef, ICoreNetworkRef, ICustomerGatewayAssociationRef, IDeviceRef, IDirectConnectGatewayAttachmentRef, IGlobalNetworkRef, ILinkAssociationRef, ILinkRef, ISiteRef, ISiteToSiteVpnAttachmentRef, ITransitGatewayPeeringRef, ITransitGatewayRegistrationRef, ITransitGatewayRouteTableAttachmentRef, IVpcAttachmentRef]:
|
|
11281
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -3978,3 +3978,6 @@ def _typecheckingstub__81ae21ca54c86cd8aaeb2004583ec16f187a029ddafc8eeb7ab83f4af
|
|
|
3978
3978
|
) -> None:
|
|
3979
3979
|
"""Type checking stubs"""
|
|
3980
3980
|
pass
|
|
3981
|
+
|
|
3982
|
+
for cls in [ILaunchProfileRef, IStreamingImageRef, IStudioComponentRef, IStudioRef]:
|
|
3983
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -3006,3 +3006,6 @@ def _typecheckingstub__fcef0a4f0c9aa956b05de5c689fc8d5dcbac4d3d2eb89e00f7e33d9d5
|
|
|
3006
3006
|
) -> None:
|
|
3007
3007
|
"""Type checking stubs"""
|
|
3008
3008
|
pass
|
|
3009
|
+
|
|
3010
|
+
for cls in [IChannelAssociationRef, IEventRuleRef, IManagedNotificationAccountContactAssociationRef, IManagedNotificationAdditionalChannelAssociationRef, INotificationConfigurationRef, INotificationHubRef, IOrganizationalUnitAssociationRef]:
|
|
3011
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -695,3 +695,6 @@ def _typecheckingstub__48f41a7ff86bdb3f6536168c36c8ddd6876c1a2bfcd36169b53af9ce3
|
|
|
695
695
|
) -> None:
|
|
696
696
|
"""Type checking stubs"""
|
|
697
697
|
pass
|
|
698
|
+
|
|
699
|
+
for cls in [IEmailContactRef]:
|
|
700
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|