aws-cdk-lib 2.153.0__py3-none-any.whl → 2.154.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 +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.0.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 +135 -121
- 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 +13239 -3277
- 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 +31 -30
- 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 +60 -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 +900 -606
- aws_cdk/aws_ecr/__init__.py +117 -77
- aws_cdk/aws_ecr_assets/__init__.py +4 -4
- aws_cdk/aws_ecs/__init__.py +190 -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 +103 -103
- aws_cdk/aws_globalaccelerator/__init__.py +46 -24
- aws_cdk/aws_glue/__init__.py +132 -139
- 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 +92 -92
- 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 +32 -32
- 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 +44 -76
- 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 +39 -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 +2412 -280
- 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 +172 -101
- 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 +283 -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.0.dist-info}/METADATA +3 -2
- aws_cdk_lib-2.154.0.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.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/top_level.txt +0 -0
|
@@ -90,6 +90,7 @@ class CfnChannel(
|
|
|
90
90
|
|
|
91
91
|
# the properties below are optional
|
|
92
92
|
description="description",
|
|
93
|
+
input_type="inputType",
|
|
93
94
|
tags=[CfnTag(
|
|
94
95
|
key="key",
|
|
95
96
|
value="value"
|
|
@@ -105,6 +106,7 @@ class CfnChannel(
|
|
|
105
106
|
channel_group_name: builtins.str,
|
|
106
107
|
channel_name: builtins.str,
|
|
107
108
|
description: typing.Optional[builtins.str] = None,
|
|
109
|
+
input_type: typing.Optional[builtins.str] = None,
|
|
108
110
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
109
111
|
) -> None:
|
|
110
112
|
'''
|
|
@@ -113,6 +115,7 @@ class CfnChannel(
|
|
|
113
115
|
:param channel_group_name: The name of the channel group associated with the channel configuration.
|
|
114
116
|
:param channel_name: The name of the channel.
|
|
115
117
|
:param description: The description of the channel.
|
|
118
|
+
:param input_type:
|
|
116
119
|
:param tags: The tags associated with the channel.
|
|
117
120
|
'''
|
|
118
121
|
if __debug__:
|
|
@@ -123,6 +126,7 @@ class CfnChannel(
|
|
|
123
126
|
channel_group_name=channel_group_name,
|
|
124
127
|
channel_name=channel_name,
|
|
125
128
|
description=description,
|
|
129
|
+
input_type=input_type,
|
|
126
130
|
tags=tags,
|
|
127
131
|
)
|
|
128
132
|
|
|
@@ -224,7 +228,7 @@ class CfnChannel(
|
|
|
224
228
|
if __debug__:
|
|
225
229
|
type_hints = typing.get_type_hints(_typecheckingstub__9226145b09f87b401f2f5e357dafd5cd14b0b6a288f53bb6f985030a67a2ac8c)
|
|
226
230
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
227
|
-
jsii.set(self, "channelGroupName", value)
|
|
231
|
+
jsii.set(self, "channelGroupName", value) # pyright: ignore[reportArgumentType]
|
|
228
232
|
|
|
229
233
|
@builtins.property
|
|
230
234
|
@jsii.member(jsii_name="channelName")
|
|
@@ -237,7 +241,7 @@ class CfnChannel(
|
|
|
237
241
|
if __debug__:
|
|
238
242
|
type_hints = typing.get_type_hints(_typecheckingstub__f1e91bde8ef4635665f6fef9c2cf22478a1d6e8a29ee675d883277fd4eb950f8)
|
|
239
243
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
240
|
-
jsii.set(self, "channelName", value)
|
|
244
|
+
jsii.set(self, "channelName", value) # pyright: ignore[reportArgumentType]
|
|
241
245
|
|
|
242
246
|
@builtins.property
|
|
243
247
|
@jsii.member(jsii_name="description")
|
|
@@ -250,7 +254,19 @@ class CfnChannel(
|
|
|
250
254
|
if __debug__:
|
|
251
255
|
type_hints = typing.get_type_hints(_typecheckingstub__ee07183524d44b124938ad354f47b29384e1ea3a14ba4e7fa739d6847d2cdf12)
|
|
252
256
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
253
|
-
jsii.set(self, "description", value)
|
|
257
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
258
|
+
|
|
259
|
+
@builtins.property
|
|
260
|
+
@jsii.member(jsii_name="inputType")
|
|
261
|
+
def input_type(self) -> typing.Optional[builtins.str]:
|
|
262
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "inputType"))
|
|
263
|
+
|
|
264
|
+
@input_type.setter
|
|
265
|
+
def input_type(self, value: typing.Optional[builtins.str]) -> None:
|
|
266
|
+
if __debug__:
|
|
267
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1fd45bf182a4bcd922fc7964817a4166c9d667e78eb548b915896743cf024664)
|
|
268
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
269
|
+
jsii.set(self, "inputType", value) # pyright: ignore[reportArgumentType]
|
|
254
270
|
|
|
255
271
|
@builtins.property
|
|
256
272
|
@jsii.member(jsii_name="tags")
|
|
@@ -263,7 +279,7 @@ class CfnChannel(
|
|
|
263
279
|
if __debug__:
|
|
264
280
|
type_hints = typing.get_type_hints(_typecheckingstub__61a8d14ccc4954881d5a995d8d9c088f4870a4a3a28d0b44314514a2fbb02a01)
|
|
265
281
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
266
|
-
jsii.set(self, "tags", value)
|
|
282
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
267
283
|
|
|
268
284
|
@jsii.data_type(
|
|
269
285
|
jsii_type="aws-cdk-lib.aws_mediapackagev2.CfnChannel.IngestEndpointProperty",
|
|
@@ -480,7 +496,7 @@ class CfnChannelGroup(
|
|
|
480
496
|
if __debug__:
|
|
481
497
|
type_hints = typing.get_type_hints(_typecheckingstub__ab608f9f2545c6bf246db306be81d4790f5052ef181c364ada9dfba9527799b0)
|
|
482
498
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
483
|
-
jsii.set(self, "channelGroupName", value)
|
|
499
|
+
jsii.set(self, "channelGroupName", value) # pyright: ignore[reportArgumentType]
|
|
484
500
|
|
|
485
501
|
@builtins.property
|
|
486
502
|
@jsii.member(jsii_name="description")
|
|
@@ -493,7 +509,7 @@ class CfnChannelGroup(
|
|
|
493
509
|
if __debug__:
|
|
494
510
|
type_hints = typing.get_type_hints(_typecheckingstub__7398d92754f71ac10dc5aea2094dad8322025c79ae1302b6a69e6216e4e16144)
|
|
495
511
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
496
|
-
jsii.set(self, "description", value)
|
|
512
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
497
513
|
|
|
498
514
|
@builtins.property
|
|
499
515
|
@jsii.member(jsii_name="tags")
|
|
@@ -506,7 +522,7 @@ class CfnChannelGroup(
|
|
|
506
522
|
if __debug__:
|
|
507
523
|
type_hints = typing.get_type_hints(_typecheckingstub__07fbb1a31d1fae7c89e591bbcc359f5dc55386649647301df2f2e0b4e9727f81)
|
|
508
524
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
509
|
-
jsii.set(self, "tags", value)
|
|
525
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
510
526
|
|
|
511
527
|
|
|
512
528
|
@jsii.data_type(
|
|
@@ -706,7 +722,7 @@ class CfnChannelPolicy(
|
|
|
706
722
|
if __debug__:
|
|
707
723
|
type_hints = typing.get_type_hints(_typecheckingstub__fb6da332e5cbe78bc72a7af1de80f930372aa6490fa2d573b540c4b4050a16b7)
|
|
708
724
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
709
|
-
jsii.set(self, "channelGroupName", value)
|
|
725
|
+
jsii.set(self, "channelGroupName", value) # pyright: ignore[reportArgumentType]
|
|
710
726
|
|
|
711
727
|
@builtins.property
|
|
712
728
|
@jsii.member(jsii_name="channelName")
|
|
@@ -719,7 +735,7 @@ class CfnChannelPolicy(
|
|
|
719
735
|
if __debug__:
|
|
720
736
|
type_hints = typing.get_type_hints(_typecheckingstub__ffc77e98d707d0206432d1f5669baff83936b87558c5f6b3966d25c6d2682bcb)
|
|
721
737
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
722
|
-
jsii.set(self, "channelName", value)
|
|
738
|
+
jsii.set(self, "channelName", value) # pyright: ignore[reportArgumentType]
|
|
723
739
|
|
|
724
740
|
@builtins.property
|
|
725
741
|
@jsii.member(jsii_name="policy")
|
|
@@ -732,7 +748,7 @@ class CfnChannelPolicy(
|
|
|
732
748
|
if __debug__:
|
|
733
749
|
type_hints = typing.get_type_hints(_typecheckingstub__9f9e54d124a239f2e45623971b96e9da027d679f90368ed2a8e63d67a707784f)
|
|
734
750
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
735
|
-
jsii.set(self, "policy", value)
|
|
751
|
+
jsii.set(self, "policy", value) # pyright: ignore[reportArgumentType]
|
|
736
752
|
|
|
737
753
|
|
|
738
754
|
@jsii.data_type(
|
|
@@ -835,6 +851,7 @@ class CfnChannelPolicyProps:
|
|
|
835
851
|
"channel_group_name": "channelGroupName",
|
|
836
852
|
"channel_name": "channelName",
|
|
837
853
|
"description": "description",
|
|
854
|
+
"input_type": "inputType",
|
|
838
855
|
"tags": "tags",
|
|
839
856
|
},
|
|
840
857
|
)
|
|
@@ -845,6 +862,7 @@ class CfnChannelProps:
|
|
|
845
862
|
channel_group_name: builtins.str,
|
|
846
863
|
channel_name: builtins.str,
|
|
847
864
|
description: typing.Optional[builtins.str] = None,
|
|
865
|
+
input_type: typing.Optional[builtins.str] = None,
|
|
848
866
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
849
867
|
) -> None:
|
|
850
868
|
'''Properties for defining a ``CfnChannel``.
|
|
@@ -852,6 +870,7 @@ class CfnChannelProps:
|
|
|
852
870
|
:param channel_group_name: The name of the channel group associated with the channel configuration.
|
|
853
871
|
:param channel_name: The name of the channel.
|
|
854
872
|
:param description: The description of the channel.
|
|
873
|
+
:param input_type:
|
|
855
874
|
:param tags: The tags associated with the channel.
|
|
856
875
|
|
|
857
876
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channel.html
|
|
@@ -869,6 +888,7 @@ class CfnChannelProps:
|
|
|
869
888
|
|
|
870
889
|
# the properties below are optional
|
|
871
890
|
description="description",
|
|
891
|
+
input_type="inputType",
|
|
872
892
|
tags=[CfnTag(
|
|
873
893
|
key="key",
|
|
874
894
|
value="value"
|
|
@@ -880,6 +900,7 @@ class CfnChannelProps:
|
|
|
880
900
|
check_type(argname="argument channel_group_name", value=channel_group_name, expected_type=type_hints["channel_group_name"])
|
|
881
901
|
check_type(argname="argument channel_name", value=channel_name, expected_type=type_hints["channel_name"])
|
|
882
902
|
check_type(argname="argument description", value=description, expected_type=type_hints["description"])
|
|
903
|
+
check_type(argname="argument input_type", value=input_type, expected_type=type_hints["input_type"])
|
|
883
904
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
884
905
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
885
906
|
"channel_group_name": channel_group_name,
|
|
@@ -887,6 +908,8 @@ class CfnChannelProps:
|
|
|
887
908
|
}
|
|
888
909
|
if description is not None:
|
|
889
910
|
self._values["description"] = description
|
|
911
|
+
if input_type is not None:
|
|
912
|
+
self._values["input_type"] = input_type
|
|
890
913
|
if tags is not None:
|
|
891
914
|
self._values["tags"] = tags
|
|
892
915
|
|
|
@@ -919,6 +942,14 @@ class CfnChannelProps:
|
|
|
919
942
|
result = self._values.get("description")
|
|
920
943
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
921
944
|
|
|
945
|
+
@builtins.property
|
|
946
|
+
def input_type(self) -> typing.Optional[builtins.str]:
|
|
947
|
+
'''
|
|
948
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channel.html#cfn-mediapackagev2-channel-inputtype
|
|
949
|
+
'''
|
|
950
|
+
result = self._values.get("input_type")
|
|
951
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
952
|
+
|
|
922
953
|
@builtins.property
|
|
923
954
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
924
955
|
'''The tags associated with the channel.
|
|
@@ -991,6 +1022,9 @@ class CfnOriginEndpoint(
|
|
|
991
1022
|
)
|
|
992
1023
|
)],
|
|
993
1024
|
description="description",
|
|
1025
|
+
force_endpoint_error_configuration=mediapackagev2.CfnOriginEndpoint.ForceEndpointErrorConfigurationProperty(
|
|
1026
|
+
endpoint_error_conditions=["endpointErrorConditions"]
|
|
1027
|
+
),
|
|
994
1028
|
hls_manifests=[mediapackagev2.CfnOriginEndpoint.HlsManifestConfigurationProperty(
|
|
995
1029
|
manifest_name="manifestName",
|
|
996
1030
|
|
|
@@ -1076,6 +1110,7 @@ class CfnOriginEndpoint(
|
|
|
1076
1110
|
container_type: typing.Optional[builtins.str] = None,
|
|
1077
1111
|
dash_manifests: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOriginEndpoint.DashManifestConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
1078
1112
|
description: typing.Optional[builtins.str] = None,
|
|
1113
|
+
force_endpoint_error_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOriginEndpoint.ForceEndpointErrorConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1079
1114
|
hls_manifests: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOriginEndpoint.HlsManifestConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
1080
1115
|
low_latency_hls_manifests: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
1081
1116
|
segment: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOriginEndpoint.SegmentProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -1091,6 +1126,7 @@ class CfnOriginEndpoint(
|
|
|
1091
1126
|
:param container_type: The container type associated with the origin endpoint configuration.
|
|
1092
1127
|
:param dash_manifests: A DASH manifest configuration.
|
|
1093
1128
|
:param description: The description associated with the origin endpoint.
|
|
1129
|
+
:param force_endpoint_error_configuration:
|
|
1094
1130
|
:param hls_manifests: The HLS manfiests associated with the origin endpoint configuration.
|
|
1095
1131
|
:param low_latency_hls_manifests: The low-latency HLS (LL-HLS) manifests associated with the origin endpoint.
|
|
1096
1132
|
:param segment: The segment associated with the origin endpoint.
|
|
@@ -1108,6 +1144,7 @@ class CfnOriginEndpoint(
|
|
|
1108
1144
|
container_type=container_type,
|
|
1109
1145
|
dash_manifests=dash_manifests,
|
|
1110
1146
|
description=description,
|
|
1147
|
+
force_endpoint_error_configuration=force_endpoint_error_configuration,
|
|
1111
1148
|
hls_manifests=hls_manifests,
|
|
1112
1149
|
low_latency_hls_manifests=low_latency_hls_manifests,
|
|
1113
1150
|
segment=segment,
|
|
@@ -1220,7 +1257,7 @@ class CfnOriginEndpoint(
|
|
|
1220
1257
|
if __debug__:
|
|
1221
1258
|
type_hints = typing.get_type_hints(_typecheckingstub__7078125edd1beb221f7e3a35a200ce058d31cb41756eb7b1dca1af5dfe90c96f)
|
|
1222
1259
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1223
|
-
jsii.set(self, "channelGroupName", value)
|
|
1260
|
+
jsii.set(self, "channelGroupName", value) # pyright: ignore[reportArgumentType]
|
|
1224
1261
|
|
|
1225
1262
|
@builtins.property
|
|
1226
1263
|
@jsii.member(jsii_name="channelName")
|
|
@@ -1233,7 +1270,7 @@ class CfnOriginEndpoint(
|
|
|
1233
1270
|
if __debug__:
|
|
1234
1271
|
type_hints = typing.get_type_hints(_typecheckingstub__300d202906247d29b698e05c2891ad6a3e8f72748a5cb046f44ee1cde390954a)
|
|
1235
1272
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1236
|
-
jsii.set(self, "channelName", value)
|
|
1273
|
+
jsii.set(self, "channelName", value) # pyright: ignore[reportArgumentType]
|
|
1237
1274
|
|
|
1238
1275
|
@builtins.property
|
|
1239
1276
|
@jsii.member(jsii_name="originEndpointName")
|
|
@@ -1246,7 +1283,7 @@ class CfnOriginEndpoint(
|
|
|
1246
1283
|
if __debug__:
|
|
1247
1284
|
type_hints = typing.get_type_hints(_typecheckingstub__32b645ac54fdc447a14891e1f23268d3a802e1d51ab06333dab9a1ae79ae88fb)
|
|
1248
1285
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1249
|
-
jsii.set(self, "originEndpointName", value)
|
|
1286
|
+
jsii.set(self, "originEndpointName", value) # pyright: ignore[reportArgumentType]
|
|
1250
1287
|
|
|
1251
1288
|
@builtins.property
|
|
1252
1289
|
@jsii.member(jsii_name="containerType")
|
|
@@ -1259,7 +1296,7 @@ class CfnOriginEndpoint(
|
|
|
1259
1296
|
if __debug__:
|
|
1260
1297
|
type_hints = typing.get_type_hints(_typecheckingstub__7ded0ec9a4a78b0a13f4013526976d3ef27bae8928fb665d57679f95325a85b6)
|
|
1261
1298
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1262
|
-
jsii.set(self, "containerType", value)
|
|
1299
|
+
jsii.set(self, "containerType", value) # pyright: ignore[reportArgumentType]
|
|
1263
1300
|
|
|
1264
1301
|
@builtins.property
|
|
1265
1302
|
@jsii.member(jsii_name="dashManifests")
|
|
@@ -1277,7 +1314,7 @@ class CfnOriginEndpoint(
|
|
|
1277
1314
|
if __debug__:
|
|
1278
1315
|
type_hints = typing.get_type_hints(_typecheckingstub__316fdfa36cde837c49bfecdf48716a30e11db3879a7276c8207beeff9aff9317)
|
|
1279
1316
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1280
|
-
jsii.set(self, "dashManifests", value)
|
|
1317
|
+
jsii.set(self, "dashManifests", value) # pyright: ignore[reportArgumentType]
|
|
1281
1318
|
|
|
1282
1319
|
@builtins.property
|
|
1283
1320
|
@jsii.member(jsii_name="description")
|
|
@@ -1290,7 +1327,24 @@ class CfnOriginEndpoint(
|
|
|
1290
1327
|
if __debug__:
|
|
1291
1328
|
type_hints = typing.get_type_hints(_typecheckingstub__5d2dcbe74f178ed4fd2315de3210f8a81e6084e3e73f7337556d68a41cc54333)
|
|
1292
1329
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1293
|
-
jsii.set(self, "description", value)
|
|
1330
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
1331
|
+
|
|
1332
|
+
@builtins.property
|
|
1333
|
+
@jsii.member(jsii_name="forceEndpointErrorConfiguration")
|
|
1334
|
+
def force_endpoint_error_configuration(
|
|
1335
|
+
self,
|
|
1336
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.ForceEndpointErrorConfigurationProperty"]]:
|
|
1337
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.ForceEndpointErrorConfigurationProperty"]], jsii.get(self, "forceEndpointErrorConfiguration"))
|
|
1338
|
+
|
|
1339
|
+
@force_endpoint_error_configuration.setter
|
|
1340
|
+
def force_endpoint_error_configuration(
|
|
1341
|
+
self,
|
|
1342
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.ForceEndpointErrorConfigurationProperty"]],
|
|
1343
|
+
) -> None:
|
|
1344
|
+
if __debug__:
|
|
1345
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8bd0bc6ee367a0d016a630be9b91f1bbb3565f44feb4d59db2010dbadda4a8a7)
|
|
1346
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1347
|
+
jsii.set(self, "forceEndpointErrorConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
1294
1348
|
|
|
1295
1349
|
@builtins.property
|
|
1296
1350
|
@jsii.member(jsii_name="hlsManifests")
|
|
@@ -1308,7 +1362,7 @@ class CfnOriginEndpoint(
|
|
|
1308
1362
|
if __debug__:
|
|
1309
1363
|
type_hints = typing.get_type_hints(_typecheckingstub__de310c90fc64be46bd788fedd55681eba63f450cc4f6537fe91890137af54019)
|
|
1310
1364
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1311
|
-
jsii.set(self, "hlsManifests", value)
|
|
1365
|
+
jsii.set(self, "hlsManifests", value) # pyright: ignore[reportArgumentType]
|
|
1312
1366
|
|
|
1313
1367
|
@builtins.property
|
|
1314
1368
|
@jsii.member(jsii_name="lowLatencyHlsManifests")
|
|
@@ -1326,7 +1380,7 @@ class CfnOriginEndpoint(
|
|
|
1326
1380
|
if __debug__:
|
|
1327
1381
|
type_hints = typing.get_type_hints(_typecheckingstub__0ab0da83ecaf5e8b2eb477e1a7bb2f955c99813829faeb44ce46e408a3739304)
|
|
1328
1382
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1329
|
-
jsii.set(self, "lowLatencyHlsManifests", value)
|
|
1383
|
+
jsii.set(self, "lowLatencyHlsManifests", value) # pyright: ignore[reportArgumentType]
|
|
1330
1384
|
|
|
1331
1385
|
@builtins.property
|
|
1332
1386
|
@jsii.member(jsii_name="segment")
|
|
@@ -1344,7 +1398,7 @@ class CfnOriginEndpoint(
|
|
|
1344
1398
|
if __debug__:
|
|
1345
1399
|
type_hints = typing.get_type_hints(_typecheckingstub__761931cab894d0c1a04fe9fe8aad0785de043e26b7f476c427bb231ae9fc1eeb)
|
|
1346
1400
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1347
|
-
jsii.set(self, "segment", value)
|
|
1401
|
+
jsii.set(self, "segment", value) # pyright: ignore[reportArgumentType]
|
|
1348
1402
|
|
|
1349
1403
|
@builtins.property
|
|
1350
1404
|
@jsii.member(jsii_name="startoverWindowSeconds")
|
|
@@ -1357,7 +1411,7 @@ class CfnOriginEndpoint(
|
|
|
1357
1411
|
if __debug__:
|
|
1358
1412
|
type_hints = typing.get_type_hints(_typecheckingstub__285ecfef5a8ec9ebb3f1c4d2193922e98318f11cce543c9b9c4221cfee42fc11)
|
|
1359
1413
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1360
|
-
jsii.set(self, "startoverWindowSeconds", value)
|
|
1414
|
+
jsii.set(self, "startoverWindowSeconds", value) # pyright: ignore[reportArgumentType]
|
|
1361
1415
|
|
|
1362
1416
|
@builtins.property
|
|
1363
1417
|
@jsii.member(jsii_name="tags")
|
|
@@ -1370,7 +1424,7 @@ class CfnOriginEndpoint(
|
|
|
1370
1424
|
if __debug__:
|
|
1371
1425
|
type_hints = typing.get_type_hints(_typecheckingstub__65cc25545f38d01b8ccc61c9494f0994747ef22d12fc3c94c71cb091aff2f324)
|
|
1372
1426
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1373
|
-
jsii.set(self, "tags", value)
|
|
1427
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
1374
1428
|
|
|
1375
1429
|
@jsii.data_type(
|
|
1376
1430
|
jsii_type="aws-cdk-lib.aws_mediapackagev2.CfnOriginEndpoint.DashManifestConfigurationProperty",
|
|
@@ -2079,6 +2133,63 @@ class CfnOriginEndpoint(
|
|
|
2079
2133
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
2080
2134
|
)
|
|
2081
2135
|
|
|
2136
|
+
@jsii.data_type(
|
|
2137
|
+
jsii_type="aws-cdk-lib.aws_mediapackagev2.CfnOriginEndpoint.ForceEndpointErrorConfigurationProperty",
|
|
2138
|
+
jsii_struct_bases=[],
|
|
2139
|
+
name_mapping={"endpoint_error_conditions": "endpointErrorConditions"},
|
|
2140
|
+
)
|
|
2141
|
+
class ForceEndpointErrorConfigurationProperty:
|
|
2142
|
+
def __init__(
|
|
2143
|
+
self,
|
|
2144
|
+
*,
|
|
2145
|
+
endpoint_error_conditions: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2146
|
+
) -> None:
|
|
2147
|
+
'''
|
|
2148
|
+
:param endpoint_error_conditions: The options are: STALE_MANIFEST - The manifest stalled and there a no new segments or parts. INCOMPLETE_MANIFEST - There is a gap in the manifest. MISSING_DRM_KEY - Key rotation is enabled but we're unable to fetch the key for the current key period.
|
|
2149
|
+
|
|
2150
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-forceendpointerrorconfiguration.html
|
|
2151
|
+
:exampleMetadata: fixture=_generated
|
|
2152
|
+
|
|
2153
|
+
Example::
|
|
2154
|
+
|
|
2155
|
+
# The code below shows an example of how to instantiate this type.
|
|
2156
|
+
# The values are placeholders you should change.
|
|
2157
|
+
from aws_cdk import aws_mediapackagev2 as mediapackagev2
|
|
2158
|
+
|
|
2159
|
+
force_endpoint_error_configuration_property = mediapackagev2.CfnOriginEndpoint.ForceEndpointErrorConfigurationProperty(
|
|
2160
|
+
endpoint_error_conditions=["endpointErrorConditions"]
|
|
2161
|
+
)
|
|
2162
|
+
'''
|
|
2163
|
+
if __debug__:
|
|
2164
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c775185d7f0f530d0727569d624c7700267dcbd432d6270153826a314b2e766e)
|
|
2165
|
+
check_type(argname="argument endpoint_error_conditions", value=endpoint_error_conditions, expected_type=type_hints["endpoint_error_conditions"])
|
|
2166
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
2167
|
+
if endpoint_error_conditions is not None:
|
|
2168
|
+
self._values["endpoint_error_conditions"] = endpoint_error_conditions
|
|
2169
|
+
|
|
2170
|
+
@builtins.property
|
|
2171
|
+
def endpoint_error_conditions(
|
|
2172
|
+
self,
|
|
2173
|
+
) -> typing.Optional[typing.List[builtins.str]]:
|
|
2174
|
+
'''
|
|
2175
|
+
The options are:
|
|
2176
|
+
|
|
2177
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-forceendpointerrorconfiguration.html#cfn-mediapackagev2-originendpoint-forceendpointerrorconfiguration-endpointerrorconditions
|
|
2178
|
+
'''
|
|
2179
|
+
result = self._values.get("endpoint_error_conditions")
|
|
2180
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
2181
|
+
|
|
2182
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2183
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2184
|
+
|
|
2185
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2186
|
+
return not (rhs == self)
|
|
2187
|
+
|
|
2188
|
+
def __repr__(self) -> str:
|
|
2189
|
+
return "ForceEndpointErrorConfigurationProperty(%s)" % ", ".join(
|
|
2190
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2191
|
+
)
|
|
2192
|
+
|
|
2082
2193
|
@jsii.data_type(
|
|
2083
2194
|
jsii_type="aws-cdk-lib.aws_mediapackagev2.CfnOriginEndpoint.HlsManifestConfigurationProperty",
|
|
2084
2195
|
jsii_struct_bases=[],
|
|
@@ -3016,7 +3127,7 @@ class CfnOriginEndpointPolicy(
|
|
|
3016
3127
|
if __debug__:
|
|
3017
3128
|
type_hints = typing.get_type_hints(_typecheckingstub__ece6fe1f3215cf8ea357ac0ae337fd3ee216bd554b13e1ed66f380a551871cf8)
|
|
3018
3129
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3019
|
-
jsii.set(self, "channelGroupName", value)
|
|
3130
|
+
jsii.set(self, "channelGroupName", value) # pyright: ignore[reportArgumentType]
|
|
3020
3131
|
|
|
3021
3132
|
@builtins.property
|
|
3022
3133
|
@jsii.member(jsii_name="channelName")
|
|
@@ -3029,7 +3140,7 @@ class CfnOriginEndpointPolicy(
|
|
|
3029
3140
|
if __debug__:
|
|
3030
3141
|
type_hints = typing.get_type_hints(_typecheckingstub__061507a42f38505f6e3060097229ce610dd50d3f6f96ac0cdbd883d1e13cad8a)
|
|
3031
3142
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3032
|
-
jsii.set(self, "channelName", value)
|
|
3143
|
+
jsii.set(self, "channelName", value) # pyright: ignore[reportArgumentType]
|
|
3033
3144
|
|
|
3034
3145
|
@builtins.property
|
|
3035
3146
|
@jsii.member(jsii_name="originEndpointName")
|
|
@@ -3042,7 +3153,7 @@ class CfnOriginEndpointPolicy(
|
|
|
3042
3153
|
if __debug__:
|
|
3043
3154
|
type_hints = typing.get_type_hints(_typecheckingstub__1a22e35010e441892b8eae01173c80ff68e7e2c1da6f52737a724971f5555743)
|
|
3044
3155
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3045
|
-
jsii.set(self, "originEndpointName", value)
|
|
3156
|
+
jsii.set(self, "originEndpointName", value) # pyright: ignore[reportArgumentType]
|
|
3046
3157
|
|
|
3047
3158
|
@builtins.property
|
|
3048
3159
|
@jsii.member(jsii_name="policy")
|
|
@@ -3055,7 +3166,7 @@ class CfnOriginEndpointPolicy(
|
|
|
3055
3166
|
if __debug__:
|
|
3056
3167
|
type_hints = typing.get_type_hints(_typecheckingstub__03b8094def1eae0770367451a814cb41dcad8e59ef89ff30e7423278b23af07b)
|
|
3057
3168
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3058
|
-
jsii.set(self, "policy", value)
|
|
3169
|
+
jsii.set(self, "policy", value) # pyright: ignore[reportArgumentType]
|
|
3059
3170
|
|
|
3060
3171
|
|
|
3061
3172
|
@jsii.data_type(
|
|
@@ -3177,6 +3288,7 @@ class CfnOriginEndpointPolicyProps:
|
|
|
3177
3288
|
"container_type": "containerType",
|
|
3178
3289
|
"dash_manifests": "dashManifests",
|
|
3179
3290
|
"description": "description",
|
|
3291
|
+
"force_endpoint_error_configuration": "forceEndpointErrorConfiguration",
|
|
3180
3292
|
"hls_manifests": "hlsManifests",
|
|
3181
3293
|
"low_latency_hls_manifests": "lowLatencyHlsManifests",
|
|
3182
3294
|
"segment": "segment",
|
|
@@ -3194,6 +3306,7 @@ class CfnOriginEndpointProps:
|
|
|
3194
3306
|
container_type: typing.Optional[builtins.str] = None,
|
|
3195
3307
|
dash_manifests: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.DashManifestConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
3196
3308
|
description: typing.Optional[builtins.str] = None,
|
|
3309
|
+
force_endpoint_error_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.ForceEndpointErrorConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3197
3310
|
hls_manifests: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.HlsManifestConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
3198
3311
|
low_latency_hls_manifests: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
3199
3312
|
segment: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.SegmentProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -3208,6 +3321,7 @@ class CfnOriginEndpointProps:
|
|
|
3208
3321
|
:param container_type: The container type associated with the origin endpoint configuration.
|
|
3209
3322
|
:param dash_manifests: A DASH manifest configuration.
|
|
3210
3323
|
:param description: The description associated with the origin endpoint.
|
|
3324
|
+
:param force_endpoint_error_configuration:
|
|
3211
3325
|
:param hls_manifests: The HLS manfiests associated with the origin endpoint configuration.
|
|
3212
3326
|
:param low_latency_hls_manifests: The low-latency HLS (LL-HLS) manifests associated with the origin endpoint.
|
|
3213
3327
|
:param segment: The segment associated with the origin endpoint.
|
|
@@ -3256,6 +3370,9 @@ class CfnOriginEndpointProps:
|
|
|
3256
3370
|
)
|
|
3257
3371
|
)],
|
|
3258
3372
|
description="description",
|
|
3373
|
+
force_endpoint_error_configuration=mediapackagev2.CfnOriginEndpoint.ForceEndpointErrorConfigurationProperty(
|
|
3374
|
+
endpoint_error_conditions=["endpointErrorConditions"]
|
|
3375
|
+
),
|
|
3259
3376
|
hls_manifests=[mediapackagev2.CfnOriginEndpoint.HlsManifestConfigurationProperty(
|
|
3260
3377
|
manifest_name="manifestName",
|
|
3261
3378
|
|
|
@@ -3337,6 +3454,7 @@ class CfnOriginEndpointProps:
|
|
|
3337
3454
|
check_type(argname="argument container_type", value=container_type, expected_type=type_hints["container_type"])
|
|
3338
3455
|
check_type(argname="argument dash_manifests", value=dash_manifests, expected_type=type_hints["dash_manifests"])
|
|
3339
3456
|
check_type(argname="argument description", value=description, expected_type=type_hints["description"])
|
|
3457
|
+
check_type(argname="argument force_endpoint_error_configuration", value=force_endpoint_error_configuration, expected_type=type_hints["force_endpoint_error_configuration"])
|
|
3340
3458
|
check_type(argname="argument hls_manifests", value=hls_manifests, expected_type=type_hints["hls_manifests"])
|
|
3341
3459
|
check_type(argname="argument low_latency_hls_manifests", value=low_latency_hls_manifests, expected_type=type_hints["low_latency_hls_manifests"])
|
|
3342
3460
|
check_type(argname="argument segment", value=segment, expected_type=type_hints["segment"])
|
|
@@ -3353,6 +3471,8 @@ class CfnOriginEndpointProps:
|
|
|
3353
3471
|
self._values["dash_manifests"] = dash_manifests
|
|
3354
3472
|
if description is not None:
|
|
3355
3473
|
self._values["description"] = description
|
|
3474
|
+
if force_endpoint_error_configuration is not None:
|
|
3475
|
+
self._values["force_endpoint_error_configuration"] = force_endpoint_error_configuration
|
|
3356
3476
|
if hls_manifests is not None:
|
|
3357
3477
|
self._values["hls_manifests"] = hls_manifests
|
|
3358
3478
|
if low_latency_hls_manifests is not None:
|
|
@@ -3423,6 +3543,16 @@ class CfnOriginEndpointProps:
|
|
|
3423
3543
|
result = self._values.get("description")
|
|
3424
3544
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
3425
3545
|
|
|
3546
|
+
@builtins.property
|
|
3547
|
+
def force_endpoint_error_configuration(
|
|
3548
|
+
self,
|
|
3549
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnOriginEndpoint.ForceEndpointErrorConfigurationProperty]]:
|
|
3550
|
+
'''
|
|
3551
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-originendpoint.html#cfn-mediapackagev2-originendpoint-forceendpointerrorconfiguration
|
|
3552
|
+
'''
|
|
3553
|
+
result = self._values.get("force_endpoint_error_configuration")
|
|
3554
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnOriginEndpoint.ForceEndpointErrorConfigurationProperty]], result)
|
|
3555
|
+
|
|
3426
3556
|
@builtins.property
|
|
3427
3557
|
def hls_manifests(
|
|
3428
3558
|
self,
|
|
@@ -3510,6 +3640,7 @@ def _typecheckingstub__f5f12d43fb05232f03795c27e5dde1f408f5762e93edacb27e01efb9e
|
|
|
3510
3640
|
channel_group_name: builtins.str,
|
|
3511
3641
|
channel_name: builtins.str,
|
|
3512
3642
|
description: typing.Optional[builtins.str] = None,
|
|
3643
|
+
input_type: typing.Optional[builtins.str] = None,
|
|
3513
3644
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3514
3645
|
) -> None:
|
|
3515
3646
|
"""Type checking stubs"""
|
|
@@ -3545,6 +3676,12 @@ def _typecheckingstub__ee07183524d44b124938ad354f47b29384e1ea3a14ba4e7fa739d6847
|
|
|
3545
3676
|
"""Type checking stubs"""
|
|
3546
3677
|
pass
|
|
3547
3678
|
|
|
3679
|
+
def _typecheckingstub__1fd45bf182a4bcd922fc7964817a4166c9d667e78eb548b915896743cf024664(
|
|
3680
|
+
value: typing.Optional[builtins.str],
|
|
3681
|
+
) -> None:
|
|
3682
|
+
"""Type checking stubs"""
|
|
3683
|
+
pass
|
|
3684
|
+
|
|
3548
3685
|
def _typecheckingstub__61a8d14ccc4954881d5a995d8d9c088f4870a4a3a28d0b44314514a2fbb02a01(
|
|
3549
3686
|
value: typing.Optional[typing.List[_CfnTag_f6864754]],
|
|
3550
3687
|
) -> None:
|
|
@@ -3664,6 +3801,7 @@ def _typecheckingstub__cb84231dfbf08cdefe6ca207d49155a084aa492947c635c5e9ba404f1
|
|
|
3664
3801
|
channel_group_name: builtins.str,
|
|
3665
3802
|
channel_name: builtins.str,
|
|
3666
3803
|
description: typing.Optional[builtins.str] = None,
|
|
3804
|
+
input_type: typing.Optional[builtins.str] = None,
|
|
3667
3805
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3668
3806
|
) -> None:
|
|
3669
3807
|
"""Type checking stubs"""
|
|
@@ -3679,6 +3817,7 @@ def _typecheckingstub__7dba3dfc2892c78e53aee7675a7a24aa25c0b29481aca92446e31a0d8
|
|
|
3679
3817
|
container_type: typing.Optional[builtins.str] = None,
|
|
3680
3818
|
dash_manifests: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.DashManifestConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
3681
3819
|
description: typing.Optional[builtins.str] = None,
|
|
3820
|
+
force_endpoint_error_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.ForceEndpointErrorConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3682
3821
|
hls_manifests: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.HlsManifestConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
3683
3822
|
low_latency_hls_manifests: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
3684
3823
|
segment: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.SegmentProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -3736,6 +3875,12 @@ def _typecheckingstub__5d2dcbe74f178ed4fd2315de3210f8a81e6084e3e73f7337556d68a41
|
|
|
3736
3875
|
"""Type checking stubs"""
|
|
3737
3876
|
pass
|
|
3738
3877
|
|
|
3878
|
+
def _typecheckingstub__8bd0bc6ee367a0d016a630be9b91f1bbb3565f44feb4d59db2010dbadda4a8a7(
|
|
3879
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnOriginEndpoint.ForceEndpointErrorConfigurationProperty]],
|
|
3880
|
+
) -> None:
|
|
3881
|
+
"""Type checking stubs"""
|
|
3882
|
+
pass
|
|
3883
|
+
|
|
3739
3884
|
def _typecheckingstub__de310c90fc64be46bd788fedd55681eba63f450cc4f6537fe91890137af54019(
|
|
3740
3885
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnOriginEndpoint.HlsManifestConfigurationProperty]]]],
|
|
3741
3886
|
) -> None:
|
|
@@ -3827,6 +3972,13 @@ def _typecheckingstub__cd4523035a4ce6e5ff7d759a2d3d8f5fc12e2c0c96ad04c9ef1b884c6
|
|
|
3827
3972
|
"""Type checking stubs"""
|
|
3828
3973
|
pass
|
|
3829
3974
|
|
|
3975
|
+
def _typecheckingstub__c775185d7f0f530d0727569d624c7700267dcbd432d6270153826a314b2e766e(
|
|
3976
|
+
*,
|
|
3977
|
+
endpoint_error_conditions: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
3978
|
+
) -> None:
|
|
3979
|
+
"""Type checking stubs"""
|
|
3980
|
+
pass
|
|
3981
|
+
|
|
3830
3982
|
def _typecheckingstub__b59520e6fbce62f410265deeb9cc043e1cf408c2c3cc498907eb73fcc18458d8(
|
|
3831
3983
|
*,
|
|
3832
3984
|
manifest_name: builtins.str,
|
|
@@ -3964,6 +4116,7 @@ def _typecheckingstub__d261c9ffb32b381ea679962b9a614498343af1f15dd4bdfdbf788de76
|
|
|
3964
4116
|
container_type: typing.Optional[builtins.str] = None,
|
|
3965
4117
|
dash_manifests: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.DashManifestConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
3966
4118
|
description: typing.Optional[builtins.str] = None,
|
|
4119
|
+
force_endpoint_error_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.ForceEndpointErrorConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3967
4120
|
hls_manifests: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.HlsManifestConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
3968
4121
|
low_latency_hls_manifests: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
3969
4122
|
segment: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.SegmentProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -217,7 +217,7 @@ class CfnContainer(
|
|
|
217
217
|
if __debug__:
|
|
218
218
|
type_hints = typing.get_type_hints(_typecheckingstub__10e7e81e71aa4b865a53dcff4b11dbf9fde09b2d2b25f839e982ab92110fe012)
|
|
219
219
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
220
|
-
jsii.set(self, "containerName", value)
|
|
220
|
+
jsii.set(self, "containerName", value) # pyright: ignore[reportArgumentType]
|
|
221
221
|
|
|
222
222
|
@builtins.property
|
|
223
223
|
@jsii.member(jsii_name="accessLoggingEnabled")
|
|
@@ -235,7 +235,7 @@ class CfnContainer(
|
|
|
235
235
|
if __debug__:
|
|
236
236
|
type_hints = typing.get_type_hints(_typecheckingstub__aa774c7c5a8092f174195c7b605a1516571a888f5be6c2df2f5a2584d8b581c1)
|
|
237
237
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
238
|
-
jsii.set(self, "accessLoggingEnabled", value)
|
|
238
|
+
jsii.set(self, "accessLoggingEnabled", value) # pyright: ignore[reportArgumentType]
|
|
239
239
|
|
|
240
240
|
@builtins.property
|
|
241
241
|
@jsii.member(jsii_name="corsPolicy")
|
|
@@ -253,7 +253,7 @@ class CfnContainer(
|
|
|
253
253
|
if __debug__:
|
|
254
254
|
type_hints = typing.get_type_hints(_typecheckingstub__467426d7f4bad0107abaee763e8b698f349eb6f7e80bec30278bb48af442d70e)
|
|
255
255
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
256
|
-
jsii.set(self, "corsPolicy", value)
|
|
256
|
+
jsii.set(self, "corsPolicy", value) # pyright: ignore[reportArgumentType]
|
|
257
257
|
|
|
258
258
|
@builtins.property
|
|
259
259
|
@jsii.member(jsii_name="lifecyclePolicy")
|
|
@@ -266,7 +266,7 @@ class CfnContainer(
|
|
|
266
266
|
if __debug__:
|
|
267
267
|
type_hints = typing.get_type_hints(_typecheckingstub__283671ecfc000621a4145f391f01564d103579132b4dba5c58a8d37a6469fb7c)
|
|
268
268
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
269
|
-
jsii.set(self, "lifecyclePolicy", value)
|
|
269
|
+
jsii.set(self, "lifecyclePolicy", value) # pyright: ignore[reportArgumentType]
|
|
270
270
|
|
|
271
271
|
@builtins.property
|
|
272
272
|
@jsii.member(jsii_name="metricPolicy")
|
|
@@ -284,7 +284,7 @@ class CfnContainer(
|
|
|
284
284
|
if __debug__:
|
|
285
285
|
type_hints = typing.get_type_hints(_typecheckingstub__6fbe17101e1cbabe4ada35b516bf8c1866a67969c1a431e3e00e64089669ff87)
|
|
286
286
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
287
|
-
jsii.set(self, "metricPolicy", value)
|
|
287
|
+
jsii.set(self, "metricPolicy", value) # pyright: ignore[reportArgumentType]
|
|
288
288
|
|
|
289
289
|
@builtins.property
|
|
290
290
|
@jsii.member(jsii_name="policy")
|
|
@@ -297,7 +297,7 @@ class CfnContainer(
|
|
|
297
297
|
if __debug__:
|
|
298
298
|
type_hints = typing.get_type_hints(_typecheckingstub__bb4bb02f97dcf212717074795ec241aa23847808700630f07392cee599cd3553)
|
|
299
299
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
300
|
-
jsii.set(self, "policy", value)
|
|
300
|
+
jsii.set(self, "policy", value) # pyright: ignore[reportArgumentType]
|
|
301
301
|
|
|
302
302
|
@builtins.property
|
|
303
303
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -309,7 +309,7 @@ class CfnContainer(
|
|
|
309
309
|
if __debug__:
|
|
310
310
|
type_hints = typing.get_type_hints(_typecheckingstub__af8f09217c9fcffb59ad0a4b95e405df0ad5d481e0b17745a0feaf4d46e6c880)
|
|
311
311
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
312
|
-
jsii.set(self, "tagsRaw", value)
|
|
312
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
313
313
|
|
|
314
314
|
@jsii.data_type(
|
|
315
315
|
jsii_type="aws-cdk-lib.aws_mediastore.CfnContainer.CorsRuleProperty",
|