aws-cdk-lib 2.153.0__py3-none-any.whl → 2.154.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +157 -215
- aws_cdk/_jsii/__init__.py +2 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.153.0.jsii.tgz → aws-cdk-lib@2.154.1.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -3
- aws_cdk/aws_accessanalyzer/__init__.py +5 -5
- aws_cdk/aws_acmpca/__init__.py +79 -24
- aws_cdk/aws_amazonmq/__init__.py +161 -161
- aws_cdk/aws_amplify/__init__.py +36 -36
- aws_cdk/aws_amplifyuibuilder/__init__.py +32 -32
- aws_cdk/aws_apigateway/__init__.py +122 -122
- aws_cdk/aws_apigatewayv2/__init__.py +143 -130
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +12 -12
- aws_cdk/aws_appconfig/__init__.py +59 -59
- aws_cdk/aws_appflow/__init__.py +20 -20
- aws_cdk/aws_appintegrations/__init__.py +19 -19
- aws_cdk/aws_applicationautoscaling/__init__.py +31 -16
- aws_cdk/aws_applicationinsights/__init__.py +11 -11
- aws_cdk/aws_applicationsignals/__init__.py +5 -5
- aws_cdk/aws_appmesh/__init__.py +35 -35
- aws_cdk/aws_apprunner/__init__.py +25 -25
- aws_cdk/aws_appstream/__init__.py +105 -105
- aws_cdk/aws_appsync/__init__.py +89 -89
- aws_cdk/aws_apptest/__init__.py +25 -25
- aws_cdk/aws_aps/__init__.py +14 -14
- aws_cdk/aws_arczonalshift/__init__.py +200 -3
- aws_cdk/aws_athena/__init__.py +25 -25
- aws_cdk/aws_auditmanager/__init__.py +15 -15
- aws_cdk/aws_autoscaling/__init__.py +84 -84
- aws_cdk/aws_autoscalingplans/__init__.py +2 -2
- aws_cdk/aws_b2bi/__init__.py +24 -24
- aws_cdk/aws_backup/__init__.py +33 -33
- aws_cdk/aws_backupgateway/__init__.py +7 -7
- aws_cdk/aws_batch/__init__.py +289 -35
- aws_cdk/aws_bcmdataexports/__init__.py +2 -2
- aws_cdk/aws_bedrock/__init__.py +15766 -3438
- aws_cdk/aws_billingconductor/__init__.py +28 -28
- aws_cdk/aws_budgets/__init__.py +12 -12
- aws_cdk/aws_cassandra/__init__.py +16 -16
- aws_cdk/aws_ce/__init__.py +17 -17
- aws_cdk/aws_certificatemanager/__init__.py +9 -9
- aws_cdk/aws_chatbot/__init__.py +22 -22
- aws_cdk/aws_cleanrooms/__init__.py +2470 -307
- aws_cdk/aws_cleanroomsml/__init__.py +5 -5
- aws_cdk/aws_cloud9/__init__.py +10 -10
- aws_cdk/aws_cloudformation/__init__.py +94 -69
- aws_cdk/aws_cloudfront/__init__.py +47 -33
- aws_cdk/aws_cloudtrail/__init__.py +46 -44
- aws_cdk/aws_cloudwatch/__init__.py +61 -69
- aws_cdk/aws_codeartifact/__init__.py +19 -19
- aws_cdk/aws_codebuild/__init__.py +99 -68
- aws_cdk/aws_codecommit/__init__.py +10 -6
- aws_cdk/aws_codeconnections/__init__.py +5 -5
- aws_cdk/aws_codedeploy/__init__.py +28 -28
- aws_cdk/aws_codeguruprofiler/__init__.py +5 -5
- aws_cdk/aws_codegurureviewer/__init__.py +6 -6
- aws_cdk/aws_codepipeline/__init__.py +849 -52
- aws_cdk/aws_codepipeline_actions/__init__.py +1 -1
- aws_cdk/aws_codestar/__init__.py +8 -8
- aws_cdk/aws_codestarconnections/__init__.py +17 -17
- aws_cdk/aws_codestarnotifications/__init__.py +10 -10
- aws_cdk/aws_cognito/__init__.py +465 -133
- aws_cdk/aws_comprehend/__init__.py +20 -20
- aws_cdk/aws_config/__init__.py +67 -67
- aws_cdk/aws_connect/__init__.py +139 -137
- aws_cdk/aws_connectcampaigns/__init__.py +5 -5
- aws_cdk/aws_controltower/__init__.py +12 -12
- aws_cdk/aws_cur/__init__.py +12 -12
- aws_cdk/aws_customerprofiles/__init__.py +36 -36
- aws_cdk/aws_databrew/__init__.py +45 -45
- aws_cdk/aws_datapipeline/__init__.py +12 -8
- aws_cdk/aws_datasync/__init__.py +119 -117
- aws_cdk/aws_datazone/__init__.py +63 -63
- aws_cdk/aws_dax/__init__.py +20 -20
- aws_cdk/aws_deadline/__init__.py +221 -292
- aws_cdk/aws_detective/__init__.py +8 -8
- aws_cdk/aws_devicefarm/__init__.py +37 -37
- aws_cdk/aws_devopsguru/__init__.py +2 -2
- aws_cdk/aws_directoryservice/__init__.py +15 -15
- aws_cdk/aws_dlm/__init__.py +12 -12
- aws_cdk/aws_dms/__init__.py +300 -298
- aws_cdk/aws_docdb/__init__.py +49 -49
- aws_cdk/aws_docdbelastic/__init__.py +14 -14
- aws_cdk/aws_dynamodb/__init__.py +371 -37
- aws_cdk/aws_ec2/__init__.py +914 -612
- aws_cdk/aws_ecr/__init__.py +117 -77
- aws_cdk/aws_ecr_assets/__init__.py +4 -4
- aws_cdk/aws_ecs/__init__.py +192 -191
- aws_cdk/aws_ecs_patterns/__init__.py +2 -2
- aws_cdk/aws_efs/__init__.py +22 -22
- aws_cdk/aws_eks/__init__.py +177 -61
- aws_cdk/aws_elasticache/__init__.py +218 -226
- aws_cdk/aws_elasticbeanstalk/__init__.py +25 -25
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -16
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1066 -102
- aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +86 -4
- aws_cdk/aws_elasticsearch/__init__.py +16 -16
- aws_cdk/aws_emr/__init__.py +74 -74
- aws_cdk/aws_emrcontainers/__init__.py +3 -3
- aws_cdk/aws_emrserverless/__init__.py +157 -14
- aws_cdk/aws_entityresolution/__init__.py +613 -35
- aws_cdk/aws_events/__init__.py +42 -42
- aws_cdk/aws_eventschemas/__init__.py +16 -16
- aws_cdk/aws_evidently/__init__.py +38 -38
- aws_cdk/aws_finspace/__init__.py +8 -8
- aws_cdk/aws_fis/__init__.py +12 -12
- aws_cdk/aws_fms/__init__.py +21 -21
- aws_cdk/aws_forecast/__init__.py +18 -11
- aws_cdk/aws_frauddetector/__init__.py +35 -35
- aws_cdk/aws_fsx/__init__.py +35 -35
- aws_cdk/aws_gamelift/__init__.py +155 -143
- aws_cdk/aws_globalaccelerator/__init__.py +46 -24
- aws_cdk/aws_glue/__init__.py +187 -143
- aws_cdk/aws_grafana/__init__.py +17 -17
- aws_cdk/aws_greengrass/__init__.py +48 -48
- aws_cdk/aws_greengrassv2/__init__.py +10 -10
- aws_cdk/aws_groundstation/__init__.py +16 -16
- aws_cdk/aws_guardduty/__init__.py +40 -38
- aws_cdk/aws_healthimaging/__init__.py +3 -3
- aws_cdk/aws_healthlake/__init__.py +6 -6
- aws_cdk/aws_iam/__init__.py +120 -122
- aws_cdk/aws_identitystore/__init__.py +6 -6
- aws_cdk/aws_imagebuilder/__init__.py +98 -98
- aws_cdk/aws_inspector/__init__.py +8 -8
- aws_cdk/aws_inspectorv2/__init__.py +102 -97
- aws_cdk/aws_internetmonitor/__init__.py +12 -12
- aws_cdk/aws_iot/__init__.py +141 -141
- aws_cdk/aws_iot1click/__init__.py +9 -9
- aws_cdk/aws_iotanalytics/__init__.py +21 -21
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +2 -2
- aws_cdk/aws_iotevents/__init__.py +20 -20
- aws_cdk/aws_iotfleethub/__init__.py +4 -4
- aws_cdk/aws_iotfleetwise/__init__.py +45 -45
- aws_cdk/aws_iotsitewise/__init__.py +40 -40
- aws_cdk/aws_iotthingsgraph/__init__.py +2 -2
- aws_cdk/aws_iottwinmaker/__init__.py +34 -34
- aws_cdk/aws_iotwireless/__init__.py +66 -66
- aws_cdk/aws_ivs/__init__.py +490 -34
- aws_cdk/aws_ivschat/__init__.py +9 -9
- aws_cdk/aws_kafkaconnect/__init__.py +22 -22
- aws_cdk/aws_kendra/__init__.py +28 -28
- aws_cdk/aws_kendraranking/__init__.py +4 -4
- aws_cdk/aws_kinesis/__init__.py +8 -8
- aws_cdk/aws_kinesisanalytics/__init__.py +23 -23
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +15 -15
- aws_cdk/aws_kinesisfirehose/__init__.py +677 -18
- aws_cdk/aws_kinesisvideo/__init__.py +10 -10
- aws_cdk/aws_kms/__init__.py +20 -20
- aws_cdk/aws_lakeformation/__init__.py +36 -36
- aws_cdk/aws_lambda/__init__.py +174 -118
- aws_cdk/aws_launchwizard/__init__.py +508 -0
- aws_cdk/aws_lex/__init__.py +24 -24
- aws_cdk/aws_licensemanager/__init__.py +17 -17
- aws_cdk/aws_lightsail/__init__.py +90 -90
- aws_cdk/aws_location/__init__.py +41 -41
- aws_cdk/aws_logs/__init__.py +50 -50
- aws_cdk/aws_lookoutequipment/__init__.py +9 -9
- aws_cdk/aws_lookoutmetrics/__init__.py +10 -10
- aws_cdk/aws_lookoutvision/__init__.py +1 -1
- aws_cdk/aws_m2/__init__.py +20 -20
- aws_cdk/aws_macie/__init__.py +19 -19
- aws_cdk/aws_managedblockchain/__init__.py +10 -10
- aws_cdk/aws_mediaconnect/__init__.py +114 -77
- aws_cdk/aws_mediaconvert/__init__.py +20 -20
- aws_cdk/aws_medialive/__init__.py +49 -40
- aws_cdk/aws_mediapackage/__init__.py +38 -38
- aws_cdk/aws_mediapackagev2/__init__.py +178 -25
- aws_cdk/aws_mediastore/__init__.py +7 -7
- aws_cdk/aws_mediatailor/__init__.py +40 -40
- aws_cdk/aws_memorydb/__init__.py +41 -41
- aws_cdk/aws_msk/__init__.py +127 -39
- aws_cdk/aws_mwaa/__init__.py +25 -25
- aws_cdk/aws_neptune/__init__.py +55 -55
- aws_cdk/aws_neptunegraph/__init__.py +11 -11
- aws_cdk/aws_networkfirewall/__init__.py +36 -30
- aws_cdk/aws_networkmanager/__init__.py +1062 -91
- aws_cdk/aws_nimblestudio/__init__.py +31 -31
- aws_cdk/aws_oam/__init__.py +8 -8
- aws_cdk/aws_omics/__init__.py +36 -36
- aws_cdk/aws_opensearchserverless/__init__.py +25 -25
- aws_cdk/aws_opensearchservice/__init__.py +20 -20
- aws_cdk/aws_opsworks/__init__.py +87 -87
- aws_cdk/aws_opsworkscm/__init__.py +21 -21
- aws_cdk/aws_organizations/__init__.py +17 -17
- aws_cdk/aws_osis/__init__.py +122 -9
- aws_cdk/aws_panorama/__init__.py +27 -22
- aws_cdk/aws_paymentcryptography/__init__.py +7 -7
- aws_cdk/aws_pcaconnectorad/__init__.py +17 -17
- aws_cdk/aws_personalize/__init__.py +19 -19
- aws_cdk/aws_pinpoint/__init__.py +122 -122
- aws_cdk/aws_pinpointemail/__init__.py +16 -16
- aws_cdk/aws_pipes/__init__.py +14 -16
- aws_cdk/aws_proton/__init__.py +19 -19
- aws_cdk/aws_qbusiness/__init__.py +160 -45
- aws_cdk/aws_qldb/__init__.py +12 -12
- aws_cdk/aws_quicksight/__init__.py +91 -91
- aws_cdk/aws_ram/__init__.py +11 -11
- aws_cdk/aws_rds/__init__.py +365 -259
- aws_cdk/aws_redshift/__init__.py +136 -91
- aws_cdk/aws_redshiftserverless/__init__.py +27 -27
- aws_cdk/aws_refactorspaces/__init__.py +26 -26
- aws_cdk/aws_rekognition/__init__.py +16 -16
- aws_cdk/aws_resiliencehub/__init__.py +15 -15
- aws_cdk/aws_resourceexplorer2/__init__.py +8 -8
- aws_cdk/aws_resourcegroups/__init__.py +6 -6
- aws_cdk/aws_robomaker/__init__.py +25 -25
- aws_cdk/aws_rolesanywhere/__init__.py +67 -19
- aws_cdk/aws_route53/__init__.py +36 -36
- aws_cdk/aws_route53profiles/__init__.py +11 -11
- aws_cdk/aws_route53recoverycontrol/__init__.py +14 -14
- aws_cdk/aws_route53recoveryreadiness/__init__.py +13 -13
- aws_cdk/aws_route53resolver/__init__.py +123 -82
- aws_cdk/aws_rum/__init__.py +6 -6
- aws_cdk/aws_s3/__init__.py +136 -80
- aws_cdk/aws_s3_deployment/__init__.py +30 -24
- aws_cdk/aws_s3_notifications/__init__.py +3 -4
- aws_cdk/aws_s3express/__init__.py +5 -5
- aws_cdk/aws_s3objectlambda/__init__.py +6 -6
- aws_cdk/aws_s3outposts/__init__.py +16 -16
- aws_cdk/aws_sagemaker/__init__.py +2414 -282
- aws_cdk/aws_sam/__init__.py +101 -101
- aws_cdk/aws_scheduler/__init__.py +13 -13
- aws_cdk/aws_sdb/__init__.py +1 -1
- aws_cdk/aws_secretsmanager/__init__.py +20 -19
- aws_cdk/aws_securityhub/__init__.py +70 -57
- aws_cdk/aws_securitylake/__init__.py +341 -16
- aws_cdk/aws_servicecatalog/__init__.py +87 -87
- aws_cdk/aws_servicecatalogappregistry/__init__.py +12 -12
- aws_cdk/aws_servicediscovery/__init__.py +23 -23
- aws_cdk/aws_ses/__init__.py +12038 -5604
- aws_cdk/aws_shield/__init__.py +15 -15
- aws_cdk/aws_signer/__init__.py +9 -9
- aws_cdk/aws_simspaceweaver/__init__.py +5 -5
- aws_cdk/aws_sns/__init__.py +28 -28
- aws_cdk/aws_sqs/__init__.py +20 -20
- aws_cdk/aws_ssm/__init__.py +176 -105
- aws_cdk/aws_ssmcontacts/__init__.py +18 -18
- aws_cdk/aws_ssmincidents/__init__.py +11 -11
- aws_cdk/aws_sso/__init__.py +31 -31
- aws_cdk/aws_stepfunctions/__init__.py +370 -28
- aws_cdk/aws_supportapp/__init__.py +11 -11
- aws_cdk/aws_synthetics/__init__.py +18 -18
- aws_cdk/aws_systemsmanagersap/__init__.py +48 -7
- aws_cdk/aws_timestream/__init__.py +34 -34
- aws_cdk/aws_transfer/__init__.py +57 -57
- aws_cdk/aws_verifiedpermissions/__init__.py +11 -11
- aws_cdk/aws_voiceid/__init__.py +4 -4
- aws_cdk/aws_vpclattice/__init__.py +42 -42
- aws_cdk/aws_waf/__init__.py +17 -17
- aws_cdk/aws_wafregional/__init__.py +28 -28
- aws_cdk/aws_wafv2/__init__.py +39 -39
- aws_cdk/aws_wisdom/__init__.py +16 -16
- aws_cdk/aws_workspaces/__init__.py +18 -18
- aws_cdk/aws_workspacesthinclient/__init__.py +63 -9
- aws_cdk/aws_workspacesweb/__init__.py +87 -46
- aws_cdk/aws_xray/__init__.py +12 -12
- aws_cdk/cloud_assembly_schema/__init__.py +348 -239
- aws_cdk/custom_resources/__init__.py +289 -0
- aws_cdk/cx_api/__init__.py +15 -15
- aws_cdk/pipelines/__init__.py +172 -237
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/METADATA +3 -2
- aws_cdk_lib-2.154.1.dist-info/RECORD +292 -0
- aws_cdk_lib-2.153.0.dist-info/RECORD +0 -291
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/top_level.txt +0 -0
aws_cdk/aws_ivs/__init__.py
CHANGED
|
@@ -231,7 +231,7 @@ class CfnChannel(
|
|
|
231
231
|
if __debug__:
|
|
232
232
|
type_hints = typing.get_type_hints(_typecheckingstub__9e83b3a70b60de37a8aabc9c019b31db83c549e80f9c9c88a5b74fde72ecb20e)
|
|
233
233
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
234
|
-
jsii.set(self, "authorized", value)
|
|
234
|
+
jsii.set(self, "authorized", value) # pyright: ignore[reportArgumentType]
|
|
235
235
|
|
|
236
236
|
@builtins.property
|
|
237
237
|
@jsii.member(jsii_name="insecureIngest")
|
|
@@ -249,7 +249,7 @@ class CfnChannel(
|
|
|
249
249
|
if __debug__:
|
|
250
250
|
type_hints = typing.get_type_hints(_typecheckingstub__734c5e1f9cdeabe74fb1ade992399b475d1594cbcdfd026823e8984eaa2d4eab)
|
|
251
251
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
252
|
-
jsii.set(self, "insecureIngest", value)
|
|
252
|
+
jsii.set(self, "insecureIngest", value) # pyright: ignore[reportArgumentType]
|
|
253
253
|
|
|
254
254
|
@builtins.property
|
|
255
255
|
@jsii.member(jsii_name="latencyMode")
|
|
@@ -265,7 +265,7 @@ class CfnChannel(
|
|
|
265
265
|
if __debug__:
|
|
266
266
|
type_hints = typing.get_type_hints(_typecheckingstub__dd2cfeff050510b655ecd39d0e3b95c3c9e2af649e77e0903ad721d0f6428ab5)
|
|
267
267
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
268
|
-
jsii.set(self, "latencyMode", value)
|
|
268
|
+
jsii.set(self, "latencyMode", value) # pyright: ignore[reportArgumentType]
|
|
269
269
|
|
|
270
270
|
@builtins.property
|
|
271
271
|
@jsii.member(jsii_name="name")
|
|
@@ -278,7 +278,7 @@ class CfnChannel(
|
|
|
278
278
|
if __debug__:
|
|
279
279
|
type_hints = typing.get_type_hints(_typecheckingstub__15776afbbb29227b4807e807447939235926366be32ef5acc331c74f0acd9b41)
|
|
280
280
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
281
|
-
jsii.set(self, "name", value)
|
|
281
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
282
282
|
|
|
283
283
|
@builtins.property
|
|
284
284
|
@jsii.member(jsii_name="preset")
|
|
@@ -291,7 +291,7 @@ class CfnChannel(
|
|
|
291
291
|
if __debug__:
|
|
292
292
|
type_hints = typing.get_type_hints(_typecheckingstub__95e047ef543e7e26080292a0481b6ce40457143e76918ac4c1c2d13855ce22ee)
|
|
293
293
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
294
|
-
jsii.set(self, "preset", value)
|
|
294
|
+
jsii.set(self, "preset", value) # pyright: ignore[reportArgumentType]
|
|
295
295
|
|
|
296
296
|
@builtins.property
|
|
297
297
|
@jsii.member(jsii_name="recordingConfigurationArn")
|
|
@@ -304,7 +304,7 @@ class CfnChannel(
|
|
|
304
304
|
if __debug__:
|
|
305
305
|
type_hints = typing.get_type_hints(_typecheckingstub__0eb4132c8e5e803f734f8f894d72d2324ee00be84b0babafa7076d94d732c960)
|
|
306
306
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
307
|
-
jsii.set(self, "recordingConfigurationArn", value)
|
|
307
|
+
jsii.set(self, "recordingConfigurationArn", value) # pyright: ignore[reportArgumentType]
|
|
308
308
|
|
|
309
309
|
@builtins.property
|
|
310
310
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -317,7 +317,7 @@ class CfnChannel(
|
|
|
317
317
|
if __debug__:
|
|
318
318
|
type_hints = typing.get_type_hints(_typecheckingstub__da42cce1a703989106b1844fef6f10d0a57f43c733d171564b16f83c208e7196)
|
|
319
319
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
320
|
-
jsii.set(self, "tagsRaw", value)
|
|
320
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
321
321
|
|
|
322
322
|
@builtins.property
|
|
323
323
|
@jsii.member(jsii_name="type")
|
|
@@ -330,7 +330,7 @@ class CfnChannel(
|
|
|
330
330
|
if __debug__:
|
|
331
331
|
type_hints = typing.get_type_hints(_typecheckingstub__0be9a3a6192cfd130520f4e6ecd8c9091b1a8b4312f716182989ea3feb88dc8b)
|
|
332
332
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
333
|
-
jsii.set(self, "type", value)
|
|
333
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
334
334
|
|
|
335
335
|
|
|
336
336
|
@jsii.data_type(
|
|
@@ -679,7 +679,7 @@ class CfnEncoderConfiguration(
|
|
|
679
679
|
if __debug__:
|
|
680
680
|
type_hints = typing.get_type_hints(_typecheckingstub__29237afd8a2086ac2e4d8c43148154a3bd8987f1c1e0ff26a989a10c5f072ba2)
|
|
681
681
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
682
|
-
jsii.set(self, "name", value)
|
|
682
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
683
683
|
|
|
684
684
|
@builtins.property
|
|
685
685
|
@jsii.member(jsii_name="tags")
|
|
@@ -692,7 +692,7 @@ class CfnEncoderConfiguration(
|
|
|
692
692
|
if __debug__:
|
|
693
693
|
type_hints = typing.get_type_hints(_typecheckingstub__43c7ff5eb70740ddcbf72fae725c27870249dfb23fdbca3df5963221ac9c132f)
|
|
694
694
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
695
|
-
jsii.set(self, "tags", value)
|
|
695
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
696
696
|
|
|
697
697
|
@builtins.property
|
|
698
698
|
@jsii.member(jsii_name="video")
|
|
@@ -710,7 +710,7 @@ class CfnEncoderConfiguration(
|
|
|
710
710
|
if __debug__:
|
|
711
711
|
type_hints = typing.get_type_hints(_typecheckingstub__f165a00a101e72d860585d7255e3d0ae733a51dcec3ea6dd3e616d27778b3415)
|
|
712
712
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
713
|
-
jsii.set(self, "video", value)
|
|
713
|
+
jsii.set(self, "video", value) # pyright: ignore[reportArgumentType]
|
|
714
714
|
|
|
715
715
|
@jsii.data_type(
|
|
716
716
|
jsii_type="aws-cdk-lib.aws_ivs.CfnEncoderConfiguration.VideoProperty",
|
|
@@ -1064,7 +1064,7 @@ class CfnPlaybackKeyPair(
|
|
|
1064
1064
|
if __debug__:
|
|
1065
1065
|
type_hints = typing.get_type_hints(_typecheckingstub__0ec5d532530f73a41d36dd7016f4d18021d800813e68dbfa6f703cceca701478)
|
|
1066
1066
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1067
|
-
jsii.set(self, "name", value)
|
|
1067
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
1068
1068
|
|
|
1069
1069
|
@builtins.property
|
|
1070
1070
|
@jsii.member(jsii_name="publicKeyMaterial")
|
|
@@ -1077,7 +1077,7 @@ class CfnPlaybackKeyPair(
|
|
|
1077
1077
|
if __debug__:
|
|
1078
1078
|
type_hints = typing.get_type_hints(_typecheckingstub__a4f35a09db8d81cf5fc7e7a397ca8172e49d613e64494c5a29798609a388e294)
|
|
1079
1079
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1080
|
-
jsii.set(self, "publicKeyMaterial", value)
|
|
1080
|
+
jsii.set(self, "publicKeyMaterial", value) # pyright: ignore[reportArgumentType]
|
|
1081
1081
|
|
|
1082
1082
|
@builtins.property
|
|
1083
1083
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -1090,7 +1090,7 @@ class CfnPlaybackKeyPair(
|
|
|
1090
1090
|
if __debug__:
|
|
1091
1091
|
type_hints = typing.get_type_hints(_typecheckingstub__74338171e55e9802fbeae4e8f45a4f31375c3a5730c487b0609b721a4660ce32)
|
|
1092
1092
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1093
|
-
jsii.set(self, "tagsRaw", value)
|
|
1093
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
1094
1094
|
|
|
1095
1095
|
|
|
1096
1096
|
@jsii.data_type(
|
|
@@ -1321,7 +1321,7 @@ class CfnPlaybackRestrictionPolicy(
|
|
|
1321
1321
|
if __debug__:
|
|
1322
1322
|
type_hints = typing.get_type_hints(_typecheckingstub__f6636af9e45dbeea2bcf7b5990280edcd8fec18083a4bfe23a76e19bd655ef03)
|
|
1323
1323
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1324
|
-
jsii.set(self, "allowedCountries", value)
|
|
1324
|
+
jsii.set(self, "allowedCountries", value) # pyright: ignore[reportArgumentType]
|
|
1325
1325
|
|
|
1326
1326
|
@builtins.property
|
|
1327
1327
|
@jsii.member(jsii_name="allowedOrigins")
|
|
@@ -1334,7 +1334,7 @@ class CfnPlaybackRestrictionPolicy(
|
|
|
1334
1334
|
if __debug__:
|
|
1335
1335
|
type_hints = typing.get_type_hints(_typecheckingstub__773f5ee580b6a7c42904b5a38460c9ae7e7e147bde8b69e1c43edddd32d7dc69)
|
|
1336
1336
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1337
|
-
jsii.set(self, "allowedOrigins", value)
|
|
1337
|
+
jsii.set(self, "allowedOrigins", value) # pyright: ignore[reportArgumentType]
|
|
1338
1338
|
|
|
1339
1339
|
@builtins.property
|
|
1340
1340
|
@jsii.member(jsii_name="enableStrictOriginEnforcement")
|
|
@@ -1352,7 +1352,7 @@ class CfnPlaybackRestrictionPolicy(
|
|
|
1352
1352
|
if __debug__:
|
|
1353
1353
|
type_hints = typing.get_type_hints(_typecheckingstub__67d34a00cb21cb2e87b091d21364ddc0afcd5ff11075db95ae750d23e62e2808)
|
|
1354
1354
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1355
|
-
jsii.set(self, "enableStrictOriginEnforcement", value)
|
|
1355
|
+
jsii.set(self, "enableStrictOriginEnforcement", value) # pyright: ignore[reportArgumentType]
|
|
1356
1356
|
|
|
1357
1357
|
@builtins.property
|
|
1358
1358
|
@jsii.member(jsii_name="name")
|
|
@@ -1365,7 +1365,7 @@ class CfnPlaybackRestrictionPolicy(
|
|
|
1365
1365
|
if __debug__:
|
|
1366
1366
|
type_hints = typing.get_type_hints(_typecheckingstub__4b36ada0e65d44733ed151613d84de1502ed0c39b1d83d8f62ea23a0f231bba3)
|
|
1367
1367
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1368
|
-
jsii.set(self, "name", value)
|
|
1368
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
1369
1369
|
|
|
1370
1370
|
@builtins.property
|
|
1371
1371
|
@jsii.member(jsii_name="tags")
|
|
@@ -1378,7 +1378,7 @@ class CfnPlaybackRestrictionPolicy(
|
|
|
1378
1378
|
if __debug__:
|
|
1379
1379
|
type_hints = typing.get_type_hints(_typecheckingstub__72c43ae8ddd92a7ae402fb8cc1729052bd0d141f4f2106265c702c75bd0b9369)
|
|
1380
1380
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1381
|
-
jsii.set(self, "tags", value)
|
|
1381
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
1382
1382
|
|
|
1383
1383
|
|
|
1384
1384
|
@jsii.data_type(
|
|
@@ -1519,6 +1519,260 @@ class CfnPlaybackRestrictionPolicyProps:
|
|
|
1519
1519
|
)
|
|
1520
1520
|
|
|
1521
1521
|
|
|
1522
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
1523
|
+
class CfnPublicKey(
|
|
1524
|
+
_CfnResource_9df397a6,
|
|
1525
|
+
metaclass=jsii.JSIIMeta,
|
|
1526
|
+
jsii_type="aws-cdk-lib.aws_ivs.CfnPublicKey",
|
|
1527
|
+
):
|
|
1528
|
+
'''The ``AWS::IVS::PublicKey`` resource specifies an Amazon IVS public key used to sign stage participant tokens.
|
|
1529
|
+
|
|
1530
|
+
For more information, see `Distribute Participant Tokens <https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/getting-started-distribute-tokens.html>`_ in the *Amazon IVS Real-Time Streaming User Guide* .
|
|
1531
|
+
|
|
1532
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-publickey.html
|
|
1533
|
+
:cloudformationResource: AWS::IVS::PublicKey
|
|
1534
|
+
:exampleMetadata: fixture=_generated
|
|
1535
|
+
|
|
1536
|
+
Example::
|
|
1537
|
+
|
|
1538
|
+
# The code below shows an example of how to instantiate this type.
|
|
1539
|
+
# The values are placeholders you should change.
|
|
1540
|
+
from aws_cdk import aws_ivs as ivs
|
|
1541
|
+
|
|
1542
|
+
cfn_public_key = ivs.CfnPublicKey(self, "MyCfnPublicKey",
|
|
1543
|
+
name="name",
|
|
1544
|
+
public_key_material="publicKeyMaterial",
|
|
1545
|
+
tags=[CfnTag(
|
|
1546
|
+
key="key",
|
|
1547
|
+
value="value"
|
|
1548
|
+
)]
|
|
1549
|
+
)
|
|
1550
|
+
'''
|
|
1551
|
+
|
|
1552
|
+
def __init__(
|
|
1553
|
+
self,
|
|
1554
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1555
|
+
id: builtins.str,
|
|
1556
|
+
*,
|
|
1557
|
+
name: typing.Optional[builtins.str] = None,
|
|
1558
|
+
public_key_material: typing.Optional[builtins.str] = None,
|
|
1559
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1560
|
+
) -> None:
|
|
1561
|
+
'''
|
|
1562
|
+
:param scope: Scope in which this resource is defined.
|
|
1563
|
+
:param id: Construct identifier for this resource (unique in its scope).
|
|
1564
|
+
:param name: Public key name. The value does not need to be unique.
|
|
1565
|
+
:param public_key_material: The public portion of a customer-generated key pair.
|
|
1566
|
+
:param tags: An array of key-value pairs to apply to this resource.
|
|
1567
|
+
'''
|
|
1568
|
+
if __debug__:
|
|
1569
|
+
type_hints = typing.get_type_hints(_typecheckingstub__69566f8b07a347c045dd6b2f0dfca75d7b37273e69681243f26273b19e06cd09)
|
|
1570
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1571
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1572
|
+
props = CfnPublicKeyProps(
|
|
1573
|
+
name=name, public_key_material=public_key_material, tags=tags
|
|
1574
|
+
)
|
|
1575
|
+
|
|
1576
|
+
jsii.create(self.__class__, self, [scope, id, props])
|
|
1577
|
+
|
|
1578
|
+
@jsii.member(jsii_name="inspect")
|
|
1579
|
+
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1580
|
+
'''Examines the CloudFormation resource and discloses attributes.
|
|
1581
|
+
|
|
1582
|
+
:param inspector: tree inspector to collect and process attributes.
|
|
1583
|
+
'''
|
|
1584
|
+
if __debug__:
|
|
1585
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4e6b8cd6799dd82e06ff9988e9e614506cad2cdb4fd21af49f6565f000590088)
|
|
1586
|
+
check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
|
|
1587
|
+
return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
|
|
1588
|
+
|
|
1589
|
+
@jsii.member(jsii_name="renderProperties")
|
|
1590
|
+
def _render_properties(
|
|
1591
|
+
self,
|
|
1592
|
+
props: typing.Mapping[builtins.str, typing.Any],
|
|
1593
|
+
) -> typing.Mapping[builtins.str, typing.Any]:
|
|
1594
|
+
'''
|
|
1595
|
+
:param props: -
|
|
1596
|
+
'''
|
|
1597
|
+
if __debug__:
|
|
1598
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e64d06031e9bc941f4698d06e7ad4d4c0b95c41a9c231c5cc51e05f1bb3c217b)
|
|
1599
|
+
check_type(argname="argument props", value=props, expected_type=type_hints["props"])
|
|
1600
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
|
|
1601
|
+
|
|
1602
|
+
@jsii.python.classproperty
|
|
1603
|
+
@jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
|
|
1604
|
+
def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
|
|
1605
|
+
'''The CloudFormation resource type name for this resource class.'''
|
|
1606
|
+
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
1607
|
+
|
|
1608
|
+
@builtins.property
|
|
1609
|
+
@jsii.member(jsii_name="attrArn")
|
|
1610
|
+
def attr_arn(self) -> builtins.str:
|
|
1611
|
+
'''The public key ARN.
|
|
1612
|
+
|
|
1613
|
+
For example: ``arn:aws:ivs:us-west-2:123456789012:public-key/abcdABCDefgh``
|
|
1614
|
+
|
|
1615
|
+
:cloudformationAttribute: Arn
|
|
1616
|
+
'''
|
|
1617
|
+
return typing.cast(builtins.str, jsii.get(self, "attrArn"))
|
|
1618
|
+
|
|
1619
|
+
@builtins.property
|
|
1620
|
+
@jsii.member(jsii_name="attrFingerprint")
|
|
1621
|
+
def attr_fingerprint(self) -> builtins.str:
|
|
1622
|
+
'''The public key identifier.
|
|
1623
|
+
|
|
1624
|
+
For example: ``98:0d:1a:a0:19:96:1e:ea:0a:0a:2c:9a:42:19:2b:e7``
|
|
1625
|
+
|
|
1626
|
+
:cloudformationAttribute: Fingerprint
|
|
1627
|
+
'''
|
|
1628
|
+
return typing.cast(builtins.str, jsii.get(self, "attrFingerprint"))
|
|
1629
|
+
|
|
1630
|
+
@builtins.property
|
|
1631
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
1632
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
1633
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
1634
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
1635
|
+
|
|
1636
|
+
@builtins.property
|
|
1637
|
+
@jsii.member(jsii_name="cfnProperties")
|
|
1638
|
+
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
1639
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
1640
|
+
|
|
1641
|
+
@builtins.property
|
|
1642
|
+
@jsii.member(jsii_name="name")
|
|
1643
|
+
def name(self) -> typing.Optional[builtins.str]:
|
|
1644
|
+
'''Public key name.'''
|
|
1645
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "name"))
|
|
1646
|
+
|
|
1647
|
+
@name.setter
|
|
1648
|
+
def name(self, value: typing.Optional[builtins.str]) -> None:
|
|
1649
|
+
if __debug__:
|
|
1650
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d17e9902ef9a61f0eff6eb979f114b77f3840a826d3a39b4893ea2a98275b4be)
|
|
1651
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1652
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
1653
|
+
|
|
1654
|
+
@builtins.property
|
|
1655
|
+
@jsii.member(jsii_name="publicKeyMaterial")
|
|
1656
|
+
def public_key_material(self) -> typing.Optional[builtins.str]:
|
|
1657
|
+
'''The public portion of a customer-generated key pair.'''
|
|
1658
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "publicKeyMaterial"))
|
|
1659
|
+
|
|
1660
|
+
@public_key_material.setter
|
|
1661
|
+
def public_key_material(self, value: typing.Optional[builtins.str]) -> None:
|
|
1662
|
+
if __debug__:
|
|
1663
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a843701534e0f215185c3c60d4ab2be6eb1b19877fea3f91057d6b805e21bc31)
|
|
1664
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1665
|
+
jsii.set(self, "publicKeyMaterial", value) # pyright: ignore[reportArgumentType]
|
|
1666
|
+
|
|
1667
|
+
@builtins.property
|
|
1668
|
+
@jsii.member(jsii_name="tags")
|
|
1669
|
+
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
1670
|
+
'''An array of key-value pairs to apply to this resource.'''
|
|
1671
|
+
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
|
|
1672
|
+
|
|
1673
|
+
@tags.setter
|
|
1674
|
+
def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
|
|
1675
|
+
if __debug__:
|
|
1676
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c5f083992aecb52530dd61b06308422142992ddce014c2eca8bd7e50b14a98e3)
|
|
1677
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1678
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
1679
|
+
|
|
1680
|
+
|
|
1681
|
+
@jsii.data_type(
|
|
1682
|
+
jsii_type="aws-cdk-lib.aws_ivs.CfnPublicKeyProps",
|
|
1683
|
+
jsii_struct_bases=[],
|
|
1684
|
+
name_mapping={
|
|
1685
|
+
"name": "name",
|
|
1686
|
+
"public_key_material": "publicKeyMaterial",
|
|
1687
|
+
"tags": "tags",
|
|
1688
|
+
},
|
|
1689
|
+
)
|
|
1690
|
+
class CfnPublicKeyProps:
|
|
1691
|
+
def __init__(
|
|
1692
|
+
self,
|
|
1693
|
+
*,
|
|
1694
|
+
name: typing.Optional[builtins.str] = None,
|
|
1695
|
+
public_key_material: typing.Optional[builtins.str] = None,
|
|
1696
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1697
|
+
) -> None:
|
|
1698
|
+
'''Properties for defining a ``CfnPublicKey``.
|
|
1699
|
+
|
|
1700
|
+
:param name: Public key name. The value does not need to be unique.
|
|
1701
|
+
:param public_key_material: The public portion of a customer-generated key pair.
|
|
1702
|
+
:param tags: An array of key-value pairs to apply to this resource.
|
|
1703
|
+
|
|
1704
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-publickey.html
|
|
1705
|
+
:exampleMetadata: fixture=_generated
|
|
1706
|
+
|
|
1707
|
+
Example::
|
|
1708
|
+
|
|
1709
|
+
# The code below shows an example of how to instantiate this type.
|
|
1710
|
+
# The values are placeholders you should change.
|
|
1711
|
+
from aws_cdk import aws_ivs as ivs
|
|
1712
|
+
|
|
1713
|
+
cfn_public_key_props = ivs.CfnPublicKeyProps(
|
|
1714
|
+
name="name",
|
|
1715
|
+
public_key_material="publicKeyMaterial",
|
|
1716
|
+
tags=[CfnTag(
|
|
1717
|
+
key="key",
|
|
1718
|
+
value="value"
|
|
1719
|
+
)]
|
|
1720
|
+
)
|
|
1721
|
+
'''
|
|
1722
|
+
if __debug__:
|
|
1723
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6e24b7446ff29c9bd2fdfcc82ce735007c1472e2e0a7ef6f06d261450515e6a4)
|
|
1724
|
+
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
1725
|
+
check_type(argname="argument public_key_material", value=public_key_material, expected_type=type_hints["public_key_material"])
|
|
1726
|
+
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
1727
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
1728
|
+
if name is not None:
|
|
1729
|
+
self._values["name"] = name
|
|
1730
|
+
if public_key_material is not None:
|
|
1731
|
+
self._values["public_key_material"] = public_key_material
|
|
1732
|
+
if tags is not None:
|
|
1733
|
+
self._values["tags"] = tags
|
|
1734
|
+
|
|
1735
|
+
@builtins.property
|
|
1736
|
+
def name(self) -> typing.Optional[builtins.str]:
|
|
1737
|
+
'''Public key name.
|
|
1738
|
+
|
|
1739
|
+
The value does not need to be unique.
|
|
1740
|
+
|
|
1741
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-publickey.html#cfn-ivs-publickey-name
|
|
1742
|
+
'''
|
|
1743
|
+
result = self._values.get("name")
|
|
1744
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
1745
|
+
|
|
1746
|
+
@builtins.property
|
|
1747
|
+
def public_key_material(self) -> typing.Optional[builtins.str]:
|
|
1748
|
+
'''The public portion of a customer-generated key pair.
|
|
1749
|
+
|
|
1750
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-publickey.html#cfn-ivs-publickey-publickeymaterial
|
|
1751
|
+
'''
|
|
1752
|
+
result = self._values.get("public_key_material")
|
|
1753
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
1754
|
+
|
|
1755
|
+
@builtins.property
|
|
1756
|
+
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
1757
|
+
'''An array of key-value pairs to apply to this resource.
|
|
1758
|
+
|
|
1759
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-publickey.html#cfn-ivs-publickey-tags
|
|
1760
|
+
'''
|
|
1761
|
+
result = self._values.get("tags")
|
|
1762
|
+
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
|
|
1763
|
+
|
|
1764
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1765
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1766
|
+
|
|
1767
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1768
|
+
return not (rhs == self)
|
|
1769
|
+
|
|
1770
|
+
def __repr__(self) -> str:
|
|
1771
|
+
return "CfnPublicKeyProps(%s)" % ", ".join(
|
|
1772
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1773
|
+
)
|
|
1774
|
+
|
|
1775
|
+
|
|
1522
1776
|
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
1523
1777
|
class CfnRecordingConfiguration(
|
|
1524
1778
|
_CfnResource_9df397a6,
|
|
@@ -1682,7 +1936,7 @@ class CfnRecordingConfiguration(
|
|
|
1682
1936
|
if __debug__:
|
|
1683
1937
|
type_hints = typing.get_type_hints(_typecheckingstub__a98f37a00ab2b8c5a3413e54b7f022ac0bdf7ee44225243da737d75b9412595a)
|
|
1684
1938
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1685
|
-
jsii.set(self, "destinationConfiguration", value)
|
|
1939
|
+
jsii.set(self, "destinationConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
1686
1940
|
|
|
1687
1941
|
@builtins.property
|
|
1688
1942
|
@jsii.member(jsii_name="name")
|
|
@@ -1695,7 +1949,7 @@ class CfnRecordingConfiguration(
|
|
|
1695
1949
|
if __debug__:
|
|
1696
1950
|
type_hints = typing.get_type_hints(_typecheckingstub__d6dd9b8dd365a2dac11937c93668ced572b553c203da9cbf1d9e0932d0e24faf)
|
|
1697
1951
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1698
|
-
jsii.set(self, "name", value)
|
|
1952
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
1699
1953
|
|
|
1700
1954
|
@builtins.property
|
|
1701
1955
|
@jsii.member(jsii_name="recordingReconnectWindowSeconds")
|
|
@@ -1711,7 +1965,7 @@ class CfnRecordingConfiguration(
|
|
|
1711
1965
|
if __debug__:
|
|
1712
1966
|
type_hints = typing.get_type_hints(_typecheckingstub__38ff85ea7b2f1195ae4ae39514f42471c20d787399e92729b09aa86def8d11c4)
|
|
1713
1967
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1714
|
-
jsii.set(self, "recordingReconnectWindowSeconds", value)
|
|
1968
|
+
jsii.set(self, "recordingReconnectWindowSeconds", value) # pyright: ignore[reportArgumentType]
|
|
1715
1969
|
|
|
1716
1970
|
@builtins.property
|
|
1717
1971
|
@jsii.member(jsii_name="renditionConfiguration")
|
|
@@ -1729,7 +1983,7 @@ class CfnRecordingConfiguration(
|
|
|
1729
1983
|
if __debug__:
|
|
1730
1984
|
type_hints = typing.get_type_hints(_typecheckingstub__607bfa50f9dd6b9828bada1c2c536f7277619bb3020e56c415227efdb3ba1fa9)
|
|
1731
1985
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1732
|
-
jsii.set(self, "renditionConfiguration", value)
|
|
1986
|
+
jsii.set(self, "renditionConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
1733
1987
|
|
|
1734
1988
|
@builtins.property
|
|
1735
1989
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -1742,7 +1996,7 @@ class CfnRecordingConfiguration(
|
|
|
1742
1996
|
if __debug__:
|
|
1743
1997
|
type_hints = typing.get_type_hints(_typecheckingstub__980f42185f1f8239b1f7d72b3f84be9a9c93c5d02f84695a71964c0630115230)
|
|
1744
1998
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1745
|
-
jsii.set(self, "tagsRaw", value)
|
|
1999
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
1746
2000
|
|
|
1747
2001
|
@builtins.property
|
|
1748
2002
|
@jsii.member(jsii_name="thumbnailConfiguration")
|
|
@@ -1760,7 +2014,7 @@ class CfnRecordingConfiguration(
|
|
|
1760
2014
|
if __debug__:
|
|
1761
2015
|
type_hints = typing.get_type_hints(_typecheckingstub__c5cda01e5b9f5edb6a6ec7c5dce6ad1cecc2b7ce8727dd09a38d4b2b04befd3c)
|
|
1762
2016
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1763
|
-
jsii.set(self, "thumbnailConfiguration", value)
|
|
2017
|
+
jsii.set(self, "thumbnailConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
1764
2018
|
|
|
1765
2019
|
@jsii.data_type(
|
|
1766
2020
|
jsii_type="aws-cdk-lib.aws_ivs.CfnRecordingConfiguration.DestinationConfigurationProperty",
|
|
@@ -2278,6 +2532,12 @@ class CfnStage(
|
|
|
2278
2532
|
from aws_cdk import aws_ivs as ivs
|
|
2279
2533
|
|
|
2280
2534
|
cfn_stage = ivs.CfnStage(self, "MyCfnStage",
|
|
2535
|
+
auto_participant_recording_configuration=ivs.CfnStage.AutoParticipantRecordingConfigurationProperty(
|
|
2536
|
+
storage_configuration_arn="storageConfigurationArn",
|
|
2537
|
+
|
|
2538
|
+
# the properties below are optional
|
|
2539
|
+
media_types=["mediaTypes"]
|
|
2540
|
+
),
|
|
2281
2541
|
name="name",
|
|
2282
2542
|
tags=[CfnTag(
|
|
2283
2543
|
key="key",
|
|
@@ -2291,12 +2551,14 @@ class CfnStage(
|
|
|
2291
2551
|
scope: _constructs_77d1e7e8.Construct,
|
|
2292
2552
|
id: builtins.str,
|
|
2293
2553
|
*,
|
|
2554
|
+
auto_participant_recording_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnStage.AutoParticipantRecordingConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2294
2555
|
name: typing.Optional[builtins.str] = None,
|
|
2295
2556
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2296
2557
|
) -> None:
|
|
2297
2558
|
'''
|
|
2298
2559
|
:param scope: Scope in which this resource is defined.
|
|
2299
2560
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2561
|
+
:param auto_participant_recording_configuration: An object representing a configuration to record a channel stream.
|
|
2300
2562
|
:param name: Stage name.
|
|
2301
2563
|
:param tags: An array of key-value pairs to apply to this resource. For more information, see `Tag <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-tag.html>`_ .
|
|
2302
2564
|
'''
|
|
@@ -2304,7 +2566,11 @@ class CfnStage(
|
|
|
2304
2566
|
type_hints = typing.get_type_hints(_typecheckingstub__95445d65024ea014afa24d3c5da7a1c325ecb6f520b50f18c628abc8468ad394)
|
|
2305
2567
|
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2306
2568
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2307
|
-
props = CfnStageProps(
|
|
2569
|
+
props = CfnStageProps(
|
|
2570
|
+
auto_participant_recording_configuration=auto_participant_recording_configuration,
|
|
2571
|
+
name=name,
|
|
2572
|
+
tags=tags,
|
|
2573
|
+
)
|
|
2308
2574
|
|
|
2309
2575
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2310
2576
|
|
|
@@ -2371,6 +2637,24 @@ class CfnStage(
|
|
|
2371
2637
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
2372
2638
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
2373
2639
|
|
|
2640
|
+
@builtins.property
|
|
2641
|
+
@jsii.member(jsii_name="autoParticipantRecordingConfiguration")
|
|
2642
|
+
def auto_participant_recording_configuration(
|
|
2643
|
+
self,
|
|
2644
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnStage.AutoParticipantRecordingConfigurationProperty"]]:
|
|
2645
|
+
'''An object representing a configuration to record a channel stream.'''
|
|
2646
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnStage.AutoParticipantRecordingConfigurationProperty"]], jsii.get(self, "autoParticipantRecordingConfiguration"))
|
|
2647
|
+
|
|
2648
|
+
@auto_participant_recording_configuration.setter
|
|
2649
|
+
def auto_participant_recording_configuration(
|
|
2650
|
+
self,
|
|
2651
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnStage.AutoParticipantRecordingConfigurationProperty"]],
|
|
2652
|
+
) -> None:
|
|
2653
|
+
if __debug__:
|
|
2654
|
+
type_hints = typing.get_type_hints(_typecheckingstub__288ad5976e299bf3facf5812af603311b1780e61570d5cc88abb63f8e5ce0757)
|
|
2655
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2656
|
+
jsii.set(self, "autoParticipantRecordingConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
2657
|
+
|
|
2374
2658
|
@builtins.property
|
|
2375
2659
|
@jsii.member(jsii_name="name")
|
|
2376
2660
|
def name(self) -> typing.Optional[builtins.str]:
|
|
@@ -2382,7 +2666,7 @@ class CfnStage(
|
|
|
2382
2666
|
if __debug__:
|
|
2383
2667
|
type_hints = typing.get_type_hints(_typecheckingstub__aa886ee78ed539f2863fcdc7d7f62035b31fa2118c7c2c34cf8ba71078c75632)
|
|
2384
2668
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2385
|
-
jsii.set(self, "name", value)
|
|
2669
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
2386
2670
|
|
|
2387
2671
|
@builtins.property
|
|
2388
2672
|
@jsii.member(jsii_name="tags")
|
|
@@ -2395,23 +2679,107 @@ class CfnStage(
|
|
|
2395
2679
|
if __debug__:
|
|
2396
2680
|
type_hints = typing.get_type_hints(_typecheckingstub__6a345b4498f1ee0487e9359886004162443d2310aa5159615d98ad8d30ecf6f7)
|
|
2397
2681
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2398
|
-
jsii.set(self, "tags", value)
|
|
2682
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
2683
|
+
|
|
2684
|
+
@jsii.data_type(
|
|
2685
|
+
jsii_type="aws-cdk-lib.aws_ivs.CfnStage.AutoParticipantRecordingConfigurationProperty",
|
|
2686
|
+
jsii_struct_bases=[],
|
|
2687
|
+
name_mapping={
|
|
2688
|
+
"storage_configuration_arn": "storageConfigurationArn",
|
|
2689
|
+
"media_types": "mediaTypes",
|
|
2690
|
+
},
|
|
2691
|
+
)
|
|
2692
|
+
class AutoParticipantRecordingConfigurationProperty:
|
|
2693
|
+
def __init__(
|
|
2694
|
+
self,
|
|
2695
|
+
*,
|
|
2696
|
+
storage_configuration_arn: builtins.str,
|
|
2697
|
+
media_types: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2698
|
+
) -> None:
|
|
2699
|
+
'''Configuration object for individual participant recording, to attach to the new stage.
|
|
2700
|
+
|
|
2701
|
+
:param storage_configuration_arn: ARN of the StorageConfiguration resource to use for individual participant recording.
|
|
2702
|
+
:param media_types: Types of media to be recorded. Default: AUDIO_VIDEO.
|
|
2703
|
+
|
|
2704
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-autoparticipantrecordingconfiguration.html
|
|
2705
|
+
:exampleMetadata: fixture=_generated
|
|
2706
|
+
|
|
2707
|
+
Example::
|
|
2708
|
+
|
|
2709
|
+
# The code below shows an example of how to instantiate this type.
|
|
2710
|
+
# The values are placeholders you should change.
|
|
2711
|
+
from aws_cdk import aws_ivs as ivs
|
|
2712
|
+
|
|
2713
|
+
auto_participant_recording_configuration_property = ivs.CfnStage.AutoParticipantRecordingConfigurationProperty(
|
|
2714
|
+
storage_configuration_arn="storageConfigurationArn",
|
|
2715
|
+
|
|
2716
|
+
# the properties below are optional
|
|
2717
|
+
media_types=["mediaTypes"]
|
|
2718
|
+
)
|
|
2719
|
+
'''
|
|
2720
|
+
if __debug__:
|
|
2721
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3aeae0e25427fa7c0b735f190d30738c3d5c425f52576a56e84290d192a62871)
|
|
2722
|
+
check_type(argname="argument storage_configuration_arn", value=storage_configuration_arn, expected_type=type_hints["storage_configuration_arn"])
|
|
2723
|
+
check_type(argname="argument media_types", value=media_types, expected_type=type_hints["media_types"])
|
|
2724
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2725
|
+
"storage_configuration_arn": storage_configuration_arn,
|
|
2726
|
+
}
|
|
2727
|
+
if media_types is not None:
|
|
2728
|
+
self._values["media_types"] = media_types
|
|
2729
|
+
|
|
2730
|
+
@builtins.property
|
|
2731
|
+
def storage_configuration_arn(self) -> builtins.str:
|
|
2732
|
+
'''ARN of the StorageConfiguration resource to use for individual participant recording.
|
|
2733
|
+
|
|
2734
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-autoparticipantrecordingconfiguration.html#cfn-ivs-stage-autoparticipantrecordingconfiguration-storageconfigurationarn
|
|
2735
|
+
'''
|
|
2736
|
+
result = self._values.get("storage_configuration_arn")
|
|
2737
|
+
assert result is not None, "Required property 'storage_configuration_arn' is missing"
|
|
2738
|
+
return typing.cast(builtins.str, result)
|
|
2739
|
+
|
|
2740
|
+
@builtins.property
|
|
2741
|
+
def media_types(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2742
|
+
'''Types of media to be recorded.
|
|
2743
|
+
|
|
2744
|
+
Default: AUDIO_VIDEO.
|
|
2745
|
+
|
|
2746
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-autoparticipantrecordingconfiguration.html#cfn-ivs-stage-autoparticipantrecordingconfiguration-mediatypes
|
|
2747
|
+
'''
|
|
2748
|
+
result = self._values.get("media_types")
|
|
2749
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
2750
|
+
|
|
2751
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2752
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2753
|
+
|
|
2754
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2755
|
+
return not (rhs == self)
|
|
2756
|
+
|
|
2757
|
+
def __repr__(self) -> str:
|
|
2758
|
+
return "AutoParticipantRecordingConfigurationProperty(%s)" % ", ".join(
|
|
2759
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2760
|
+
)
|
|
2399
2761
|
|
|
2400
2762
|
|
|
2401
2763
|
@jsii.data_type(
|
|
2402
2764
|
jsii_type="aws-cdk-lib.aws_ivs.CfnStageProps",
|
|
2403
2765
|
jsii_struct_bases=[],
|
|
2404
|
-
name_mapping={
|
|
2766
|
+
name_mapping={
|
|
2767
|
+
"auto_participant_recording_configuration": "autoParticipantRecordingConfiguration",
|
|
2768
|
+
"name": "name",
|
|
2769
|
+
"tags": "tags",
|
|
2770
|
+
},
|
|
2405
2771
|
)
|
|
2406
2772
|
class CfnStageProps:
|
|
2407
2773
|
def __init__(
|
|
2408
2774
|
self,
|
|
2409
2775
|
*,
|
|
2776
|
+
auto_participant_recording_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnStage.AutoParticipantRecordingConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2410
2777
|
name: typing.Optional[builtins.str] = None,
|
|
2411
2778
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2412
2779
|
) -> None:
|
|
2413
2780
|
'''Properties for defining a ``CfnStage``.
|
|
2414
2781
|
|
|
2782
|
+
:param auto_participant_recording_configuration: An object representing a configuration to record a channel stream.
|
|
2415
2783
|
:param name: Stage name.
|
|
2416
2784
|
:param tags: An array of key-value pairs to apply to this resource. For more information, see `Tag <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-tag.html>`_ .
|
|
2417
2785
|
|
|
@@ -2425,6 +2793,12 @@ class CfnStageProps:
|
|
|
2425
2793
|
from aws_cdk import aws_ivs as ivs
|
|
2426
2794
|
|
|
2427
2795
|
cfn_stage_props = ivs.CfnStageProps(
|
|
2796
|
+
auto_participant_recording_configuration=ivs.CfnStage.AutoParticipantRecordingConfigurationProperty(
|
|
2797
|
+
storage_configuration_arn="storageConfigurationArn",
|
|
2798
|
+
|
|
2799
|
+
# the properties below are optional
|
|
2800
|
+
media_types=["mediaTypes"]
|
|
2801
|
+
),
|
|
2428
2802
|
name="name",
|
|
2429
2803
|
tags=[CfnTag(
|
|
2430
2804
|
key="key",
|
|
@@ -2434,14 +2808,28 @@ class CfnStageProps:
|
|
|
2434
2808
|
'''
|
|
2435
2809
|
if __debug__:
|
|
2436
2810
|
type_hints = typing.get_type_hints(_typecheckingstub__f7a0020ee283466459b434f83d43a5d205fcf4dbcde3ddb35eef021e6e069bf5)
|
|
2811
|
+
check_type(argname="argument auto_participant_recording_configuration", value=auto_participant_recording_configuration, expected_type=type_hints["auto_participant_recording_configuration"])
|
|
2437
2812
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
2438
2813
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
2439
2814
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
2815
|
+
if auto_participant_recording_configuration is not None:
|
|
2816
|
+
self._values["auto_participant_recording_configuration"] = auto_participant_recording_configuration
|
|
2440
2817
|
if name is not None:
|
|
2441
2818
|
self._values["name"] = name
|
|
2442
2819
|
if tags is not None:
|
|
2443
2820
|
self._values["tags"] = tags
|
|
2444
2821
|
|
|
2822
|
+
@builtins.property
|
|
2823
|
+
def auto_participant_recording_configuration(
|
|
2824
|
+
self,
|
|
2825
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnStage.AutoParticipantRecordingConfigurationProperty]]:
|
|
2826
|
+
'''An object representing a configuration to record a channel stream.
|
|
2827
|
+
|
|
2828
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-stage.html#cfn-ivs-stage-autoparticipantrecordingconfiguration
|
|
2829
|
+
'''
|
|
2830
|
+
result = self._values.get("auto_participant_recording_configuration")
|
|
2831
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnStage.AutoParticipantRecordingConfigurationProperty]], result)
|
|
2832
|
+
|
|
2445
2833
|
@builtins.property
|
|
2446
2834
|
def name(self) -> typing.Optional[builtins.str]:
|
|
2447
2835
|
'''Stage name.
|
|
@@ -2600,7 +2988,7 @@ class CfnStorageConfiguration(
|
|
|
2600
2988
|
if __debug__:
|
|
2601
2989
|
type_hints = typing.get_type_hints(_typecheckingstub__a41e5161b80f9addb1b0e4316f4d2265340c959af7b1d4c11af686d0a7447cac)
|
|
2602
2990
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2603
|
-
jsii.set(self, "s3", value)
|
|
2991
|
+
jsii.set(self, "s3", value) # pyright: ignore[reportArgumentType]
|
|
2604
2992
|
|
|
2605
2993
|
@builtins.property
|
|
2606
2994
|
@jsii.member(jsii_name="name")
|
|
@@ -2613,7 +3001,7 @@ class CfnStorageConfiguration(
|
|
|
2613
3001
|
if __debug__:
|
|
2614
3002
|
type_hints = typing.get_type_hints(_typecheckingstub__c09664e580fb852260e35bce701abfe5d1c54a635fc151ec55bf483f45e7ac77)
|
|
2615
3003
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2616
|
-
jsii.set(self, "name", value)
|
|
3004
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
2617
3005
|
|
|
2618
3006
|
@builtins.property
|
|
2619
3007
|
@jsii.member(jsii_name="tags")
|
|
@@ -2626,7 +3014,7 @@ class CfnStorageConfiguration(
|
|
|
2626
3014
|
if __debug__:
|
|
2627
3015
|
type_hints = typing.get_type_hints(_typecheckingstub__ac4f224a45d80fb7934ebfc58d4a23ea231aeab0929608af10892ba63ba4e79b)
|
|
2628
3016
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2629
|
-
jsii.set(self, "tags", value)
|
|
3017
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
2630
3018
|
|
|
2631
3019
|
@jsii.data_type(
|
|
2632
3020
|
jsii_type="aws-cdk-lib.aws_ivs.CfnStorageConfiguration.S3StorageConfigurationProperty",
|
|
@@ -2908,7 +3296,7 @@ class CfnStreamKey(
|
|
|
2908
3296
|
if __debug__:
|
|
2909
3297
|
type_hints = typing.get_type_hints(_typecheckingstub__9fd7a730586bf4c02632ce69c6183339889a337f21e75e7368edd67dd583ea34)
|
|
2910
3298
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2911
|
-
jsii.set(self, "channelArn", value)
|
|
3299
|
+
jsii.set(self, "channelArn", value) # pyright: ignore[reportArgumentType]
|
|
2912
3300
|
|
|
2913
3301
|
@builtins.property
|
|
2914
3302
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -2921,7 +3309,7 @@ class CfnStreamKey(
|
|
|
2921
3309
|
if __debug__:
|
|
2922
3310
|
type_hints = typing.get_type_hints(_typecheckingstub__9b966c0532d39deb26a3bd43a45365e1ee3edf5d3158d0a479134abca9f6f9d2)
|
|
2923
3311
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2924
|
-
jsii.set(self, "tagsRaw", value)
|
|
3312
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
2925
3313
|
|
|
2926
3314
|
|
|
2927
3315
|
@jsii.data_type(
|
|
@@ -3012,6 +3400,8 @@ __all__ = [
|
|
|
3012
3400
|
"CfnPlaybackKeyPairProps",
|
|
3013
3401
|
"CfnPlaybackRestrictionPolicy",
|
|
3014
3402
|
"CfnPlaybackRestrictionPolicyProps",
|
|
3403
|
+
"CfnPublicKey",
|
|
3404
|
+
"CfnPublicKeyProps",
|
|
3015
3405
|
"CfnRecordingConfiguration",
|
|
3016
3406
|
"CfnRecordingConfigurationProps",
|
|
3017
3407
|
"CfnStage",
|
|
@@ -3290,6 +3680,56 @@ def _typecheckingstub__feaf48f348987f686c52239e867f8aedc7a8a6debbbc2bec008fea1cc
|
|
|
3290
3680
|
"""Type checking stubs"""
|
|
3291
3681
|
pass
|
|
3292
3682
|
|
|
3683
|
+
def _typecheckingstub__69566f8b07a347c045dd6b2f0dfca75d7b37273e69681243f26273b19e06cd09(
|
|
3684
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3685
|
+
id: builtins.str,
|
|
3686
|
+
*,
|
|
3687
|
+
name: typing.Optional[builtins.str] = None,
|
|
3688
|
+
public_key_material: typing.Optional[builtins.str] = None,
|
|
3689
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3690
|
+
) -> None:
|
|
3691
|
+
"""Type checking stubs"""
|
|
3692
|
+
pass
|
|
3693
|
+
|
|
3694
|
+
def _typecheckingstub__4e6b8cd6799dd82e06ff9988e9e614506cad2cdb4fd21af49f6565f000590088(
|
|
3695
|
+
inspector: _TreeInspector_488e0dd5,
|
|
3696
|
+
) -> None:
|
|
3697
|
+
"""Type checking stubs"""
|
|
3698
|
+
pass
|
|
3699
|
+
|
|
3700
|
+
def _typecheckingstub__e64d06031e9bc941f4698d06e7ad4d4c0b95c41a9c231c5cc51e05f1bb3c217b(
|
|
3701
|
+
props: typing.Mapping[builtins.str, typing.Any],
|
|
3702
|
+
) -> None:
|
|
3703
|
+
"""Type checking stubs"""
|
|
3704
|
+
pass
|
|
3705
|
+
|
|
3706
|
+
def _typecheckingstub__d17e9902ef9a61f0eff6eb979f114b77f3840a826d3a39b4893ea2a98275b4be(
|
|
3707
|
+
value: typing.Optional[builtins.str],
|
|
3708
|
+
) -> None:
|
|
3709
|
+
"""Type checking stubs"""
|
|
3710
|
+
pass
|
|
3711
|
+
|
|
3712
|
+
def _typecheckingstub__a843701534e0f215185c3c60d4ab2be6eb1b19877fea3f91057d6b805e21bc31(
|
|
3713
|
+
value: typing.Optional[builtins.str],
|
|
3714
|
+
) -> None:
|
|
3715
|
+
"""Type checking stubs"""
|
|
3716
|
+
pass
|
|
3717
|
+
|
|
3718
|
+
def _typecheckingstub__c5f083992aecb52530dd61b06308422142992ddce014c2eca8bd7e50b14a98e3(
|
|
3719
|
+
value: typing.Optional[typing.List[_CfnTag_f6864754]],
|
|
3720
|
+
) -> None:
|
|
3721
|
+
"""Type checking stubs"""
|
|
3722
|
+
pass
|
|
3723
|
+
|
|
3724
|
+
def _typecheckingstub__6e24b7446ff29c9bd2fdfcc82ce735007c1472e2e0a7ef6f06d261450515e6a4(
|
|
3725
|
+
*,
|
|
3726
|
+
name: typing.Optional[builtins.str] = None,
|
|
3727
|
+
public_key_material: typing.Optional[builtins.str] = None,
|
|
3728
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3729
|
+
) -> None:
|
|
3730
|
+
"""Type checking stubs"""
|
|
3731
|
+
pass
|
|
3732
|
+
|
|
3293
3733
|
def _typecheckingstub__541cdf033047e5777646c5f067e03131707927e43c41e609fd3ac9ee776ae419(
|
|
3294
3734
|
scope: _constructs_77d1e7e8.Construct,
|
|
3295
3735
|
id: builtins.str,
|
|
@@ -3400,6 +3840,7 @@ def _typecheckingstub__95445d65024ea014afa24d3c5da7a1c325ecb6f520b50f18c628abc84
|
|
|
3400
3840
|
scope: _constructs_77d1e7e8.Construct,
|
|
3401
3841
|
id: builtins.str,
|
|
3402
3842
|
*,
|
|
3843
|
+
auto_participant_recording_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnStage.AutoParticipantRecordingConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3403
3844
|
name: typing.Optional[builtins.str] = None,
|
|
3404
3845
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3405
3846
|
) -> None:
|
|
@@ -3418,6 +3859,12 @@ def _typecheckingstub__0236ad7c18356db2e70641309707f63a741f804d4d94814bedc5adeaa
|
|
|
3418
3859
|
"""Type checking stubs"""
|
|
3419
3860
|
pass
|
|
3420
3861
|
|
|
3862
|
+
def _typecheckingstub__288ad5976e299bf3facf5812af603311b1780e61570d5cc88abb63f8e5ce0757(
|
|
3863
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnStage.AutoParticipantRecordingConfigurationProperty]],
|
|
3864
|
+
) -> None:
|
|
3865
|
+
"""Type checking stubs"""
|
|
3866
|
+
pass
|
|
3867
|
+
|
|
3421
3868
|
def _typecheckingstub__aa886ee78ed539f2863fcdc7d7f62035b31fa2118c7c2c34cf8ba71078c75632(
|
|
3422
3869
|
value: typing.Optional[builtins.str],
|
|
3423
3870
|
) -> None:
|
|
@@ -3430,8 +3877,17 @@ def _typecheckingstub__6a345b4498f1ee0487e9359886004162443d2310aa5159615d98ad8d3
|
|
|
3430
3877
|
"""Type checking stubs"""
|
|
3431
3878
|
pass
|
|
3432
3879
|
|
|
3880
|
+
def _typecheckingstub__3aeae0e25427fa7c0b735f190d30738c3d5c425f52576a56e84290d192a62871(
|
|
3881
|
+
*,
|
|
3882
|
+
storage_configuration_arn: builtins.str,
|
|
3883
|
+
media_types: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
3884
|
+
) -> None:
|
|
3885
|
+
"""Type checking stubs"""
|
|
3886
|
+
pass
|
|
3887
|
+
|
|
3433
3888
|
def _typecheckingstub__f7a0020ee283466459b434f83d43a5d205fcf4dbcde3ddb35eef021e6e069bf5(
|
|
3434
3889
|
*,
|
|
3890
|
+
auto_participant_recording_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnStage.AutoParticipantRecordingConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3435
3891
|
name: typing.Optional[builtins.str] = None,
|
|
3436
3892
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3437
3893
|
) -> None:
|