aws-cdk-lib 2.200.2__py3-none-any.whl → 2.224.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 +1349 -373
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.200.2.jsii.tgz → aws-cdk-lib@2.224.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +12 -2
- aws_cdk/aws_accessanalyzer/__init__.py +323 -6
- aws_cdk/aws_acmpca/__init__.py +53 -10
- aws_cdk/aws_aiops/__init__.py +1019 -0
- aws_cdk/aws_amazonmq/__init__.py +357 -313
- aws_cdk/aws_amplify/__init__.py +173 -17
- aws_cdk/aws_amplifyuibuilder/__init__.py +35 -6
- aws_cdk/aws_apigateway/__init__.py +1017 -155
- aws_cdk/aws_apigatewayv2/__init__.py +2796 -379
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +94 -16
- aws_cdk/aws_appconfig/__init__.py +298 -43
- aws_cdk/aws_appflow/__init__.py +151 -6
- aws_cdk/aws_appintegrations/__init__.py +546 -6
- aws_cdk/aws_applicationautoscaling/__init__.py +29 -6
- aws_cdk/aws_applicationinsights/__init__.py +13 -2
- aws_cdk/aws_applicationsignals/__init__.py +374 -6
- aws_cdk/aws_appmesh/__init__.py +94 -26
- aws_cdk/aws_apprunner/__init__.py +66 -18
- aws_cdk/aws_appstream/__init__.py +309 -55
- aws_cdk/aws_appsync/__init__.py +227 -53
- aws_cdk/aws_apptest/__init__.py +71 -2
- aws_cdk/aws_aps/__init__.py +1875 -132
- aws_cdk/aws_arcregionswitch/__init__.py +5095 -0
- aws_cdk/aws_arczonalshift/__init__.py +39 -12
- aws_cdk/aws_athena/__init__.py +365 -29
- aws_cdk/aws_auditmanager/__init__.py +71 -2
- aws_cdk/aws_autoscaling/__init__.py +135 -55
- aws_cdk/aws_autoscaling_common/__init__.py +3 -0
- aws_cdk/aws_autoscalingplans/__init__.py +13 -2
- aws_cdk/aws_b2bi/__init__.py +1819 -99
- aws_cdk/aws_backup/__init__.py +317 -28
- aws_cdk/aws_backupgateway/__init__.py +13 -2
- aws_cdk/aws_batch/__init__.py +1405 -178
- aws_cdk/aws_bcmdataexports/__init__.py +21 -2
- aws_cdk/aws_bedrock/__init__.py +6747 -627
- aws_cdk/aws_bedrockagentcore/__init__.py +10425 -0
- aws_cdk/aws_billingconductor/__init__.py +197 -11
- aws_cdk/aws_budgets/__init__.py +42 -4
- aws_cdk/aws_cassandra/__init__.py +247 -6
- aws_cdk/aws_ce/__init__.py +35 -6
- aws_cdk/aws_certificatemanager/__init__.py +237 -32
- aws_cdk/aws_chatbot/__init__.py +70 -6
- aws_cdk/aws_cleanrooms/__init__.py +709 -206
- aws_cdk/aws_cleanroomsml/__init__.py +13 -2
- aws_cdk/aws_cloud9/__init__.py +13 -2
- aws_cdk/aws_cloudformation/__init__.py +345 -166
- aws_cdk/aws_cloudfront/__init__.py +2101 -680
- aws_cdk/aws_cloudfront/experimental/__init__.py +108 -16
- aws_cdk/aws_cloudfront_origins/__init__.py +614 -73
- aws_cdk/aws_cloudtrail/__init__.py +301 -17
- aws_cdk/aws_cloudwatch/__init__.py +1414 -153
- aws_cdk/aws_codeartifact/__init__.py +35 -6
- aws_cdk/aws_codebuild/__init__.py +1103 -118
- aws_cdk/aws_codecommit/__init__.py +23 -9
- aws_cdk/aws_codeconnections/__init__.py +13 -2
- aws_cdk/aws_codedeploy/__init__.py +67 -6
- aws_cdk/aws_codeguruprofiler/__init__.py +74 -2
- aws_cdk/aws_codegurureviewer/__init__.py +13 -2
- aws_cdk/aws_codepipeline/__init__.py +127 -64
- aws_cdk/aws_codepipeline_actions/__init__.py +749 -0
- aws_cdk/aws_codestar/__init__.py +13 -2
- aws_cdk/aws_codestarconnections/__init__.py +35 -6
- aws_cdk/aws_codestarnotifications/__init__.py +16 -2
- aws_cdk/aws_cognito/__init__.py +814 -80
- aws_cdk/aws_cognito_identitypool/__init__.py +17 -12
- aws_cdk/aws_comprehend/__init__.py +24 -4
- aws_cdk/aws_config/__init__.py +191 -30
- aws_cdk/aws_connect/__init__.py +2736 -191
- aws_cdk/aws_connectcampaigns/__init__.py +13 -2
- aws_cdk/aws_connectcampaignsv2/__init__.py +268 -6
- aws_cdk/aws_controltower/__init__.py +35 -6
- aws_cdk/aws_cur/__init__.py +100 -4
- aws_cdk/aws_customerprofiles/__init__.py +617 -27
- aws_cdk/aws_databrew/__init__.py +68 -12
- aws_cdk/aws_datapipeline/__init__.py +42 -2
- aws_cdk/aws_datasync/__init__.py +723 -203
- aws_cdk/aws_datazone/__init__.py +4425 -608
- aws_cdk/aws_dax/__init__.py +83 -6
- aws_cdk/aws_deadline/__init__.py +321 -32
- aws_cdk/aws_detective/__init__.py +35 -6
- aws_cdk/aws_devicefarm/__init__.py +68 -12
- aws_cdk/aws_devopsguru/__init__.py +37 -6
- aws_cdk/aws_directoryservice/__init__.py +53 -4
- aws_cdk/aws_dlm/__init__.py +13 -2
- aws_cdk/aws_dms/__init__.py +184 -27
- aws_cdk/aws_docdb/__init__.py +323 -46
- aws_cdk/aws_docdbelastic/__init__.py +13 -2
- aws_cdk/aws_dsql/__init__.py +340 -12
- aws_cdk/aws_dynamodb/__init__.py +1463 -166
- aws_cdk/aws_ec2/__init__.py +9636 -1120
- aws_cdk/aws_ecr/__init__.py +631 -43
- aws_cdk/aws_ecr_assets/__init__.py +4 -0
- aws_cdk/aws_ecs/__init__.py +6524 -497
- aws_cdk/aws_ecs_patterns/__init__.py +2 -0
- aws_cdk/aws_efs/__init__.py +264 -24
- aws_cdk/aws_eks/__init__.py +1050 -218
- aws_cdk/aws_elasticache/__init__.py +373 -20
- aws_cdk/aws_elasticbeanstalk/__init__.py +75 -8
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -2
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1670 -106
- aws_cdk/aws_elasticsearch/__init__.py +282 -9
- aws_cdk/aws_emr/__init__.py +187 -20
- aws_cdk/aws_emrcontainers/__init__.py +71 -2
- aws_cdk/aws_emrserverless/__init__.py +188 -3
- aws_cdk/aws_entityresolution/__init__.py +585 -58
- aws_cdk/aws_events/__init__.py +969 -124
- aws_cdk/aws_events_targets/__init__.py +310 -54
- aws_cdk/aws_eventschemas/__init__.py +46 -8
- aws_cdk/aws_evidently/__init__.py +57 -10
- aws_cdk/aws_evs/__init__.py +2244 -0
- aws_cdk/aws_finspace/__init__.py +71 -2
- aws_cdk/aws_fis/__init__.py +26 -4
- aws_cdk/aws_fms/__init__.py +35 -6
- aws_cdk/aws_forecast/__init__.py +24 -4
- aws_cdk/aws_frauddetector/__init__.py +79 -14
- aws_cdk/aws_fsx/__init__.py +1236 -142
- aws_cdk/aws_gamelift/__init__.py +653 -78
- aws_cdk/aws_gameliftstreams/__init__.py +38 -16
- aws_cdk/aws_globalaccelerator/__init__.py +55 -14
- aws_cdk/aws_glue/__init__.py +1368 -320
- aws_cdk/aws_grafana/__init__.py +13 -2
- aws_cdk/aws_greengrass/__init__.py +654 -32
- aws_cdk/aws_greengrassv2/__init__.py +53 -4
- aws_cdk/aws_groundstation/__init__.py +122 -6
- aws_cdk/aws_guardduty/__init__.py +1613 -123
- aws_cdk/aws_healthimaging/__init__.py +71 -2
- aws_cdk/aws_healthlake/__init__.py +42 -2
- aws_cdk/aws_iam/__init__.py +480 -140
- aws_cdk/aws_identitystore/__init__.py +24 -4
- aws_cdk/aws_imagebuilder/__init__.py +1433 -183
- aws_cdk/aws_inspector/__init__.py +38 -6
- aws_cdk/aws_inspectorv2/__init__.py +2285 -243
- aws_cdk/aws_internetmonitor/__init__.py +71 -2
- aws_cdk/aws_invoicing/__init__.py +13 -2
- aws_cdk/aws_iot/__init__.py +1730 -86
- aws_cdk/aws_iotanalytics/__init__.py +162 -8
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +106 -40
- aws_cdk/aws_iotevents/__init__.py +122 -6
- aws_cdk/aws_iotfleethub/__init__.py +71 -2
- aws_cdk/aws_iotfleetwise/__init__.py +195 -14
- aws_cdk/aws_iotsitewise/__init__.py +1837 -89
- aws_cdk/aws_iotthingsgraph/__init__.py +13 -2
- aws_cdk/aws_iottwinmaker/__init__.py +115 -10
- aws_cdk/aws_iotwireless/__init__.py +649 -22
- aws_cdk/aws_ivs/__init__.py +561 -57
- aws_cdk/aws_ivschat/__init__.py +24 -4
- aws_cdk/aws_kafkaconnect/__init__.py +35 -6
- aws_cdk/aws_kendra/__init__.py +120 -28
- aws_cdk/aws_kendraranking/__init__.py +13 -2
- aws_cdk/aws_kinesis/__init__.py +622 -22
- aws_cdk/aws_kinesisanalytics/__init__.py +467 -94
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +201 -11
- aws_cdk/aws_kinesisfirehose/__init__.py +3077 -295
- aws_cdk/aws_kinesisvideo/__init__.py +24 -4
- aws_cdk/aws_kms/__init__.py +188 -41
- aws_cdk/aws_lakeformation/__init__.py +80 -15
- aws_cdk/aws_lambda/__init__.py +2101 -252
- aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
- aws_cdk/aws_lambda_nodejs/__init__.py +63 -24
- aws_cdk/aws_launchwizard/__init__.py +13 -2
- aws_cdk/aws_lex/__init__.py +871 -8
- aws_cdk/aws_licensemanager/__init__.py +24 -4
- aws_cdk/aws_lightsail/__init__.py +2159 -975
- aws_cdk/aws_location/__init__.py +618 -14
- aws_cdk/aws_logs/__init__.py +5904 -956
- aws_cdk/aws_lookoutequipment/__init__.py +13 -2
- aws_cdk/aws_lookoutmetrics/__init__.py +38 -6
- aws_cdk/aws_lookoutvision/__init__.py +71 -2
- aws_cdk/aws_m2/__init__.py +94 -19
- aws_cdk/aws_macie/__init__.py +49 -11
- aws_cdk/aws_managedblockchain/__init__.py +180 -6
- aws_cdk/aws_mediaconnect/__init__.py +101 -18
- aws_cdk/aws_mediaconvert/__init__.py +35 -6
- aws_cdk/aws_medialive/__init__.py +1239 -35
- aws_cdk/aws_mediapackage/__init__.py +59 -12
- aws_cdk/aws_mediapackagev2/__init__.py +1607 -225
- aws_cdk/aws_mediastore/__init__.py +13 -2
- aws_cdk/aws_mediatailor/__init__.py +583 -12
- aws_cdk/aws_memorydb/__init__.py +271 -12
- aws_cdk/aws_mpa/__init__.py +1495 -0
- aws_cdk/aws_msk/__init__.py +104 -18
- aws_cdk/aws_mwaa/__init__.py +121 -9
- aws_cdk/aws_neptune/__init__.py +290 -78
- aws_cdk/aws_neptunegraph/__init__.py +24 -4
- aws_cdk/aws_networkfirewall/__init__.py +1289 -273
- aws_cdk/aws_networkmanager/__init__.py +349 -33
- aws_cdk/aws_nimblestudio/__init__.py +75 -8
- aws_cdk/aws_notifications/__init__.py +317 -12
- aws_cdk/aws_notificationscontacts/__init__.py +13 -2
- aws_cdk/aws_oam/__init__.py +24 -4
- aws_cdk/aws_observabilityadmin/__init__.py +2561 -0
- aws_cdk/aws_odb/__init__.py +5872 -0
- aws_cdk/aws_omics/__init__.py +2495 -529
- aws_cdk/aws_opensearchserverless/__init__.py +312 -37
- aws_cdk/aws_opensearchservice/__init__.py +495 -19
- aws_cdk/aws_opsworks/__init__.py +235 -139
- aws_cdk/aws_opsworkscm/__init__.py +16 -52
- aws_cdk/aws_organizations/__init__.py +70 -10
- aws_cdk/aws_osis/__init__.py +167 -2
- aws_cdk/aws_panorama/__init__.py +151 -6
- aws_cdk/aws_paymentcryptography/__init__.py +24 -4
- aws_cdk/aws_pcaconnectorad/__init__.py +59 -10
- aws_cdk/aws_pcaconnectorscep/__init__.py +24 -4
- aws_cdk/aws_pcs/__init__.py +387 -68
- aws_cdk/aws_personalize/__init__.py +46 -8
- aws_cdk/aws_pinpoint/__init__.py +329 -38
- aws_cdk/aws_pinpointemail/__init__.py +48 -8
- aws_cdk/aws_pipes/__init__.py +12 -2
- aws_cdk/aws_proton/__init__.py +37 -6
- aws_cdk/aws_qbusiness/__init__.py +635 -34
- aws_cdk/aws_qldb/__init__.py +24 -4
- aws_cdk/aws_quicksight/__init__.py +7900 -1160
- aws_cdk/aws_ram/__init__.py +24 -4
- aws_cdk/aws_rbin/__init__.py +12 -2
- aws_cdk/aws_rds/__init__.py +3345 -512
- aws_cdk/aws_redshift/__init__.py +143 -20
- aws_cdk/aws_redshiftserverless/__init__.py +692 -4
- aws_cdk/aws_refactorspaces/__init__.py +64 -14
- aws_cdk/aws_rekognition/__init__.py +93 -6
- aws_cdk/aws_resiliencehub/__init__.py +24 -4
- aws_cdk/aws_resourceexplorer2/__init__.py +35 -6
- aws_cdk/aws_resourcegroups/__init__.py +82 -4
- aws_cdk/aws_robomaker/__init__.py +72 -12
- aws_cdk/aws_rolesanywhere/__init__.py +180 -6
- aws_cdk/aws_route53/__init__.py +3273 -1442
- aws_cdk/aws_route53_targets/__init__.py +3 -0
- aws_cdk/aws_route53profiles/__init__.py +37 -6
- aws_cdk/aws_route53recoverycontrol/__init__.py +46 -8
- aws_cdk/aws_route53recoveryreadiness/__init__.py +104 -8
- aws_cdk/aws_route53resolver/__init__.py +226 -36
- aws_cdk/aws_rtbfabric/__init__.py +3498 -0
- aws_cdk/aws_rum/__init__.py +13 -2
- aws_cdk/aws_s3/__init__.py +1291 -158
- aws_cdk/aws_s3_assets/__init__.py +11 -11
- aws_cdk/aws_s3_deployment/__init__.py +147 -11
- aws_cdk/aws_s3_notifications/__init__.py +7 -7
- aws_cdk/aws_s3express/__init__.py +266 -8
- aws_cdk/aws_s3objectlambda/__init__.py +68 -16
- aws_cdk/aws_s3outposts/__init__.py +46 -8
- aws_cdk/aws_s3tables/__init__.py +2000 -323
- aws_cdk/aws_s3vectors/__init__.py +1378 -0
- aws_cdk/aws_sagemaker/__init__.py +6617 -363
- aws_cdk/aws_sam/__init__.py +79 -14
- aws_cdk/aws_scheduler/__init__.py +237 -4
- aws_cdk/aws_sdb/__init__.py +12 -2
- aws_cdk/aws_secretsmanager/__init__.py +170 -14
- aws_cdk/aws_securityhub/__init__.py +3121 -176
- aws_cdk/aws_securitylake/__init__.py +46 -8
- aws_cdk/aws_servicecatalog/__init__.py +405 -246
- aws_cdk/aws_servicecatalogappregistry/__init__.py +164 -8
- aws_cdk/aws_servicediscovery/__init__.py +140 -47
- aws_cdk/aws_ses/__init__.py +1231 -140
- aws_cdk/aws_shield/__init__.py +46 -8
- aws_cdk/aws_signer/__init__.py +27 -4
- aws_cdk/aws_simspaceweaver/__init__.py +42 -2
- aws_cdk/aws_smsvoice/__init__.py +4716 -0
- aws_cdk/aws_sns/__init__.py +245 -29
- aws_cdk/aws_sns_subscriptions/__init__.py +3 -1
- aws_cdk/aws_sqs/__init__.py +211 -14
- aws_cdk/aws_ssm/__init__.py +401 -58
- aws_cdk/aws_ssmcontacts/__init__.py +46 -8
- aws_cdk/aws_ssmguiconnect/__init__.py +13 -2
- aws_cdk/aws_ssmincidents/__init__.py +24 -4
- aws_cdk/aws_ssmquicksetup/__init__.py +383 -6
- aws_cdk/aws_sso/__init__.py +70 -12
- aws_cdk/aws_stepfunctions/__init__.py +615 -70
- aws_cdk/aws_stepfunctions_tasks/__init__.py +781 -144
- aws_cdk/aws_supportapp/__init__.py +39 -6
- aws_cdk/aws_synthetics/__init__.py +861 -75
- aws_cdk/aws_systemsmanagersap/__init__.py +13 -2
- aws_cdk/aws_timestream/__init__.py +104 -8
- aws_cdk/aws_transfer/__init__.py +784 -87
- aws_cdk/aws_verifiedpermissions/__init__.py +145 -17
- aws_cdk/aws_voiceid/__init__.py +41 -2
- aws_cdk/aws_vpclattice/__init__.py +376 -30
- aws_cdk/aws_waf/__init__.py +79 -14
- aws_cdk/aws_wafregional/__init__.py +123 -22
- aws_cdk/aws_wafv2/__init__.py +1179 -60
- aws_cdk/aws_wisdom/__init__.py +1401 -90
- aws_cdk/aws_workspaces/__init__.py +93 -6
- aws_cdk/aws_workspacesinstances/__init__.py +3940 -0
- aws_cdk/aws_workspacesthinclient/__init__.py +79 -10
- aws_cdk/aws_workspacesweb/__init__.py +1057 -141
- aws_cdk/aws_xray/__init__.py +48 -8
- aws_cdk/cloud_assembly_schema/__init__.py +231 -6
- aws_cdk/custom_resources/__init__.py +40 -12
- aws_cdk/cx_api/__init__.py +85 -14
- aws_cdk/interfaces/__init__.py +739 -0
- aws_cdk/interfaces/alexa_ask/__init__.py +146 -0
- aws_cdk/interfaces/aws_accessanalyzer/__init__.py +146 -0
- aws_cdk/interfaces/aws_acmpca/__init__.py +501 -0
- aws_cdk/interfaces/aws_aiops/__init__.py +146 -0
- aws_cdk/interfaces/aws_amazonmq/__init__.py +386 -0
- aws_cdk/interfaces/aws_amplify/__init__.py +352 -0
- aws_cdk/interfaces/aws_amplifyuibuilder/__init__.py +454 -0
- aws_cdk/interfaces/aws_apigateway/__init__.py +2486 -0
- aws_cdk/interfaces/aws_apigatewayv2/__init__.py +1651 -0
- aws_cdk/interfaces/aws_appconfig/__init__.py +1020 -0
- aws_cdk/interfaces/aws_appflow/__init__.py +404 -0
- aws_cdk/interfaces/aws_appintegrations/__init__.py +396 -0
- aws_cdk/interfaces/aws_applicationautoscaling/__init__.py +307 -0
- aws_cdk/interfaces/aws_applicationinsights/__init__.py +148 -0
- aws_cdk/interfaces/aws_applicationsignals/__init__.py +358 -0
- aws_cdk/interfaces/aws_appmesh/__init__.py +888 -0
- aws_cdk/interfaces/aws_apprunner/__init__.py +564 -0
- aws_cdk/interfaces/aws_appstream/__init__.py +1482 -0
- aws_cdk/interfaces/aws_appsync/__init__.py +1326 -0
- aws_cdk/interfaces/aws_apptest/__init__.py +163 -0
- aws_cdk/interfaces/aws_aps/__init__.py +558 -0
- aws_cdk/interfaces/aws_arcregionswitch/__init__.py +146 -0
- aws_cdk/interfaces/aws_arczonalshift/__init__.py +273 -0
- aws_cdk/interfaces/aws_athena/__init__.py +575 -0
- aws_cdk/interfaces/aws_auditmanager/__init__.py +163 -0
- aws_cdk/interfaces/aws_autoscaling/__init__.py +705 -0
- aws_cdk/interfaces/aws_autoscalingplans/__init__.py +148 -0
- aws_cdk/interfaces/aws_b2bi/__init__.py +524 -0
- aws_cdk/interfaces/aws_backup/__init__.py +955 -0
- aws_cdk/interfaces/aws_backupgateway/__init__.py +146 -0
- aws_cdk/interfaces/aws_batch/__init__.py +681 -0
- aws_cdk/interfaces/aws_bcmdataexports/__init__.py +146 -0
- aws_cdk/interfaces/aws_bedrock/__init__.py +1942 -0
- aws_cdk/interfaces/aws_bedrockagentcore/__init__.py +934 -0
- aws_cdk/interfaces/aws_billing/__init__.py +146 -0
- aws_cdk/interfaces/aws_billingconductor/__init__.py +463 -0
- aws_cdk/interfaces/aws_budgets/__init__.py +261 -0
- aws_cdk/interfaces/aws_cassandra/__init__.py +381 -0
- aws_cdk/interfaces/aws_ce/__init__.py +352 -0
- aws_cdk/interfaces/aws_certificatemanager/__init__.py +251 -0
- aws_cdk/interfaces/aws_chatbot/__init__.py +366 -0
- aws_cdk/interfaces/aws_cleanrooms/__init__.py +1103 -0
- aws_cdk/interfaces/aws_cleanroomsml/__init__.py +148 -0
- aws_cdk/interfaces/aws_cloud9/__init__.py +166 -0
- aws_cdk/interfaces/aws_cloudformation/__init__.py +1919 -0
- aws_cdk/interfaces/aws_cloudfront/__init__.py +1998 -0
- aws_cdk/interfaces/aws_cloudtrail/__init__.py +570 -0
- aws_cdk/interfaces/aws_cloudwatch/__init__.py +733 -0
- aws_cdk/interfaces/aws_codeartifact/__init__.py +352 -0
- aws_cdk/interfaces/aws_codebuild/__init__.py +487 -0
- aws_cdk/interfaces/aws_codecommit/__init__.py +163 -0
- aws_cdk/interfaces/aws_codeconnections/__init__.py +146 -0
- aws_cdk/interfaces/aws_codedeploy/__init__.py +352 -0
- aws_cdk/interfaces/aws_codeguruprofiler/__init__.py +168 -0
- aws_cdk/interfaces/aws_codegurureviewer/__init__.py +148 -0
- aws_cdk/interfaces/aws_codepipeline/__init__.py +388 -0
- aws_cdk/interfaces/aws_codestar/__init__.py +146 -0
- aws_cdk/interfaces/aws_codestarconnections/__init__.py +370 -0
- aws_cdk/interfaces/aws_codestarnotifications/__init__.py +148 -0
- aws_cdk/interfaces/aws_cognito/__init__.py +1929 -0
- aws_cdk/interfaces/aws_comprehend/__init__.py +251 -0
- aws_cdk/interfaces/aws_config/__init__.py +1165 -0
- aws_cdk/interfaces/aws_connect/__init__.py +2949 -0
- aws_cdk/interfaces/aws_connectcampaigns/__init__.py +146 -0
- aws_cdk/interfaces/aws_connectcampaignsv2/__init__.py +146 -0
- aws_cdk/interfaces/aws_controltower/__init__.py +394 -0
- aws_cdk/interfaces/aws_cur/__init__.py +146 -0
- aws_cdk/interfaces/aws_customerprofiles/__init__.py +915 -0
- aws_cdk/interfaces/aws_databrew/__init__.py +661 -0
- aws_cdk/interfaces/aws_datapipeline/__init__.py +146 -0
- aws_cdk/interfaces/aws_datasync/__init__.py +1384 -0
- aws_cdk/interfaces/aws_datazone/__init__.py +2238 -0
- aws_cdk/interfaces/aws_dax/__init__.py +364 -0
- aws_cdk/interfaces/aws_deadline/__init__.py +1303 -0
- aws_cdk/interfaces/aws_detective/__init__.py +364 -0
- aws_cdk/interfaces/aws_devicefarm/__init__.py +663 -0
- aws_cdk/interfaces/aws_devopsguru/__init__.py +362 -0
- aws_cdk/interfaces/aws_directoryservice/__init__.py +251 -0
- aws_cdk/interfaces/aws_dlm/__init__.py +166 -0
- aws_cdk/interfaces/aws_dms/__init__.py +1176 -0
- aws_cdk/interfaces/aws_docdb/__init__.py +560 -0
- aws_cdk/interfaces/aws_docdbelastic/__init__.py +146 -0
- aws_cdk/interfaces/aws_dsql/__init__.py +146 -0
- aws_cdk/interfaces/aws_dynamodb/__init__.py +278 -0
- aws_cdk/interfaces/aws_ec2/__init__.py +11963 -0
- aws_cdk/interfaces/aws_ecr/__init__.py +814 -0
- aws_cdk/interfaces/aws_ecs/__init__.py +845 -0
- aws_cdk/interfaces/aws_efs/__init__.py +392 -0
- aws_cdk/interfaces/aws_eks/__init__.py +948 -0
- aws_cdk/interfaces/aws_elasticache/__init__.py +1108 -0
- aws_cdk/interfaces/aws_elasticbeanstalk/__init__.py +503 -0
- aws_cdk/interfaces/aws_elasticloadbalancing/__init__.py +148 -0
- aws_cdk/interfaces/aws_elasticloadbalancingv2/__init__.py +795 -0
- aws_cdk/interfaces/aws_elasticsearch/__init__.py +158 -0
- aws_cdk/interfaces/aws_emr/__init__.py +913 -0
- aws_cdk/interfaces/aws_emrcontainers/__init__.py +168 -0
- aws_cdk/interfaces/aws_emrserverless/__init__.py +166 -0
- aws_cdk/interfaces/aws_entityresolution/__init__.py +608 -0
- aws_cdk/interfaces/aws_events/__init__.py +872 -0
- aws_cdk/interfaces/aws_eventschemas/__init__.py +455 -0
- aws_cdk/interfaces/aws_evidently/__init__.py +558 -0
- aws_cdk/interfaces/aws_evs/__init__.py +166 -0
- aws_cdk/interfaces/aws_finspace/__init__.py +166 -0
- aws_cdk/interfaces/aws_fis/__init__.py +271 -0
- aws_cdk/interfaces/aws_fms/__init__.py +364 -0
- aws_cdk/interfaces/aws_forecast/__init__.py +249 -0
- aws_cdk/interfaces/aws_frauddetector/__init__.py +764 -0
- aws_cdk/interfaces/aws_fsx/__init__.py +663 -0
- aws_cdk/interfaces/aws_gamelift/__init__.py +1325 -0
- aws_cdk/interfaces/aws_gameliftstreams/__init__.py +249 -0
- aws_cdk/interfaces/aws_globalaccelerator/__init__.py +461 -0
- aws_cdk/interfaces/aws_glue/__init__.py +2377 -0
- aws_cdk/interfaces/aws_grafana/__init__.py +146 -0
- aws_cdk/interfaces/aws_greengrass/__init__.py +1871 -0
- aws_cdk/interfaces/aws_greengrassv2/__init__.py +251 -0
- aws_cdk/interfaces/aws_groundstation/__init__.py +396 -0
- aws_cdk/interfaces/aws_guardduty/__init__.py +1225 -0
- aws_cdk/interfaces/aws_healthimaging/__init__.py +163 -0
- aws_cdk/interfaces/aws_healthlake/__init__.py +146 -0
- aws_cdk/interfaces/aws_iam/__init__.py +1803 -0
- aws_cdk/interfaces/aws_identitystore/__init__.py +288 -0
- aws_cdk/interfaces/aws_imagebuilder/__init__.py +984 -0
- aws_cdk/interfaces/aws_inspector/__init__.py +354 -0
- aws_cdk/interfaces/aws_inspectorv2/__init__.py +467 -0
- aws_cdk/interfaces/aws_internetmonitor/__init__.py +163 -0
- aws_cdk/interfaces/aws_invoicing/__init__.py +146 -0
- aws_cdk/interfaces/aws_iot/__init__.py +3483 -0
- aws_cdk/interfaces/aws_iotanalytics/__init__.py +455 -0
- aws_cdk/interfaces/aws_iotcoredeviceadvisor/__init__.py +168 -0
- aws_cdk/interfaces/aws_iotevents/__init__.py +352 -0
- aws_cdk/interfaces/aws_iotfleethub/__init__.py +166 -0
- aws_cdk/interfaces/aws_iotfleetwise/__init__.py +892 -0
- aws_cdk/interfaces/aws_iotsitewise/__init__.py +1097 -0
- aws_cdk/interfaces/aws_iotthingsgraph/__init__.py +146 -0
- aws_cdk/interfaces/aws_iottwinmaker/__init__.py +711 -0
- aws_cdk/interfaces/aws_iotwireless/__init__.py +1401 -0
- aws_cdk/interfaces/aws_ivs/__init__.py +1075 -0
- aws_cdk/interfaces/aws_ivschat/__init__.py +251 -0
- aws_cdk/interfaces/aws_kafkaconnect/__init__.py +354 -0
- aws_cdk/interfaces/aws_kendra/__init__.py +428 -0
- aws_cdk/interfaces/aws_kendraranking/__init__.py +166 -0
- aws_cdk/interfaces/aws_kinesis/__init__.py +364 -0
- aws_cdk/interfaces/aws_kinesisanalytics/__init__.py +364 -0
- aws_cdk/interfaces/aws_kinesisanalyticsv2/__init__.py +479 -0
- aws_cdk/interfaces/aws_kinesisfirehose/__init__.py +168 -0
- aws_cdk/interfaces/aws_kinesisvideo/__init__.py +283 -0
- aws_cdk/interfaces/aws_kms/__init__.py +376 -0
- aws_cdk/interfaces/aws_lakeformation/__init__.py +860 -0
- aws_cdk/interfaces/aws_lambda/__init__.py +1141 -0
- aws_cdk/interfaces/aws_launchwizard/__init__.py +146 -0
- aws_cdk/interfaces/aws_lex/__init__.py +513 -0
- aws_cdk/interfaces/aws_licensemanager/__init__.py +249 -0
- aws_cdk/interfaces/aws_lightsail/__init__.py +1744 -0
- aws_cdk/interfaces/aws_location/__init__.py +879 -0
- aws_cdk/interfaces/aws_logs/__init__.py +1667 -0
- aws_cdk/interfaces/aws_lookoutequipment/__init__.py +168 -0
- aws_cdk/interfaces/aws_lookoutmetrics/__init__.py +251 -0
- aws_cdk/interfaces/aws_lookoutvision/__init__.py +163 -0
- aws_cdk/interfaces/aws_m2/__init__.py +352 -0
- aws_cdk/interfaces/aws_macie/__init__.py +512 -0
- aws_cdk/interfaces/aws_managedblockchain/__init__.py +381 -0
- aws_cdk/interfaces/aws_mediaconnect/__init__.py +1028 -0
- aws_cdk/interfaces/aws_mediaconvert/__init__.py +396 -0
- aws_cdk/interfaces/aws_medialive/__init__.py +1755 -0
- aws_cdk/interfaces/aws_mediapackage/__init__.py +644 -0
- aws_cdk/interfaces/aws_mediapackagev2/__init__.py +618 -0
- aws_cdk/interfaces/aws_mediastore/__init__.py +146 -0
- aws_cdk/interfaces/aws_mediatailor/__init__.py +788 -0
- aws_cdk/interfaces/aws_memorydb/__init__.py +685 -0
- aws_cdk/interfaces/aws_mpa/__init__.py +249 -0
- aws_cdk/interfaces/aws_msk/__init__.py +764 -0
- aws_cdk/interfaces/aws_mwaa/__init__.py +166 -0
- aws_cdk/interfaces/aws_neptune/__init__.py +663 -0
- aws_cdk/interfaces/aws_neptunegraph/__init__.py +265 -0
- aws_cdk/interfaces/aws_networkfirewall/__init__.py +669 -0
- aws_cdk/interfaces/aws_networkmanager/__init__.py +1832 -0
- aws_cdk/interfaces/aws_nimblestudio/__init__.py +388 -0
- aws_cdk/interfaces/aws_notifications/__init__.py +868 -0
- aws_cdk/interfaces/aws_notificationscontacts/__init__.py +148 -0
- aws_cdk/interfaces/aws_oam/__init__.py +249 -0
- aws_cdk/interfaces/aws_observabilityadmin/__init__.py +362 -0
- aws_cdk/interfaces/aws_odb/__init__.py +562 -0
- aws_cdk/interfaces/aws_omics/__init__.py +838 -0
- aws_cdk/interfaces/aws_opensearchserverless/__init__.py +859 -0
- aws_cdk/interfaces/aws_opensearchservice/__init__.py +283 -0
- aws_cdk/interfaces/aws_opsworks/__init__.py +772 -0
- aws_cdk/interfaces/aws_opsworkscm/__init__.py +146 -0
- aws_cdk/interfaces/aws_organizations/__init__.py +646 -0
- aws_cdk/interfaces/aws_osis/__init__.py +146 -0
- aws_cdk/interfaces/aws_panorama/__init__.py +420 -0
- aws_cdk/interfaces/aws_paymentcryptography/__init__.py +249 -0
- aws_cdk/interfaces/aws_pcaconnectorad/__init__.py +608 -0
- aws_cdk/interfaces/aws_pcaconnectorscep/__init__.py +249 -0
- aws_cdk/interfaces/aws_pcs/__init__.py +352 -0
- aws_cdk/interfaces/aws_personalize/__init__.py +455 -0
- aws_cdk/interfaces/aws_pinpoint/__init__.py +2125 -0
- aws_cdk/interfaces/aws_pinpointemail/__init__.py +467 -0
- aws_cdk/interfaces/aws_pipes/__init__.py +158 -0
- aws_cdk/interfaces/aws_proton/__init__.py +360 -0
- aws_cdk/interfaces/aws_qbusiness/__init__.py +1122 -0
- aws_cdk/interfaces/aws_qldb/__init__.py +283 -0
- aws_cdk/interfaces/aws_quicksight/__init__.py +1566 -0
- aws_cdk/interfaces/aws_ram/__init__.py +249 -0
- aws_cdk/interfaces/aws_rbin/__init__.py +146 -0
- aws_cdk/interfaces/aws_rds/__init__.py +1780 -0
- aws_cdk/interfaces/aws_redshift/__init__.py +1104 -0
- aws_cdk/interfaces/aws_redshiftserverless/__init__.py +356 -0
- aws_cdk/interfaces/aws_refactorspaces/__init__.py +605 -0
- aws_cdk/interfaces/aws_rekognition/__init__.py +406 -0
- aws_cdk/interfaces/aws_resiliencehub/__init__.py +251 -0
- aws_cdk/interfaces/aws_resourceexplorer2/__init__.py +354 -0
- aws_cdk/interfaces/aws_resourcegroups/__init__.py +261 -0
- aws_cdk/interfaces/aws_robomaker/__init__.py +673 -0
- aws_cdk/interfaces/aws_rolesanywhere/__init__.py +384 -0
- aws_cdk/interfaces/aws_route53/__init__.py +804 -0
- aws_cdk/interfaces/aws_route53profiles/__init__.py +368 -0
- aws_cdk/interfaces/aws_route53recoverycontrol/__init__.py +463 -0
- aws_cdk/interfaces/aws_route53recoveryreadiness/__init__.py +535 -0
- aws_cdk/interfaces/aws_route53resolver/__init__.py +1356 -0
- aws_cdk/interfaces/aws_rtbfabric/__init__.py +352 -0
- aws_cdk/interfaces/aws_rum/__init__.py +146 -0
- aws_cdk/interfaces/aws_s3/__init__.py +1171 -0
- aws_cdk/interfaces/aws_s3express/__init__.py +392 -0
- aws_cdk/interfaces/aws_s3objectlambda/__init__.py +271 -0
- aws_cdk/interfaces/aws_s3outposts/__init__.py +455 -0
- aws_cdk/interfaces/aws_s3tables/__init__.py +575 -0
- aws_cdk/interfaces/aws_s3vectors/__init__.py +354 -0
- aws_cdk/interfaces/aws_sagemaker/__init__.py +3797 -0
- aws_cdk/interfaces/aws_sam/__init__.py +603 -0
- aws_cdk/interfaces/aws_scheduler/__init__.py +286 -0
- aws_cdk/interfaces/aws_sdb/__init__.py +146 -0
- aws_cdk/interfaces/aws_secretsmanager/__init__.py +461 -0
- aws_cdk/interfaces/aws_securityhub/__init__.py +1499 -0
- aws_cdk/interfaces/aws_securitylake/__init__.py +474 -0
- aws_cdk/interfaces/aws_servicecatalog/__init__.py +1829 -0
- aws_cdk/interfaces/aws_servicecatalogappregistry/__init__.py +557 -0
- aws_cdk/interfaces/aws_servicediscovery/__init__.py +636 -0
- aws_cdk/interfaces/aws_ses/__init__.py +2018 -0
- aws_cdk/interfaces/aws_shield/__init__.py +455 -0
- aws_cdk/interfaces/aws_signer/__init__.py +266 -0
- aws_cdk/interfaces/aws_simspaceweaver/__init__.py +146 -0
- aws_cdk/interfaces/aws_smsvoice/__init__.py +892 -0
- aws_cdk/interfaces/aws_sns/__init__.py +455 -0
- aws_cdk/interfaces/aws_sqs/__init__.py +364 -0
- aws_cdk/interfaces/aws_ssm/__init__.py +982 -0
- aws_cdk/interfaces/aws_ssmcontacts/__init__.py +455 -0
- aws_cdk/interfaces/aws_ssmguiconnect/__init__.py +146 -0
- aws_cdk/interfaces/aws_ssmincidents/__init__.py +249 -0
- aws_cdk/interfaces/aws_ssmquicksetup/__init__.py +253 -0
- aws_cdk/interfaces/aws_sso/__init__.py +797 -0
- aws_cdk/interfaces/aws_stepfunctions/__init__.py +459 -0
- aws_cdk/interfaces/aws_supportapp/__init__.py +372 -0
- aws_cdk/interfaces/aws_synthetics/__init__.py +249 -0
- aws_cdk/interfaces/aws_systemsmanagersap/__init__.py +148 -0
- aws_cdk/interfaces/aws_timestream/__init__.py +526 -0
- aws_cdk/interfaces/aws_transfer/__init__.py +967 -0
- aws_cdk/interfaces/aws_verifiedpermissions/__init__.py +538 -0
- aws_cdk/interfaces/aws_voiceid/__init__.py +146 -0
- aws_cdk/interfaces/aws_vpclattice/__init__.py +1418 -0
- aws_cdk/interfaces/aws_waf/__init__.py +764 -0
- aws_cdk/interfaces/aws_wafregional/__init__.py +1182 -0
- aws_cdk/interfaces/aws_wafv2/__init__.py +870 -0
- aws_cdk/interfaces/aws_wisdom/__init__.py +1556 -0
- aws_cdk/interfaces/aws_workspaces/__init__.py +352 -0
- aws_cdk/interfaces/aws_workspacesinstances/__init__.py +390 -0
- aws_cdk/interfaces/aws_workspacesthinclient/__init__.py +168 -0
- aws_cdk/interfaces/aws_workspacesweb/__init__.py +1085 -0
- aws_cdk/interfaces/aws_xray/__init__.py +457 -0
- aws_cdk/pipelines/__init__.py +192 -42
- aws_cdk/region_info/__init__.py +3 -0
- aws_cdk/triggers/__init__.py +60 -18
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/METADATA +338 -16
- aws_cdk_lib-2.224.0.dist-info/RECORD +584 -0
- aws_cdk_lib-2.200.2.dist-info/RECORD +0 -304
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/top_level.txt +0 -0
|
@@ -68,9 +68,23 @@ from .. import (
|
|
|
68
68
|
TagManager as _TagManager_0a598cb3,
|
|
69
69
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
70
70
|
)
|
|
71
|
+
from ..interfaces.aws_mediatailor import (
|
|
72
|
+
ChannelPolicyReference as _ChannelPolicyReference_17b43a81,
|
|
73
|
+
ChannelReference as _ChannelReference_168b0e96,
|
|
74
|
+
IChannelPolicyRef as _IChannelPolicyRef_4259ae97,
|
|
75
|
+
IChannelRef as _IChannelRef_3696dd49,
|
|
76
|
+
ILiveSourceRef as _ILiveSourceRef_aff5e4da,
|
|
77
|
+
IPlaybackConfigurationRef as _IPlaybackConfigurationRef_12fbcfb6,
|
|
78
|
+
ISourceLocationRef as _ISourceLocationRef_240f0e28,
|
|
79
|
+
IVodSourceRef as _IVodSourceRef_6ec4c083,
|
|
80
|
+
LiveSourceReference as _LiveSourceReference_4942d98c,
|
|
81
|
+
PlaybackConfigurationReference as _PlaybackConfigurationReference_5fac9ece,
|
|
82
|
+
SourceLocationReference as _SourceLocationReference_17b19686,
|
|
83
|
+
VodSourceReference as _VodSourceReference_453b2a99,
|
|
84
|
+
)
|
|
71
85
|
|
|
72
86
|
|
|
73
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
87
|
+
@jsii.implements(_IInspectable_c2943556, _IChannelRef_3696dd49, _ITaggableV2_4e6798f8)
|
|
74
88
|
class CfnChannel(
|
|
75
89
|
_CfnResource_9df397a6,
|
|
76
90
|
metaclass=jsii.JSIIMeta,
|
|
@@ -145,7 +159,8 @@ class CfnChannel(
|
|
|
145
159
|
tier: typing.Optional[builtins.str] = None,
|
|
146
160
|
time_shift_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.TimeShiftConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
147
161
|
) -> None:
|
|
148
|
-
'''
|
|
162
|
+
'''Create a new ``AWS::MediaTailor::Channel``.
|
|
163
|
+
|
|
149
164
|
:param scope: Scope in which this resource is defined.
|
|
150
165
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
151
166
|
:param channel_name: The name of the channel.
|
|
@@ -176,6 +191,48 @@ class CfnChannel(
|
|
|
176
191
|
|
|
177
192
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
178
193
|
|
|
194
|
+
@jsii.member(jsii_name="fromChannelArn")
|
|
195
|
+
@builtins.classmethod
|
|
196
|
+
def from_channel_arn(
|
|
197
|
+
cls,
|
|
198
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
199
|
+
id: builtins.str,
|
|
200
|
+
arn: builtins.str,
|
|
201
|
+
) -> _IChannelRef_3696dd49:
|
|
202
|
+
'''Creates a new IChannelRef from an ARN.
|
|
203
|
+
|
|
204
|
+
:param scope: -
|
|
205
|
+
:param id: -
|
|
206
|
+
:param arn: -
|
|
207
|
+
'''
|
|
208
|
+
if __debug__:
|
|
209
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4d19144d331ba31edd24b53fe62ecd68291785594e4276f682970808562a8790)
|
|
210
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
211
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
212
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
213
|
+
return typing.cast(_IChannelRef_3696dd49, jsii.sinvoke(cls, "fromChannelArn", [scope, id, arn]))
|
|
214
|
+
|
|
215
|
+
@jsii.member(jsii_name="fromChannelName")
|
|
216
|
+
@builtins.classmethod
|
|
217
|
+
def from_channel_name(
|
|
218
|
+
cls,
|
|
219
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
220
|
+
id: builtins.str,
|
|
221
|
+
channel_name: builtins.str,
|
|
222
|
+
) -> _IChannelRef_3696dd49:
|
|
223
|
+
'''Creates a new IChannelRef from a channelName.
|
|
224
|
+
|
|
225
|
+
:param scope: -
|
|
226
|
+
:param id: -
|
|
227
|
+
:param channel_name: -
|
|
228
|
+
'''
|
|
229
|
+
if __debug__:
|
|
230
|
+
type_hints = typing.get_type_hints(_typecheckingstub__08ab9dccb4a244c93c8642dce766e1e9ee544479257409b787228df15d5435d7)
|
|
231
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
232
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
233
|
+
check_type(argname="argument channel_name", value=channel_name, expected_type=type_hints["channel_name"])
|
|
234
|
+
return typing.cast(_IChannelRef_3696dd49, jsii.sinvoke(cls, "fromChannelName", [scope, id, channel_name]))
|
|
235
|
+
|
|
179
236
|
@jsii.member(jsii_name="inspect")
|
|
180
237
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
181
238
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -225,6 +282,12 @@ class CfnChannel(
|
|
|
225
282
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
226
283
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
227
284
|
|
|
285
|
+
@builtins.property
|
|
286
|
+
@jsii.member(jsii_name="channelRef")
|
|
287
|
+
def channel_ref(self) -> _ChannelReference_168b0e96:
|
|
288
|
+
'''A reference to a Channel resource.'''
|
|
289
|
+
return typing.cast(_ChannelReference_168b0e96, jsii.get(self, "channelRef"))
|
|
290
|
+
|
|
228
291
|
@builtins.property
|
|
229
292
|
@jsii.member(jsii_name="channelName")
|
|
230
293
|
def channel_name(self) -> builtins.str:
|
|
@@ -859,7 +922,7 @@ class CfnChannel(
|
|
|
859
922
|
)
|
|
860
923
|
|
|
861
924
|
|
|
862
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
925
|
+
@jsii.implements(_IInspectable_c2943556, _IChannelPolicyRef_4259ae97)
|
|
863
926
|
class CfnChannelPolicy(
|
|
864
927
|
_CfnResource_9df397a6,
|
|
865
928
|
metaclass=jsii.JSIIMeta,
|
|
@@ -895,7 +958,8 @@ class CfnChannelPolicy(
|
|
|
895
958
|
channel_name: builtins.str,
|
|
896
959
|
policy: typing.Any,
|
|
897
960
|
) -> None:
|
|
898
|
-
'''
|
|
961
|
+
'''Create a new ``AWS::MediaTailor::ChannelPolicy``.
|
|
962
|
+
|
|
899
963
|
:param scope: Scope in which this resource is defined.
|
|
900
964
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
901
965
|
:param channel_name: The name of the channel associated with this Channel Policy.
|
|
@@ -944,6 +1008,12 @@ class CfnChannelPolicy(
|
|
|
944
1008
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
945
1009
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
946
1010
|
|
|
1011
|
+
@builtins.property
|
|
1012
|
+
@jsii.member(jsii_name="channelPolicyRef")
|
|
1013
|
+
def channel_policy_ref(self) -> _ChannelPolicyReference_17b43a81:
|
|
1014
|
+
'''A reference to a ChannelPolicy resource.'''
|
|
1015
|
+
return typing.cast(_ChannelPolicyReference_17b43a81, jsii.get(self, "channelPolicyRef"))
|
|
1016
|
+
|
|
947
1017
|
@builtins.property
|
|
948
1018
|
@jsii.member(jsii_name="channelName")
|
|
949
1019
|
def channel_name(self) -> builtins.str:
|
|
@@ -1274,7 +1344,7 @@ class CfnChannelProps:
|
|
|
1274
1344
|
)
|
|
1275
1345
|
|
|
1276
1346
|
|
|
1277
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
1347
|
+
@jsii.implements(_IInspectable_c2943556, _ILiveSourceRef_aff5e4da, _ITaggableV2_4e6798f8)
|
|
1278
1348
|
class CfnLiveSource(
|
|
1279
1349
|
_CfnResource_9df397a6,
|
|
1280
1350
|
metaclass=jsii.JSIIMeta,
|
|
@@ -1319,7 +1389,8 @@ class CfnLiveSource(
|
|
|
1319
1389
|
source_location_name: builtins.str,
|
|
1320
1390
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1321
1391
|
) -> None:
|
|
1322
|
-
'''
|
|
1392
|
+
'''Create a new ``AWS::MediaTailor::LiveSource``.
|
|
1393
|
+
|
|
1323
1394
|
:param scope: Scope in which this resource is defined.
|
|
1324
1395
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1325
1396
|
:param http_package_configurations: The HTTP package configurations for the live source.
|
|
@@ -1389,6 +1460,12 @@ class CfnLiveSource(
|
|
|
1389
1460
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
1390
1461
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
1391
1462
|
|
|
1463
|
+
@builtins.property
|
|
1464
|
+
@jsii.member(jsii_name="liveSourceRef")
|
|
1465
|
+
def live_source_ref(self) -> _LiveSourceReference_4942d98c:
|
|
1466
|
+
'''A reference to a LiveSource resource.'''
|
|
1467
|
+
return typing.cast(_LiveSourceReference_4942d98c, jsii.get(self, "liveSourceRef"))
|
|
1468
|
+
|
|
1392
1469
|
@builtins.property
|
|
1393
1470
|
@jsii.member(jsii_name="httpPackageConfigurations")
|
|
1394
1471
|
def http_package_configurations(
|
|
@@ -1659,7 +1736,7 @@ class CfnLiveSourceProps:
|
|
|
1659
1736
|
)
|
|
1660
1737
|
|
|
1661
1738
|
|
|
1662
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
1739
|
+
@jsii.implements(_IInspectable_c2943556, _IPlaybackConfigurationRef_12fbcfb6, _ITaggable_36806126)
|
|
1663
1740
|
class CfnPlaybackConfiguration(
|
|
1664
1741
|
_CfnResource_9df397a6,
|
|
1665
1742
|
metaclass=jsii.JSIIMeta,
|
|
@@ -1712,10 +1789,24 @@ class CfnPlaybackConfiguration(
|
|
|
1712
1789
|
hls_configuration=mediatailor.CfnPlaybackConfiguration.HlsConfigurationProperty(
|
|
1713
1790
|
manifest_endpoint_prefix="manifestEndpointPrefix"
|
|
1714
1791
|
),
|
|
1792
|
+
insertion_mode="insertionMode",
|
|
1715
1793
|
live_pre_roll_configuration=mediatailor.CfnPlaybackConfiguration.LivePreRollConfigurationProperty(
|
|
1716
1794
|
ad_decision_server_url="adDecisionServerUrl",
|
|
1717
1795
|
max_duration_seconds=123
|
|
1718
1796
|
),
|
|
1797
|
+
log_configuration=mediatailor.CfnPlaybackConfiguration.LogConfigurationProperty(
|
|
1798
|
+
percent_enabled=123,
|
|
1799
|
+
|
|
1800
|
+
# the properties below are optional
|
|
1801
|
+
ads_interaction_log=mediatailor.CfnPlaybackConfiguration.AdsInteractionLogProperty(
|
|
1802
|
+
exclude_event_types=["excludeEventTypes"],
|
|
1803
|
+
publish_opt_in_event_types=["publishOptInEventTypes"]
|
|
1804
|
+
),
|
|
1805
|
+
enabled_logging_strategies=["enabledLoggingStrategies"],
|
|
1806
|
+
manifest_service_interaction_log=mediatailor.CfnPlaybackConfiguration.ManifestServiceInteractionLogProperty(
|
|
1807
|
+
exclude_event_types=["excludeEventTypes"]
|
|
1808
|
+
)
|
|
1809
|
+
),
|
|
1719
1810
|
manifest_processing_rules=mediatailor.CfnPlaybackConfiguration.ManifestProcessingRulesProperty(
|
|
1720
1811
|
ad_marker_passthrough=mediatailor.CfnPlaybackConfiguration.AdMarkerPassthroughProperty(
|
|
1721
1812
|
enabled=False
|
|
@@ -1746,14 +1837,17 @@ class CfnPlaybackConfiguration(
|
|
|
1746
1837
|
configuration_aliases: typing.Optional[typing.Union[typing.Mapping[builtins.str, typing.Any], _IResolvable_da3f097b]] = None,
|
|
1747
1838
|
dash_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnPlaybackConfiguration.DashConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1748
1839
|
hls_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnPlaybackConfiguration.HlsConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1840
|
+
insertion_mode: typing.Optional[builtins.str] = None,
|
|
1749
1841
|
live_pre_roll_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnPlaybackConfiguration.LivePreRollConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1842
|
+
log_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnPlaybackConfiguration.LogConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1750
1843
|
manifest_processing_rules: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnPlaybackConfiguration.ManifestProcessingRulesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1751
1844
|
personalization_threshold_seconds: typing.Optional[jsii.Number] = None,
|
|
1752
1845
|
slate_ad_url: typing.Optional[builtins.str] = None,
|
|
1753
1846
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1754
1847
|
transcode_profile_name: typing.Optional[builtins.str] = None,
|
|
1755
1848
|
) -> None:
|
|
1756
|
-
'''
|
|
1849
|
+
'''Create a new ``AWS::MediaTailor::PlaybackConfiguration``.
|
|
1850
|
+
|
|
1757
1851
|
:param scope: Scope in which this resource is defined.
|
|
1758
1852
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1759
1853
|
:param ad_decision_server_url: The URL for the ad decision server (ADS). This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing you can provide a static VAST URL. The maximum length is 25,000 characters.
|
|
@@ -1766,7 +1860,9 @@ class CfnPlaybackConfiguration(
|
|
|
1766
1860
|
:param configuration_aliases: The player parameters and aliases used as dynamic variables during session initialization. For more information, see `Domain Variables <https://docs.aws.amazon.com/mediatailor/latest/ug/variables-domain.html>`_ .
|
|
1767
1861
|
:param dash_configuration: The configuration for a DASH source.
|
|
1768
1862
|
:param hls_configuration: The configuration for HLS content.
|
|
1863
|
+
:param insertion_mode: The setting that controls whether players can use stitched or guided ad insertion. The default, ``STITCHED_ONLY`` , forces all player sessions to use stitched (server-side) ad insertion. Choosing ``PLAYER_SELECT`` allows players to select either stitched or guided ad insertion at session-initialization time. The default for players that do not specify an insertion mode is stitched.
|
|
1769
1864
|
:param live_pre_roll_configuration: The configuration for pre-roll ad insertion.
|
|
1865
|
+
:param log_configuration: Defines where AWS Elemental MediaTailor sends logs for the playback configuration.
|
|
1770
1866
|
:param manifest_processing_rules: The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.
|
|
1771
1867
|
:param personalization_threshold_seconds: Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break. If the duration of underfilled ad time exceeds the personalization threshold, then the personalization of the ad break is abandoned and the underlying content is shown. This feature applies to *ad replacement* in live and VOD streams, rather than ad insertion, because it relies on an underlying content stream. For more information about ad break behavior, including ad replacement and insertion, see `Ad Behavior in AWS Elemental MediaTailor <https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html>`_ .
|
|
1772
1868
|
:param slate_ad_url: The URL for a video asset to transcode and use to fill in time that's not used by ads. AWS Elemental MediaTailor shows the slate to fill in gaps in media content. Configuring the slate is optional for non-VPAID playback configurations. For VPAID, the slate is required because MediaTailor provides it in the slots designated for dynamic ad content. The slate must be a high-quality asset that contains both audio and video.
|
|
@@ -1788,7 +1884,9 @@ class CfnPlaybackConfiguration(
|
|
|
1788
1884
|
configuration_aliases=configuration_aliases,
|
|
1789
1885
|
dash_configuration=dash_configuration,
|
|
1790
1886
|
hls_configuration=hls_configuration,
|
|
1887
|
+
insertion_mode=insertion_mode,
|
|
1791
1888
|
live_pre_roll_configuration=live_pre_roll_configuration,
|
|
1889
|
+
log_configuration=log_configuration,
|
|
1792
1890
|
manifest_processing_rules=manifest_processing_rules,
|
|
1793
1891
|
personalization_threshold_seconds=personalization_threshold_seconds,
|
|
1794
1892
|
slate_ad_url=slate_ad_url,
|
|
@@ -1884,6 +1982,12 @@ class CfnPlaybackConfiguration(
|
|
|
1884
1982
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
1885
1983
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
1886
1984
|
|
|
1985
|
+
@builtins.property
|
|
1986
|
+
@jsii.member(jsii_name="playbackConfigurationRef")
|
|
1987
|
+
def playback_configuration_ref(self) -> _PlaybackConfigurationReference_5fac9ece:
|
|
1988
|
+
'''A reference to a PlaybackConfiguration resource.'''
|
|
1989
|
+
return typing.cast(_PlaybackConfigurationReference_5fac9ece, jsii.get(self, "playbackConfigurationRef"))
|
|
1990
|
+
|
|
1887
1991
|
@builtins.property
|
|
1888
1992
|
@jsii.member(jsii_name="tags")
|
|
1889
1993
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -2055,6 +2159,19 @@ class CfnPlaybackConfiguration(
|
|
|
2055
2159
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2056
2160
|
jsii.set(self, "hlsConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
2057
2161
|
|
|
2162
|
+
@builtins.property
|
|
2163
|
+
@jsii.member(jsii_name="insertionMode")
|
|
2164
|
+
def insertion_mode(self) -> typing.Optional[builtins.str]:
|
|
2165
|
+
'''The setting that controls whether players can use stitched or guided ad insertion.'''
|
|
2166
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "insertionMode"))
|
|
2167
|
+
|
|
2168
|
+
@insertion_mode.setter
|
|
2169
|
+
def insertion_mode(self, value: typing.Optional[builtins.str]) -> None:
|
|
2170
|
+
if __debug__:
|
|
2171
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8db08ab0a15b5e71226bad5d4d94682032ded680bfe3f777d4f4ef02bad39cbf)
|
|
2172
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2173
|
+
jsii.set(self, "insertionMode", value) # pyright: ignore[reportArgumentType]
|
|
2174
|
+
|
|
2058
2175
|
@builtins.property
|
|
2059
2176
|
@jsii.member(jsii_name="livePreRollConfiguration")
|
|
2060
2177
|
def live_pre_roll_configuration(
|
|
@@ -2073,6 +2190,24 @@ class CfnPlaybackConfiguration(
|
|
|
2073
2190
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2074
2191
|
jsii.set(self, "livePreRollConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
2075
2192
|
|
|
2193
|
+
@builtins.property
|
|
2194
|
+
@jsii.member(jsii_name="logConfiguration")
|
|
2195
|
+
def log_configuration(
|
|
2196
|
+
self,
|
|
2197
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPlaybackConfiguration.LogConfigurationProperty"]]:
|
|
2198
|
+
'''Defines where AWS Elemental MediaTailor sends logs for the playback configuration.'''
|
|
2199
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPlaybackConfiguration.LogConfigurationProperty"]], jsii.get(self, "logConfiguration"))
|
|
2200
|
+
|
|
2201
|
+
@log_configuration.setter
|
|
2202
|
+
def log_configuration(
|
|
2203
|
+
self,
|
|
2204
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPlaybackConfiguration.LogConfigurationProperty"]],
|
|
2205
|
+
) -> None:
|
|
2206
|
+
if __debug__:
|
|
2207
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a6fbfb7358fa4aedc54b5bb197d51ad46d862c18709b40e671060ad3ab400894)
|
|
2208
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2209
|
+
jsii.set(self, "logConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
2210
|
+
|
|
2076
2211
|
@builtins.property
|
|
2077
2212
|
@jsii.member(jsii_name="manifestProcessingRules")
|
|
2078
2213
|
def manifest_processing_rules(
|
|
@@ -2261,6 +2396,83 @@ class CfnPlaybackConfiguration(
|
|
|
2261
2396
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
2262
2397
|
)
|
|
2263
2398
|
|
|
2399
|
+
@jsii.data_type(
|
|
2400
|
+
jsii_type="aws-cdk-lib.aws_mediatailor.CfnPlaybackConfiguration.AdsInteractionLogProperty",
|
|
2401
|
+
jsii_struct_bases=[],
|
|
2402
|
+
name_mapping={
|
|
2403
|
+
"exclude_event_types": "excludeEventTypes",
|
|
2404
|
+
"publish_opt_in_event_types": "publishOptInEventTypes",
|
|
2405
|
+
},
|
|
2406
|
+
)
|
|
2407
|
+
class AdsInteractionLogProperty:
|
|
2408
|
+
def __init__(
|
|
2409
|
+
self,
|
|
2410
|
+
*,
|
|
2411
|
+
exclude_event_types: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2412
|
+
publish_opt_in_event_types: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2413
|
+
) -> None:
|
|
2414
|
+
'''Settings for customizing what events are included in logs for interactions with the ad decision server (ADS).
|
|
2415
|
+
|
|
2416
|
+
For more information about ADS logs, inlcuding descriptions of the event types, see `MediaTailor ADS logs description and event types <https://docs.aws.amazon.com/mediatailor/latest/ug/ads-log-format.html>`_ in AWS Elemental MediaTailor User Guide.
|
|
2417
|
+
|
|
2418
|
+
:param exclude_event_types: Indicates that MediaTailor won't emit the selected events in the logs for playback sessions that are initialized with this configuration.
|
|
2419
|
+
:param publish_opt_in_event_types: Indicates that MediaTailor emits ``RAW_ADS_RESPONSE`` logs for playback sessions that are initialized with this configuration.
|
|
2420
|
+
|
|
2421
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-playbackconfiguration-adsinteractionlog.html
|
|
2422
|
+
:exampleMetadata: fixture=_generated
|
|
2423
|
+
|
|
2424
|
+
Example::
|
|
2425
|
+
|
|
2426
|
+
# The code below shows an example of how to instantiate this type.
|
|
2427
|
+
# The values are placeholders you should change.
|
|
2428
|
+
from aws_cdk import aws_mediatailor as mediatailor
|
|
2429
|
+
|
|
2430
|
+
ads_interaction_log_property = mediatailor.CfnPlaybackConfiguration.AdsInteractionLogProperty(
|
|
2431
|
+
exclude_event_types=["excludeEventTypes"],
|
|
2432
|
+
publish_opt_in_event_types=["publishOptInEventTypes"]
|
|
2433
|
+
)
|
|
2434
|
+
'''
|
|
2435
|
+
if __debug__:
|
|
2436
|
+
type_hints = typing.get_type_hints(_typecheckingstub__325f2da032e4a3f14a765ea1c946c8707bfd649b7df813a9bf9d270b2edfcd0f)
|
|
2437
|
+
check_type(argname="argument exclude_event_types", value=exclude_event_types, expected_type=type_hints["exclude_event_types"])
|
|
2438
|
+
check_type(argname="argument publish_opt_in_event_types", value=publish_opt_in_event_types, expected_type=type_hints["publish_opt_in_event_types"])
|
|
2439
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
2440
|
+
if exclude_event_types is not None:
|
|
2441
|
+
self._values["exclude_event_types"] = exclude_event_types
|
|
2442
|
+
if publish_opt_in_event_types is not None:
|
|
2443
|
+
self._values["publish_opt_in_event_types"] = publish_opt_in_event_types
|
|
2444
|
+
|
|
2445
|
+
@builtins.property
|
|
2446
|
+
def exclude_event_types(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2447
|
+
'''Indicates that MediaTailor won't emit the selected events in the logs for playback sessions that are initialized with this configuration.
|
|
2448
|
+
|
|
2449
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-playbackconfiguration-adsinteractionlog.html#cfn-mediatailor-playbackconfiguration-adsinteractionlog-excludeeventtypes
|
|
2450
|
+
'''
|
|
2451
|
+
result = self._values.get("exclude_event_types")
|
|
2452
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
2453
|
+
|
|
2454
|
+
@builtins.property
|
|
2455
|
+
def publish_opt_in_event_types(
|
|
2456
|
+
self,
|
|
2457
|
+
) -> typing.Optional[typing.List[builtins.str]]:
|
|
2458
|
+
'''Indicates that MediaTailor emits ``RAW_ADS_RESPONSE`` logs for playback sessions that are initialized with this configuration.
|
|
2459
|
+
|
|
2460
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-playbackconfiguration-adsinteractionlog.html#cfn-mediatailor-playbackconfiguration-adsinteractionlog-publishoptineventtypes
|
|
2461
|
+
'''
|
|
2462
|
+
result = self._values.get("publish_opt_in_event_types")
|
|
2463
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
2464
|
+
|
|
2465
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2466
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2467
|
+
|
|
2468
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2469
|
+
return not (rhs == self)
|
|
2470
|
+
|
|
2471
|
+
def __repr__(self) -> str:
|
|
2472
|
+
return "AdsInteractionLogProperty(%s)" % ", ".join(
|
|
2473
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2474
|
+
)
|
|
2475
|
+
|
|
2264
2476
|
@jsii.data_type(
|
|
2265
2477
|
jsii_type="aws-cdk-lib.aws_mediatailor.CfnPlaybackConfiguration.AvailSuppressionProperty",
|
|
2266
2478
|
jsii_struct_bases=[],
|
|
@@ -2732,6 +2944,131 @@ class CfnPlaybackConfiguration(
|
|
|
2732
2944
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
2733
2945
|
)
|
|
2734
2946
|
|
|
2947
|
+
@jsii.data_type(
|
|
2948
|
+
jsii_type="aws-cdk-lib.aws_mediatailor.CfnPlaybackConfiguration.LogConfigurationProperty",
|
|
2949
|
+
jsii_struct_bases=[],
|
|
2950
|
+
name_mapping={
|
|
2951
|
+
"percent_enabled": "percentEnabled",
|
|
2952
|
+
"ads_interaction_log": "adsInteractionLog",
|
|
2953
|
+
"enabled_logging_strategies": "enabledLoggingStrategies",
|
|
2954
|
+
"manifest_service_interaction_log": "manifestServiceInteractionLog",
|
|
2955
|
+
},
|
|
2956
|
+
)
|
|
2957
|
+
class LogConfigurationProperty:
|
|
2958
|
+
def __init__(
|
|
2959
|
+
self,
|
|
2960
|
+
*,
|
|
2961
|
+
percent_enabled: jsii.Number,
|
|
2962
|
+
ads_interaction_log: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnPlaybackConfiguration.AdsInteractionLogProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2963
|
+
enabled_logging_strategies: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2964
|
+
manifest_service_interaction_log: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnPlaybackConfiguration.ManifestServiceInteractionLogProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2965
|
+
) -> None:
|
|
2966
|
+
'''Defines where AWS Elemental MediaTailor sends logs for the playback configuration.
|
|
2967
|
+
|
|
2968
|
+
:param percent_enabled: The percentage of session logs that MediaTailor sends to your configured log destination. For example, if your playback configuration has 1000 sessions and ``percentEnabled`` is set to ``60`` , MediaTailor sends logs for 600 of the sessions to CloudWatch Logs. MediaTailor decides at random which of the playback configuration sessions to send logs for. If you want to view logs for a specific session, you can use the `debug log mode <https://docs.aws.amazon.com/mediatailor/latest/ug/debug-log-mode.html>`_ . Valid values: ``0`` - ``100``
|
|
2969
|
+
:param ads_interaction_log: Settings for customizing what events are included in logs for interactions with the ad decision server (ADS).
|
|
2970
|
+
:param enabled_logging_strategies: The method used for collecting logs from AWS Elemental MediaTailor. ``LEGACY_CLOUDWATCH`` indicates that MediaTailor is sending logs directly to Amazon CloudWatch Logs. ``VENDED_LOGS`` indicates that MediaTailor is sending logs to CloudWatch, which then vends the logs to your destination of choice. Supported destinations are CloudWatch Logs log group, Amazon S3 bucket, and Amazon Data Firehose stream.
|
|
2971
|
+
:param manifest_service_interaction_log: Settings for customizing what events are included in logs for interactions with the origin server.
|
|
2972
|
+
|
|
2973
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-playbackconfiguration-logconfiguration.html
|
|
2974
|
+
:exampleMetadata: fixture=_generated
|
|
2975
|
+
|
|
2976
|
+
Example::
|
|
2977
|
+
|
|
2978
|
+
# The code below shows an example of how to instantiate this type.
|
|
2979
|
+
# The values are placeholders you should change.
|
|
2980
|
+
from aws_cdk import aws_mediatailor as mediatailor
|
|
2981
|
+
|
|
2982
|
+
log_configuration_property = mediatailor.CfnPlaybackConfiguration.LogConfigurationProperty(
|
|
2983
|
+
percent_enabled=123,
|
|
2984
|
+
|
|
2985
|
+
# the properties below are optional
|
|
2986
|
+
ads_interaction_log=mediatailor.CfnPlaybackConfiguration.AdsInteractionLogProperty(
|
|
2987
|
+
exclude_event_types=["excludeEventTypes"],
|
|
2988
|
+
publish_opt_in_event_types=["publishOptInEventTypes"]
|
|
2989
|
+
),
|
|
2990
|
+
enabled_logging_strategies=["enabledLoggingStrategies"],
|
|
2991
|
+
manifest_service_interaction_log=mediatailor.CfnPlaybackConfiguration.ManifestServiceInteractionLogProperty(
|
|
2992
|
+
exclude_event_types=["excludeEventTypes"]
|
|
2993
|
+
)
|
|
2994
|
+
)
|
|
2995
|
+
'''
|
|
2996
|
+
if __debug__:
|
|
2997
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0b1a16aa41d90a41939aee256096b129464d60c87f4e8ac32c6ce9c43de9dcfd)
|
|
2998
|
+
check_type(argname="argument percent_enabled", value=percent_enabled, expected_type=type_hints["percent_enabled"])
|
|
2999
|
+
check_type(argname="argument ads_interaction_log", value=ads_interaction_log, expected_type=type_hints["ads_interaction_log"])
|
|
3000
|
+
check_type(argname="argument enabled_logging_strategies", value=enabled_logging_strategies, expected_type=type_hints["enabled_logging_strategies"])
|
|
3001
|
+
check_type(argname="argument manifest_service_interaction_log", value=manifest_service_interaction_log, expected_type=type_hints["manifest_service_interaction_log"])
|
|
3002
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
3003
|
+
"percent_enabled": percent_enabled,
|
|
3004
|
+
}
|
|
3005
|
+
if ads_interaction_log is not None:
|
|
3006
|
+
self._values["ads_interaction_log"] = ads_interaction_log
|
|
3007
|
+
if enabled_logging_strategies is not None:
|
|
3008
|
+
self._values["enabled_logging_strategies"] = enabled_logging_strategies
|
|
3009
|
+
if manifest_service_interaction_log is not None:
|
|
3010
|
+
self._values["manifest_service_interaction_log"] = manifest_service_interaction_log
|
|
3011
|
+
|
|
3012
|
+
@builtins.property
|
|
3013
|
+
def percent_enabled(self) -> jsii.Number:
|
|
3014
|
+
'''The percentage of session logs that MediaTailor sends to your configured log destination.
|
|
3015
|
+
|
|
3016
|
+
For example, if your playback configuration has 1000 sessions and ``percentEnabled`` is set to ``60`` , MediaTailor sends logs for 600 of the sessions to CloudWatch Logs. MediaTailor decides at random which of the playback configuration sessions to send logs for. If you want to view logs for a specific session, you can use the `debug log mode <https://docs.aws.amazon.com/mediatailor/latest/ug/debug-log-mode.html>`_ .
|
|
3017
|
+
|
|
3018
|
+
Valid values: ``0`` - ``100``
|
|
3019
|
+
|
|
3020
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-playbackconfiguration-logconfiguration.html#cfn-mediatailor-playbackconfiguration-logconfiguration-percentenabled
|
|
3021
|
+
'''
|
|
3022
|
+
result = self._values.get("percent_enabled")
|
|
3023
|
+
assert result is not None, "Required property 'percent_enabled' is missing"
|
|
3024
|
+
return typing.cast(jsii.Number, result)
|
|
3025
|
+
|
|
3026
|
+
@builtins.property
|
|
3027
|
+
def ads_interaction_log(
|
|
3028
|
+
self,
|
|
3029
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPlaybackConfiguration.AdsInteractionLogProperty"]]:
|
|
3030
|
+
'''Settings for customizing what events are included in logs for interactions with the ad decision server (ADS).
|
|
3031
|
+
|
|
3032
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-playbackconfiguration-logconfiguration.html#cfn-mediatailor-playbackconfiguration-logconfiguration-adsinteractionlog
|
|
3033
|
+
'''
|
|
3034
|
+
result = self._values.get("ads_interaction_log")
|
|
3035
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPlaybackConfiguration.AdsInteractionLogProperty"]], result)
|
|
3036
|
+
|
|
3037
|
+
@builtins.property
|
|
3038
|
+
def enabled_logging_strategies(
|
|
3039
|
+
self,
|
|
3040
|
+
) -> typing.Optional[typing.List[builtins.str]]:
|
|
3041
|
+
'''The method used for collecting logs from AWS Elemental MediaTailor.
|
|
3042
|
+
|
|
3043
|
+
``LEGACY_CLOUDWATCH`` indicates that MediaTailor is sending logs directly to Amazon CloudWatch Logs. ``VENDED_LOGS`` indicates that MediaTailor is sending logs to CloudWatch, which then vends the logs to your destination of choice. Supported destinations are CloudWatch Logs log group, Amazon S3 bucket, and Amazon Data Firehose stream.
|
|
3044
|
+
|
|
3045
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-playbackconfiguration-logconfiguration.html#cfn-mediatailor-playbackconfiguration-logconfiguration-enabledloggingstrategies
|
|
3046
|
+
'''
|
|
3047
|
+
result = self._values.get("enabled_logging_strategies")
|
|
3048
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
3049
|
+
|
|
3050
|
+
@builtins.property
|
|
3051
|
+
def manifest_service_interaction_log(
|
|
3052
|
+
self,
|
|
3053
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPlaybackConfiguration.ManifestServiceInteractionLogProperty"]]:
|
|
3054
|
+
'''Settings for customizing what events are included in logs for interactions with the origin server.
|
|
3055
|
+
|
|
3056
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-playbackconfiguration-logconfiguration.html#cfn-mediatailor-playbackconfiguration-logconfiguration-manifestserviceinteractionlog
|
|
3057
|
+
'''
|
|
3058
|
+
result = self._values.get("manifest_service_interaction_log")
|
|
3059
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPlaybackConfiguration.ManifestServiceInteractionLogProperty"]], result)
|
|
3060
|
+
|
|
3061
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
3062
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
3063
|
+
|
|
3064
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
3065
|
+
return not (rhs == self)
|
|
3066
|
+
|
|
3067
|
+
def __repr__(self) -> str:
|
|
3068
|
+
return "LogConfigurationProperty(%s)" % ", ".join(
|
|
3069
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
3070
|
+
)
|
|
3071
|
+
|
|
2735
3072
|
@jsii.data_type(
|
|
2736
3073
|
jsii_type="aws-cdk-lib.aws_mediatailor.CfnPlaybackConfiguration.ManifestProcessingRulesProperty",
|
|
2737
3074
|
jsii_struct_bases=[],
|
|
@@ -2795,6 +3132,63 @@ class CfnPlaybackConfiguration(
|
|
|
2795
3132
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
2796
3133
|
)
|
|
2797
3134
|
|
|
3135
|
+
@jsii.data_type(
|
|
3136
|
+
jsii_type="aws-cdk-lib.aws_mediatailor.CfnPlaybackConfiguration.ManifestServiceInteractionLogProperty",
|
|
3137
|
+
jsii_struct_bases=[],
|
|
3138
|
+
name_mapping={"exclude_event_types": "excludeEventTypes"},
|
|
3139
|
+
)
|
|
3140
|
+
class ManifestServiceInteractionLogProperty:
|
|
3141
|
+
def __init__(
|
|
3142
|
+
self,
|
|
3143
|
+
*,
|
|
3144
|
+
exclude_event_types: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
3145
|
+
) -> None:
|
|
3146
|
+
'''Settings for customizing what events are included in logs for interactions with the origin server.
|
|
3147
|
+
|
|
3148
|
+
For more information about manifest service logs, including descriptions of the event types, see `MediaTailor manifest logs description and event types <https://docs.aws.amazon.com/mediatailor/latest/ug/log-types.html>`_ in AWS Elemental MediaTailor User Guide.
|
|
3149
|
+
|
|
3150
|
+
:param exclude_event_types: Indicates that MediaTailor won't emit the selected events in the logs for playback sessions that are initialized with this configuration.
|
|
3151
|
+
|
|
3152
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-playbackconfiguration-manifestserviceinteractionlog.html
|
|
3153
|
+
:exampleMetadata: fixture=_generated
|
|
3154
|
+
|
|
3155
|
+
Example::
|
|
3156
|
+
|
|
3157
|
+
# The code below shows an example of how to instantiate this type.
|
|
3158
|
+
# The values are placeholders you should change.
|
|
3159
|
+
from aws_cdk import aws_mediatailor as mediatailor
|
|
3160
|
+
|
|
3161
|
+
manifest_service_interaction_log_property = mediatailor.CfnPlaybackConfiguration.ManifestServiceInteractionLogProperty(
|
|
3162
|
+
exclude_event_types=["excludeEventTypes"]
|
|
3163
|
+
)
|
|
3164
|
+
'''
|
|
3165
|
+
if __debug__:
|
|
3166
|
+
type_hints = typing.get_type_hints(_typecheckingstub__877d8a60ce1cb5812848b2604b2ff4a34e5662596f05cca7a6a335a5facd5374)
|
|
3167
|
+
check_type(argname="argument exclude_event_types", value=exclude_event_types, expected_type=type_hints["exclude_event_types"])
|
|
3168
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
3169
|
+
if exclude_event_types is not None:
|
|
3170
|
+
self._values["exclude_event_types"] = exclude_event_types
|
|
3171
|
+
|
|
3172
|
+
@builtins.property
|
|
3173
|
+
def exclude_event_types(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
3174
|
+
'''Indicates that MediaTailor won't emit the selected events in the logs for playback sessions that are initialized with this configuration.
|
|
3175
|
+
|
|
3176
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-playbackconfiguration-manifestserviceinteractionlog.html#cfn-mediatailor-playbackconfiguration-manifestserviceinteractionlog-excludeeventtypes
|
|
3177
|
+
'''
|
|
3178
|
+
result = self._values.get("exclude_event_types")
|
|
3179
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
3180
|
+
|
|
3181
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
3182
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
3183
|
+
|
|
3184
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
3185
|
+
return not (rhs == self)
|
|
3186
|
+
|
|
3187
|
+
def __repr__(self) -> str:
|
|
3188
|
+
return "ManifestServiceInteractionLogProperty(%s)" % ", ".join(
|
|
3189
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
3190
|
+
)
|
|
3191
|
+
|
|
2798
3192
|
|
|
2799
3193
|
@jsii.data_type(
|
|
2800
3194
|
jsii_type="aws-cdk-lib.aws_mediatailor.CfnPlaybackConfigurationProps",
|
|
@@ -2810,7 +3204,9 @@ class CfnPlaybackConfiguration(
|
|
|
2810
3204
|
"configuration_aliases": "configurationAliases",
|
|
2811
3205
|
"dash_configuration": "dashConfiguration",
|
|
2812
3206
|
"hls_configuration": "hlsConfiguration",
|
|
3207
|
+
"insertion_mode": "insertionMode",
|
|
2813
3208
|
"live_pre_roll_configuration": "livePreRollConfiguration",
|
|
3209
|
+
"log_configuration": "logConfiguration",
|
|
2814
3210
|
"manifest_processing_rules": "manifestProcessingRules",
|
|
2815
3211
|
"personalization_threshold_seconds": "personalizationThresholdSeconds",
|
|
2816
3212
|
"slate_ad_url": "slateAdUrl",
|
|
@@ -2832,7 +3228,9 @@ class CfnPlaybackConfigurationProps:
|
|
|
2832
3228
|
configuration_aliases: typing.Optional[typing.Union[typing.Mapping[builtins.str, typing.Any], _IResolvable_da3f097b]] = None,
|
|
2833
3229
|
dash_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPlaybackConfiguration.DashConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2834
3230
|
hls_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPlaybackConfiguration.HlsConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3231
|
+
insertion_mode: typing.Optional[builtins.str] = None,
|
|
2835
3232
|
live_pre_roll_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPlaybackConfiguration.LivePreRollConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3233
|
+
log_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPlaybackConfiguration.LogConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2836
3234
|
manifest_processing_rules: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPlaybackConfiguration.ManifestProcessingRulesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2837
3235
|
personalization_threshold_seconds: typing.Optional[jsii.Number] = None,
|
|
2838
3236
|
slate_ad_url: typing.Optional[builtins.str] = None,
|
|
@@ -2851,7 +3249,9 @@ class CfnPlaybackConfigurationProps:
|
|
|
2851
3249
|
:param configuration_aliases: The player parameters and aliases used as dynamic variables during session initialization. For more information, see `Domain Variables <https://docs.aws.amazon.com/mediatailor/latest/ug/variables-domain.html>`_ .
|
|
2852
3250
|
:param dash_configuration: The configuration for a DASH source.
|
|
2853
3251
|
:param hls_configuration: The configuration for HLS content.
|
|
3252
|
+
:param insertion_mode: The setting that controls whether players can use stitched or guided ad insertion. The default, ``STITCHED_ONLY`` , forces all player sessions to use stitched (server-side) ad insertion. Choosing ``PLAYER_SELECT`` allows players to select either stitched or guided ad insertion at session-initialization time. The default for players that do not specify an insertion mode is stitched.
|
|
2854
3253
|
:param live_pre_roll_configuration: The configuration for pre-roll ad insertion.
|
|
3254
|
+
:param log_configuration: Defines where AWS Elemental MediaTailor sends logs for the playback configuration.
|
|
2855
3255
|
:param manifest_processing_rules: The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.
|
|
2856
3256
|
:param personalization_threshold_seconds: Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break. If the duration of underfilled ad time exceeds the personalization threshold, then the personalization of the ad break is abandoned and the underlying content is shown. This feature applies to *ad replacement* in live and VOD streams, rather than ad insertion, because it relies on an underlying content stream. For more information about ad break behavior, including ad replacement and insertion, see `Ad Behavior in AWS Elemental MediaTailor <https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html>`_ .
|
|
2857
3257
|
:param slate_ad_url: The URL for a video asset to transcode and use to fill in time that's not used by ads. AWS Elemental MediaTailor shows the slate to fill in gaps in media content. Configuring the slate is optional for non-VPAID playback configurations. For VPAID, the slate is required because MediaTailor provides it in the slots designated for dynamic ad content. The slate must be a high-quality asset that contains both audio and video.
|
|
@@ -2902,10 +3302,24 @@ class CfnPlaybackConfigurationProps:
|
|
|
2902
3302
|
hls_configuration=mediatailor.CfnPlaybackConfiguration.HlsConfigurationProperty(
|
|
2903
3303
|
manifest_endpoint_prefix="manifestEndpointPrefix"
|
|
2904
3304
|
),
|
|
3305
|
+
insertion_mode="insertionMode",
|
|
2905
3306
|
live_pre_roll_configuration=mediatailor.CfnPlaybackConfiguration.LivePreRollConfigurationProperty(
|
|
2906
3307
|
ad_decision_server_url="adDecisionServerUrl",
|
|
2907
3308
|
max_duration_seconds=123
|
|
2908
3309
|
),
|
|
3310
|
+
log_configuration=mediatailor.CfnPlaybackConfiguration.LogConfigurationProperty(
|
|
3311
|
+
percent_enabled=123,
|
|
3312
|
+
|
|
3313
|
+
# the properties below are optional
|
|
3314
|
+
ads_interaction_log=mediatailor.CfnPlaybackConfiguration.AdsInteractionLogProperty(
|
|
3315
|
+
exclude_event_types=["excludeEventTypes"],
|
|
3316
|
+
publish_opt_in_event_types=["publishOptInEventTypes"]
|
|
3317
|
+
),
|
|
3318
|
+
enabled_logging_strategies=["enabledLoggingStrategies"],
|
|
3319
|
+
manifest_service_interaction_log=mediatailor.CfnPlaybackConfiguration.ManifestServiceInteractionLogProperty(
|
|
3320
|
+
exclude_event_types=["excludeEventTypes"]
|
|
3321
|
+
)
|
|
3322
|
+
),
|
|
2909
3323
|
manifest_processing_rules=mediatailor.CfnPlaybackConfiguration.ManifestProcessingRulesProperty(
|
|
2910
3324
|
ad_marker_passthrough=mediatailor.CfnPlaybackConfiguration.AdMarkerPassthroughProperty(
|
|
2911
3325
|
enabled=False
|
|
@@ -2932,7 +3346,9 @@ class CfnPlaybackConfigurationProps:
|
|
|
2932
3346
|
check_type(argname="argument configuration_aliases", value=configuration_aliases, expected_type=type_hints["configuration_aliases"])
|
|
2933
3347
|
check_type(argname="argument dash_configuration", value=dash_configuration, expected_type=type_hints["dash_configuration"])
|
|
2934
3348
|
check_type(argname="argument hls_configuration", value=hls_configuration, expected_type=type_hints["hls_configuration"])
|
|
3349
|
+
check_type(argname="argument insertion_mode", value=insertion_mode, expected_type=type_hints["insertion_mode"])
|
|
2935
3350
|
check_type(argname="argument live_pre_roll_configuration", value=live_pre_roll_configuration, expected_type=type_hints["live_pre_roll_configuration"])
|
|
3351
|
+
check_type(argname="argument log_configuration", value=log_configuration, expected_type=type_hints["log_configuration"])
|
|
2936
3352
|
check_type(argname="argument manifest_processing_rules", value=manifest_processing_rules, expected_type=type_hints["manifest_processing_rules"])
|
|
2937
3353
|
check_type(argname="argument personalization_threshold_seconds", value=personalization_threshold_seconds, expected_type=type_hints["personalization_threshold_seconds"])
|
|
2938
3354
|
check_type(argname="argument slate_ad_url", value=slate_ad_url, expected_type=type_hints["slate_ad_url"])
|
|
@@ -2957,8 +3373,12 @@ class CfnPlaybackConfigurationProps:
|
|
|
2957
3373
|
self._values["dash_configuration"] = dash_configuration
|
|
2958
3374
|
if hls_configuration is not None:
|
|
2959
3375
|
self._values["hls_configuration"] = hls_configuration
|
|
3376
|
+
if insertion_mode is not None:
|
|
3377
|
+
self._values["insertion_mode"] = insertion_mode
|
|
2960
3378
|
if live_pre_roll_configuration is not None:
|
|
2961
3379
|
self._values["live_pre_roll_configuration"] = live_pre_roll_configuration
|
|
3380
|
+
if log_configuration is not None:
|
|
3381
|
+
self._values["log_configuration"] = log_configuration
|
|
2962
3382
|
if manifest_processing_rules is not None:
|
|
2963
3383
|
self._values["manifest_processing_rules"] = manifest_processing_rules
|
|
2964
3384
|
if personalization_threshold_seconds is not None:
|
|
@@ -3087,6 +3507,17 @@ class CfnPlaybackConfigurationProps:
|
|
|
3087
3507
|
result = self._values.get("hls_configuration")
|
|
3088
3508
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnPlaybackConfiguration.HlsConfigurationProperty]], result)
|
|
3089
3509
|
|
|
3510
|
+
@builtins.property
|
|
3511
|
+
def insertion_mode(self) -> typing.Optional[builtins.str]:
|
|
3512
|
+
'''The setting that controls whether players can use stitched or guided ad insertion.
|
|
3513
|
+
|
|
3514
|
+
The default, ``STITCHED_ONLY`` , forces all player sessions to use stitched (server-side) ad insertion. Choosing ``PLAYER_SELECT`` allows players to select either stitched or guided ad insertion at session-initialization time. The default for players that do not specify an insertion mode is stitched.
|
|
3515
|
+
|
|
3516
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-playbackconfiguration.html#cfn-mediatailor-playbackconfiguration-insertionmode
|
|
3517
|
+
'''
|
|
3518
|
+
result = self._values.get("insertion_mode")
|
|
3519
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
3520
|
+
|
|
3090
3521
|
@builtins.property
|
|
3091
3522
|
def live_pre_roll_configuration(
|
|
3092
3523
|
self,
|
|
@@ -3098,6 +3529,17 @@ class CfnPlaybackConfigurationProps:
|
|
|
3098
3529
|
result = self._values.get("live_pre_roll_configuration")
|
|
3099
3530
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnPlaybackConfiguration.LivePreRollConfigurationProperty]], result)
|
|
3100
3531
|
|
|
3532
|
+
@builtins.property
|
|
3533
|
+
def log_configuration(
|
|
3534
|
+
self,
|
|
3535
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnPlaybackConfiguration.LogConfigurationProperty]]:
|
|
3536
|
+
'''Defines where AWS Elemental MediaTailor sends logs for the playback configuration.
|
|
3537
|
+
|
|
3538
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-playbackconfiguration.html#cfn-mediatailor-playbackconfiguration-logconfiguration
|
|
3539
|
+
'''
|
|
3540
|
+
result = self._values.get("log_configuration")
|
|
3541
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnPlaybackConfiguration.LogConfigurationProperty]], result)
|
|
3542
|
+
|
|
3101
3543
|
@builtins.property
|
|
3102
3544
|
def manifest_processing_rules(
|
|
3103
3545
|
self,
|
|
@@ -3167,7 +3609,7 @@ class CfnPlaybackConfigurationProps:
|
|
|
3167
3609
|
)
|
|
3168
3610
|
|
|
3169
3611
|
|
|
3170
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
3612
|
+
@jsii.implements(_IInspectable_c2943556, _ISourceLocationRef_240f0e28, _ITaggableV2_4e6798f8)
|
|
3171
3613
|
class CfnSourceLocation(
|
|
3172
3614
|
_CfnResource_9df397a6,
|
|
3173
3615
|
metaclass=jsii.JSIIMeta,
|
|
@@ -3228,7 +3670,8 @@ class CfnSourceLocation(
|
|
|
3228
3670
|
segment_delivery_configurations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnSourceLocation.SegmentDeliveryConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
3229
3671
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3230
3672
|
) -> None:
|
|
3231
|
-
'''
|
|
3673
|
+
'''Create a new ``AWS::MediaTailor::SourceLocation``.
|
|
3674
|
+
|
|
3232
3675
|
:param scope: Scope in which this resource is defined.
|
|
3233
3676
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
3234
3677
|
:param http_configuration: The HTTP configuration for the source location.
|
|
@@ -3253,6 +3696,48 @@ class CfnSourceLocation(
|
|
|
3253
3696
|
|
|
3254
3697
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3255
3698
|
|
|
3699
|
+
@jsii.member(jsii_name="fromSourceLocationArn")
|
|
3700
|
+
@builtins.classmethod
|
|
3701
|
+
def from_source_location_arn(
|
|
3702
|
+
cls,
|
|
3703
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3704
|
+
id: builtins.str,
|
|
3705
|
+
arn: builtins.str,
|
|
3706
|
+
) -> _ISourceLocationRef_240f0e28:
|
|
3707
|
+
'''Creates a new ISourceLocationRef from an ARN.
|
|
3708
|
+
|
|
3709
|
+
:param scope: -
|
|
3710
|
+
:param id: -
|
|
3711
|
+
:param arn: -
|
|
3712
|
+
'''
|
|
3713
|
+
if __debug__:
|
|
3714
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7e847088619cd1680f1c77248b1fed78fe233ca2f074624e89178586546d9d84)
|
|
3715
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3716
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3717
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
3718
|
+
return typing.cast(_ISourceLocationRef_240f0e28, jsii.sinvoke(cls, "fromSourceLocationArn", [scope, id, arn]))
|
|
3719
|
+
|
|
3720
|
+
@jsii.member(jsii_name="fromSourceLocationName")
|
|
3721
|
+
@builtins.classmethod
|
|
3722
|
+
def from_source_location_name(
|
|
3723
|
+
cls,
|
|
3724
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3725
|
+
id: builtins.str,
|
|
3726
|
+
source_location_name: builtins.str,
|
|
3727
|
+
) -> _ISourceLocationRef_240f0e28:
|
|
3728
|
+
'''Creates a new ISourceLocationRef from a sourceLocationName.
|
|
3729
|
+
|
|
3730
|
+
:param scope: -
|
|
3731
|
+
:param id: -
|
|
3732
|
+
:param source_location_name: -
|
|
3733
|
+
'''
|
|
3734
|
+
if __debug__:
|
|
3735
|
+
type_hints = typing.get_type_hints(_typecheckingstub__cd94b00014bdca4702dc78995645d4b320302bddf764516a46f2651c266da0e3)
|
|
3736
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3737
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3738
|
+
check_type(argname="argument source_location_name", value=source_location_name, expected_type=type_hints["source_location_name"])
|
|
3739
|
+
return typing.cast(_ISourceLocationRef_240f0e28, jsii.sinvoke(cls, "fromSourceLocationName", [scope, id, source_location_name]))
|
|
3740
|
+
|
|
3256
3741
|
@jsii.member(jsii_name="inspect")
|
|
3257
3742
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3258
3743
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3302,6 +3787,12 @@ class CfnSourceLocation(
|
|
|
3302
3787
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
3303
3788
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
3304
3789
|
|
|
3790
|
+
@builtins.property
|
|
3791
|
+
@jsii.member(jsii_name="sourceLocationRef")
|
|
3792
|
+
def source_location_ref(self) -> _SourceLocationReference_17b19686:
|
|
3793
|
+
'''A reference to a SourceLocation resource.'''
|
|
3794
|
+
return typing.cast(_SourceLocationReference_17b19686, jsii.get(self, "sourceLocationRef"))
|
|
3795
|
+
|
|
3305
3796
|
@builtins.property
|
|
3306
3797
|
@jsii.member(jsii_name="httpConfiguration")
|
|
3307
3798
|
def http_configuration(
|
|
@@ -3930,7 +4421,7 @@ class CfnSourceLocationProps:
|
|
|
3930
4421
|
)
|
|
3931
4422
|
|
|
3932
4423
|
|
|
3933
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
4424
|
+
@jsii.implements(_IInspectable_c2943556, _IVodSourceRef_6ec4c083, _ITaggableV2_4e6798f8)
|
|
3934
4425
|
class CfnVodSource(
|
|
3935
4426
|
_CfnResource_9df397a6,
|
|
3936
4427
|
metaclass=jsii.JSIIMeta,
|
|
@@ -3975,7 +4466,8 @@ class CfnVodSource(
|
|
|
3975
4466
|
vod_source_name: builtins.str,
|
|
3976
4467
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3977
4468
|
) -> None:
|
|
3978
|
-
'''
|
|
4469
|
+
'''Create a new ``AWS::MediaTailor::VodSource``.
|
|
4470
|
+
|
|
3979
4471
|
:param scope: Scope in which this resource is defined.
|
|
3980
4472
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
3981
4473
|
:param http_package_configurations: The HTTP package configurations for the VOD source.
|
|
@@ -4045,6 +4537,12 @@ class CfnVodSource(
|
|
|
4045
4537
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
4046
4538
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
4047
4539
|
|
|
4540
|
+
@builtins.property
|
|
4541
|
+
@jsii.member(jsii_name="vodSourceRef")
|
|
4542
|
+
def vod_source_ref(self) -> _VodSourceReference_453b2a99:
|
|
4543
|
+
'''A reference to a VodSource resource.'''
|
|
4544
|
+
return typing.cast(_VodSourceReference_453b2a99, jsii.get(self, "vodSourceRef"))
|
|
4545
|
+
|
|
4048
4546
|
@builtins.property
|
|
4049
4547
|
@jsii.member(jsii_name="httpPackageConfigurations")
|
|
4050
4548
|
def http_package_configurations(
|
|
@@ -4349,6 +4847,22 @@ def _typecheckingstub__95afc802641850838d7d754c58072c279165a93bff5fc055789c1090a
|
|
|
4349
4847
|
"""Type checking stubs"""
|
|
4350
4848
|
pass
|
|
4351
4849
|
|
|
4850
|
+
def _typecheckingstub__4d19144d331ba31edd24b53fe62ecd68291785594e4276f682970808562a8790(
|
|
4851
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4852
|
+
id: builtins.str,
|
|
4853
|
+
arn: builtins.str,
|
|
4854
|
+
) -> None:
|
|
4855
|
+
"""Type checking stubs"""
|
|
4856
|
+
pass
|
|
4857
|
+
|
|
4858
|
+
def _typecheckingstub__08ab9dccb4a244c93c8642dce766e1e9ee544479257409b787228df15d5435d7(
|
|
4859
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4860
|
+
id: builtins.str,
|
|
4861
|
+
channel_name: builtins.str,
|
|
4862
|
+
) -> None:
|
|
4863
|
+
"""Type checking stubs"""
|
|
4864
|
+
pass
|
|
4865
|
+
|
|
4352
4866
|
def _typecheckingstub__d632b023994803b26caa2590748766e0dabab5ba299874fe587fa9f37c926bda(
|
|
4353
4867
|
inspector: _TreeInspector_488e0dd5,
|
|
4354
4868
|
) -> None:
|
|
@@ -4603,7 +5117,9 @@ def _typecheckingstub__3dcfb97a898a80ee6a7b069e26028183e8a797f0c48fdbd4fe6ecb8ad
|
|
|
4603
5117
|
configuration_aliases: typing.Optional[typing.Union[typing.Mapping[builtins.str, typing.Any], _IResolvable_da3f097b]] = None,
|
|
4604
5118
|
dash_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPlaybackConfiguration.DashConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4605
5119
|
hls_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPlaybackConfiguration.HlsConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5120
|
+
insertion_mode: typing.Optional[builtins.str] = None,
|
|
4606
5121
|
live_pre_roll_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPlaybackConfiguration.LivePreRollConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5122
|
+
log_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPlaybackConfiguration.LogConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4607
5123
|
manifest_processing_rules: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPlaybackConfiguration.ManifestProcessingRulesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4608
5124
|
personalization_threshold_seconds: typing.Optional[jsii.Number] = None,
|
|
4609
5125
|
slate_ad_url: typing.Optional[builtins.str] = None,
|
|
@@ -4685,12 +5201,24 @@ def _typecheckingstub__8c53800db93b8d74956b4a23e4372e79b770aeb9e98d1001196859bcb
|
|
|
4685
5201
|
"""Type checking stubs"""
|
|
4686
5202
|
pass
|
|
4687
5203
|
|
|
5204
|
+
def _typecheckingstub__8db08ab0a15b5e71226bad5d4d94682032ded680bfe3f777d4f4ef02bad39cbf(
|
|
5205
|
+
value: typing.Optional[builtins.str],
|
|
5206
|
+
) -> None:
|
|
5207
|
+
"""Type checking stubs"""
|
|
5208
|
+
pass
|
|
5209
|
+
|
|
4688
5210
|
def _typecheckingstub__d20db08db40dad827f8fdbbfd9ec60bdd03cf18a0cf5f764aedb5ed9040d782f(
|
|
4689
5211
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnPlaybackConfiguration.LivePreRollConfigurationProperty]],
|
|
4690
5212
|
) -> None:
|
|
4691
5213
|
"""Type checking stubs"""
|
|
4692
5214
|
pass
|
|
4693
5215
|
|
|
5216
|
+
def _typecheckingstub__a6fbfb7358fa4aedc54b5bb197d51ad46d862c18709b40e671060ad3ab400894(
|
|
5217
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnPlaybackConfiguration.LogConfigurationProperty]],
|
|
5218
|
+
) -> None:
|
|
5219
|
+
"""Type checking stubs"""
|
|
5220
|
+
pass
|
|
5221
|
+
|
|
4694
5222
|
def _typecheckingstub__7ef2be3172d1df94da8603df93c79aa68aa713132917a7f79ee5d67eca13bdc5(
|
|
4695
5223
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnPlaybackConfiguration.ManifestProcessingRulesProperty]],
|
|
4696
5224
|
) -> None:
|
|
@@ -4735,6 +5263,14 @@ def _typecheckingstub__c84cc8c470c35ea1870d24a6e58a722cc2d0952d699c8580003497558
|
|
|
4735
5263
|
"""Type checking stubs"""
|
|
4736
5264
|
pass
|
|
4737
5265
|
|
|
5266
|
+
def _typecheckingstub__325f2da032e4a3f14a765ea1c946c8707bfd649b7df813a9bf9d270b2edfcd0f(
|
|
5267
|
+
*,
|
|
5268
|
+
exclude_event_types: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
5269
|
+
publish_opt_in_event_types: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
5270
|
+
) -> None:
|
|
5271
|
+
"""Type checking stubs"""
|
|
5272
|
+
pass
|
|
5273
|
+
|
|
4738
5274
|
def _typecheckingstub__8b4195a89a44a68af7fade1bdaaea19a0b3104ca5fc40a34ac2c5440a8d5f1d0(
|
|
4739
5275
|
*,
|
|
4740
5276
|
fill_policy: typing.Optional[builtins.str] = None,
|
|
@@ -4784,6 +5320,16 @@ def _typecheckingstub__be1326ff9046a5c3b87adfaac42a0610149574f9d367d1c04949ccf8a
|
|
|
4784
5320
|
"""Type checking stubs"""
|
|
4785
5321
|
pass
|
|
4786
5322
|
|
|
5323
|
+
def _typecheckingstub__0b1a16aa41d90a41939aee256096b129464d60c87f4e8ac32c6ce9c43de9dcfd(
|
|
5324
|
+
*,
|
|
5325
|
+
percent_enabled: jsii.Number,
|
|
5326
|
+
ads_interaction_log: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPlaybackConfiguration.AdsInteractionLogProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5327
|
+
enabled_logging_strategies: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
5328
|
+
manifest_service_interaction_log: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPlaybackConfiguration.ManifestServiceInteractionLogProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5329
|
+
) -> None:
|
|
5330
|
+
"""Type checking stubs"""
|
|
5331
|
+
pass
|
|
5332
|
+
|
|
4787
5333
|
def _typecheckingstub__ef5bb7a5b9697fa8ca9b867a5d8f7f8c6041a353ed9fad8ec9b06f14fd300d73(
|
|
4788
5334
|
*,
|
|
4789
5335
|
ad_marker_passthrough: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPlaybackConfiguration.AdMarkerPassthroughProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -4791,6 +5337,13 @@ def _typecheckingstub__ef5bb7a5b9697fa8ca9b867a5d8f7f8c6041a353ed9fad8ec9b06f14f
|
|
|
4791
5337
|
"""Type checking stubs"""
|
|
4792
5338
|
pass
|
|
4793
5339
|
|
|
5340
|
+
def _typecheckingstub__877d8a60ce1cb5812848b2604b2ff4a34e5662596f05cca7a6a335a5facd5374(
|
|
5341
|
+
*,
|
|
5342
|
+
exclude_event_types: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
5343
|
+
) -> None:
|
|
5344
|
+
"""Type checking stubs"""
|
|
5345
|
+
pass
|
|
5346
|
+
|
|
4794
5347
|
def _typecheckingstub__935886ab495203cc213786b925e7fd8fe4acd3f9db5864d4f1f5c011539346f8(
|
|
4795
5348
|
*,
|
|
4796
5349
|
ad_decision_server_url: builtins.str,
|
|
@@ -4803,7 +5356,9 @@ def _typecheckingstub__935886ab495203cc213786b925e7fd8fe4acd3f9db5864d4f1f5c0115
|
|
|
4803
5356
|
configuration_aliases: typing.Optional[typing.Union[typing.Mapping[builtins.str, typing.Any], _IResolvable_da3f097b]] = None,
|
|
4804
5357
|
dash_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPlaybackConfiguration.DashConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4805
5358
|
hls_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPlaybackConfiguration.HlsConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5359
|
+
insertion_mode: typing.Optional[builtins.str] = None,
|
|
4806
5360
|
live_pre_roll_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPlaybackConfiguration.LivePreRollConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5361
|
+
log_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPlaybackConfiguration.LogConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4807
5362
|
manifest_processing_rules: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPlaybackConfiguration.ManifestProcessingRulesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4808
5363
|
personalization_threshold_seconds: typing.Optional[jsii.Number] = None,
|
|
4809
5364
|
slate_ad_url: typing.Optional[builtins.str] = None,
|
|
@@ -4827,6 +5382,22 @@ def _typecheckingstub__dd693d384196965a6e6e42aa969746fa450f3a5099e7be68c145dcc9f
|
|
|
4827
5382
|
"""Type checking stubs"""
|
|
4828
5383
|
pass
|
|
4829
5384
|
|
|
5385
|
+
def _typecheckingstub__7e847088619cd1680f1c77248b1fed78fe233ca2f074624e89178586546d9d84(
|
|
5386
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5387
|
+
id: builtins.str,
|
|
5388
|
+
arn: builtins.str,
|
|
5389
|
+
) -> None:
|
|
5390
|
+
"""Type checking stubs"""
|
|
5391
|
+
pass
|
|
5392
|
+
|
|
5393
|
+
def _typecheckingstub__cd94b00014bdca4702dc78995645d4b320302bddf764516a46f2651c266da0e3(
|
|
5394
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5395
|
+
id: builtins.str,
|
|
5396
|
+
source_location_name: builtins.str,
|
|
5397
|
+
) -> None:
|
|
5398
|
+
"""Type checking stubs"""
|
|
5399
|
+
pass
|
|
5400
|
+
|
|
4830
5401
|
def _typecheckingstub__a8a67b4bd9eabe7dff32771e3855c5f4b09c52cc321708cd63f64f1f290488c1(
|
|
4831
5402
|
inspector: _TreeInspector_488e0dd5,
|
|
4832
5403
|
) -> None:
|