aws-cdk-lib 2.155.0__py3-none-any.whl → 2.157.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.

Files changed (66) hide show
  1. aws_cdk/__init__.py +28 -24
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.155.0.jsii.tgz → aws-cdk-lib@2.157.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_acmpca/__init__.py +10 -75
  5. aws_cdk/aws_amplify/__init__.py +106 -0
  6. aws_cdk/aws_apigatewayv2/__init__.py +81 -13
  7. aws_cdk/aws_appintegrations/__init__.py +14 -14
  8. aws_cdk/aws_applicationsignals/__init__.py +750 -1
  9. aws_cdk/aws_appsync/__init__.py +50 -18
  10. aws_cdk/aws_autoscaling/__init__.py +6 -6
  11. aws_cdk/aws_backup/__init__.py +39 -0
  12. aws_cdk/aws_batch/__init__.py +41 -0
  13. aws_cdk/aws_bedrock/__init__.py +1528 -91
  14. aws_cdk/aws_chatbot/__init__.py +6 -6
  15. aws_cdk/aws_cloudformation/__init__.py +22 -22
  16. aws_cdk/aws_cloudfront/__init__.py +650 -57
  17. aws_cdk/aws_cloudfront/experimental/__init__.py +30 -3
  18. aws_cdk/aws_cloudfront_origins/__init__.py +2034 -91
  19. aws_cdk/aws_codebuild/__init__.py +1 -1
  20. aws_cdk/aws_datasync/__init__.py +40 -29
  21. aws_cdk/aws_docdb/__init__.py +78 -6
  22. aws_cdk/aws_ec2/__init__.py +397 -75
  23. aws_cdk/aws_ecs/__init__.py +271 -101
  24. aws_cdk/aws_ecs_patterns/__init__.py +129 -11
  25. aws_cdk/aws_eks/__init__.py +40 -4
  26. aws_cdk/aws_elasticloadbalancingv2/__init__.py +26 -50
  27. aws_cdk/aws_entityresolution/__init__.py +117 -4
  28. aws_cdk/aws_events/__init__.py +40 -14
  29. aws_cdk/aws_events_targets/__init__.py +357 -0
  30. aws_cdk/aws_glue/__init__.py +0 -8
  31. aws_cdk/aws_groundstation/__init__.py +27 -16
  32. aws_cdk/aws_guardduty/__init__.py +26 -14
  33. aws_cdk/aws_iam/__init__.py +7 -8
  34. aws_cdk/aws_iotfleetwise/__init__.py +108 -0
  35. aws_cdk/aws_kms/__init__.py +53 -10
  36. aws_cdk/aws_lambda/__init__.py +147 -17
  37. aws_cdk/aws_lambda_nodejs/__init__.py +30 -3
  38. aws_cdk/aws_macie/__init__.py +4 -4
  39. aws_cdk/aws_medialive/__init__.py +348 -0
  40. aws_cdk/aws_mediapackagev2/__init__.py +38 -38
  41. aws_cdk/aws_neptune/__init__.py +14 -8
  42. aws_cdk/aws_opensearchservice/__init__.py +194 -0
  43. aws_cdk/aws_pcaconnectorscep/__init__.py +884 -0
  44. aws_cdk/aws_personalize/__init__.py +2 -2
  45. aws_cdk/aws_pipes/__init__.py +22 -22
  46. aws_cdk/aws_qbusiness/__init__.py +675 -6
  47. aws_cdk/aws_quicksight/__init__.py +3285 -0
  48. aws_cdk/aws_rds/__init__.py +24 -0
  49. aws_cdk/aws_s3/__init__.py +13 -14
  50. aws_cdk/aws_sagemaker/__init__.py +1167 -0
  51. aws_cdk/aws_secretsmanager/__init__.py +2 -3
  52. aws_cdk/aws_securityhub/__init__.py +108 -103
  53. aws_cdk/aws_ses/__init__.py +31 -0
  54. aws_cdk/aws_sns/__init__.py +19 -13
  55. aws_cdk/aws_ssm/__init__.py +10 -6
  56. aws_cdk/aws_ssmquicksetup/__init__.py +967 -0
  57. aws_cdk/aws_stepfunctions_tasks/__init__.py +106 -45
  58. aws_cdk/aws_synthetics/__init__.py +13 -0
  59. aws_cdk/cx_api/__init__.py +16 -0
  60. aws_cdk/triggers/__init__.py +30 -3
  61. {aws_cdk_lib-2.155.0.dist-info → aws_cdk_lib-2.157.0.dist-info}/METADATA +1 -1
  62. {aws_cdk_lib-2.155.0.dist-info → aws_cdk_lib-2.157.0.dist-info}/RECORD +66 -64
  63. {aws_cdk_lib-2.155.0.dist-info → aws_cdk_lib-2.157.0.dist-info}/LICENSE +0 -0
  64. {aws_cdk_lib-2.155.0.dist-info → aws_cdk_lib-2.157.0.dist-info}/NOTICE +0 -0
  65. {aws_cdk_lib-2.155.0.dist-info → aws_cdk_lib-2.157.0.dist-info}/WHEEL +0 -0
  66. {aws_cdk_lib-2.155.0.dist-info → aws_cdk_lib-2.157.0.dist-info}/top_level.txt +0 -0
@@ -290,7 +290,7 @@ class CfnAllowList(
290
290
 
291
291
  The criteria can be:
292
292
 
293
- - The location and name of an Amazon Simple Storage Service ( Amazon S3 ) object that lists specific, predefined text to ignore ( ``S3WordsList`` ), or
293
+ - The location and name of an Amazon Simple Storage Service ( Amazon S3 ) object that lists specific predefined text to ignore ( ``S3WordsList`` ), or
294
294
  - A regular expression ( ``Regex`` ) that defines a text pattern to ignore.
295
295
 
296
296
  The criteria must specify either an S3 object or a regular expression. It can't specify both.
@@ -992,7 +992,7 @@ class CfnFindingsFilter(
992
992
  ):
993
993
  '''The ``AWS::Macie::FindingsFilter`` resource specifies a findings filter.
994
994
 
995
- In Amazon Macie , a *findings filter* , also referred to as a *filter rule* , is a set of custom criteria that specifies which findings to include or exclude from the results of a query for findings. The criteria can help you identify and focus on findings that have specific characteristics, such as severity, type, or the name of an affected AWS resource. You can also configure a findings filter to suppress (automatically archive) findings that match the filter's criteria. For more information, see `Filtering findings <https://docs.aws.amazon.com/macie/latest/user/findings-filter-overview.html>`_ in the *Amazon Macie User Guide* .
995
+ In Amazon Macie , a *findings filter* , also referred to as a *filter rule* , is a set of custom criteria that specifies which findings to include or exclude from the results of a query for findings. The criteria can help you identify and focus on findings that have specific characteristics, such as severity, type, or the name of an affected AWS resource. You can also configure a findings filter to suppress (automatically archive) findings that match the filter's criteria. For more information, see `Filtering Macie findings <https://docs.aws.amazon.com/macie/latest/user/findings-filter-overview.html>`_ in the *Amazon Macie User Guide* .
996
996
 
997
997
  An ``AWS::Macie::Session`` resource must exist for an AWS account before you can create an ``AWS::Macie::FindingsFilter`` resource for the account. Use a `DependsOn attribute <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html>`_ to ensure that an ``AWS::Macie::Session`` resource is created before other Macie resources are created for an account. For example, ``"DependsOn": "Session"`` .
998
998
 
@@ -1253,7 +1253,7 @@ class CfnFindingsFilter(
1253
1253
  ) -> None:
1254
1254
  '''Specifies a condition that defines the property, operator, and one or more values to use in a findings filter.
1255
1255
 
1256
- A *findings filter* , also referred to as a *filter rule* , is a set of custom criteria that specifies which findings to include or exclude from the results of a query for findings. You can also configure a findings filter to suppress (automatically archive) findings that match the filter's criteria. For more information, see `Filtering findings <https://docs.aws.amazon.com/macie/latest/user/findings-filter-overview.html>`_ in the *Amazon Macie User Guide* .
1256
+ A *findings filter* , also referred to as a *filter rule* , is a set of custom criteria that specifies which findings to include or exclude from the results of a query for findings. You can also configure a findings filter to suppress (automatically archive) findings that match the filter's criteria. For more information, see `Filtering Macie findings <https://docs.aws.amazon.com/macie/latest/user/findings-filter-overview.html>`_ in the *Amazon Macie User Guide* .
1257
1257
 
1258
1258
  :param eq: The value for the specified property matches (equals) the specified value. If you specify multiple values, Amazon Macie uses OR logic to join the values.
1259
1259
  :param gt: The value for the specified property is greater than the specified value.
@@ -1384,7 +1384,7 @@ class CfnFindingsFilter(
1384
1384
  ) -> None:
1385
1385
  '''Specifies, as a map, one or more property-based conditions for a findings filter.
1386
1386
 
1387
- A *findings filter* , also referred to as a *filter rule* , is a set of custom criteria that specifies which findings to include or exclude from the results of a query for findings. You can also configure a findings filter to suppress (automatically archive) findings that match the filter's criteria. For more information, see `Filtering findings <https://docs.aws.amazon.com/macie/latest/user/findings-filter-overview.html>`_ in the *Amazon Macie User Guide* .
1387
+ A *findings filter* , also referred to as a *filter rule* , is a set of custom criteria that specifies which findings to include or exclude from the results of a query for findings. You can also configure a findings filter to suppress (automatically archive) findings that match the filter's criteria. For more information, see `Filtering Macie findings <https://docs.aws.amazon.com/macie/latest/user/findings-filter-overview.html>`_ in the *Amazon Macie User Guide* .
1388
1388
 
1389
1389
  :param criterion: Specifies a condition that defines the property, operator, and one or more values to use to filter the results.
1390
1390
 
@@ -22370,6 +22370,18 @@ class CfnInput(
22370
22370
  url="url",
22371
22371
  username="username"
22372
22372
  )],
22373
+ srt_settings=medialive.CfnInput.SrtSettingsRequestProperty(
22374
+ srt_caller_sources=[medialive.CfnInput.SrtCallerSourceRequestProperty(
22375
+ decryption=medialive.CfnInput.SrtCallerDecryptionRequestProperty(
22376
+ algorithm="algorithm",
22377
+ passphrase_secret_arn="passphraseSecretArn"
22378
+ ),
22379
+ minimum_latency=123,
22380
+ srt_listener_address="srtListenerAddress",
22381
+ srt_listener_port="srtListenerPort",
22382
+ stream_id="streamId"
22383
+ )]
22384
+ ),
22373
22385
  tags=tags,
22374
22386
  type="type",
22375
22387
  vpc=medialive.CfnInput.InputVpcRequestProperty(
@@ -22391,6 +22403,7 @@ class CfnInput(
22391
22403
  name: typing.Optional[builtins.str] = None,
22392
22404
  role_arn: typing.Optional[builtins.str] = None,
22393
22405
  sources: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnInput.InputSourceRequestProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
22406
+ srt_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnInput.SrtSettingsRequestProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
22394
22407
  tags: typing.Any = None,
22395
22408
  type: typing.Optional[builtins.str] = None,
22396
22409
  vpc: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnInput.InputVpcRequestProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -22405,6 +22418,7 @@ class CfnInput(
22405
22418
  :param name: A name for the input.
22406
22419
  :param role_arn: The IAM role for MediaLive to assume when creating a MediaConnect input or Amazon VPC input. This doesn't apply to other types of inputs. The role is identified by its ARN.
22407
22420
  :param sources: Settings that apply only if the input is a pull type of input.
22421
+ :param srt_settings:
22408
22422
  :param tags: A collection of tags for this input. Each tag is a key-value pair.
22409
22423
  :param type: The type for this input.
22410
22424
  :param vpc: Settings that apply only if the input is an push input where the source is on Amazon VPC.
@@ -22421,6 +22435,7 @@ class CfnInput(
22421
22435
  name=name,
22422
22436
  role_arn=role_arn,
22423
22437
  sources=sources,
22438
+ srt_settings=srt_settings,
22424
22439
  tags=tags,
22425
22440
  type=type,
22426
22441
  vpc=vpc,
@@ -22625,6 +22640,23 @@ class CfnInput(
22625
22640
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
22626
22641
  jsii.set(self, "sources", value) # pyright: ignore[reportArgumentType]
22627
22642
 
22643
+ @builtins.property
22644
+ @jsii.member(jsii_name="srtSettings")
22645
+ def srt_settings(
22646
+ self,
22647
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnInput.SrtSettingsRequestProperty"]]:
22648
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnInput.SrtSettingsRequestProperty"]], jsii.get(self, "srtSettings"))
22649
+
22650
+ @srt_settings.setter
22651
+ def srt_settings(
22652
+ self,
22653
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnInput.SrtSettingsRequestProperty"]],
22654
+ ) -> None:
22655
+ if __debug__:
22656
+ type_hints = typing.get_type_hints(_typecheckingstub__a4ba24e3c418be19be8d83700db7c5458b9a7b7560b1d9bcb5f371c89a322da3)
22657
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
22658
+ jsii.set(self, "srtSettings", value) # pyright: ignore[reportArgumentType]
22659
+
22628
22660
  @builtins.property
22629
22661
  @jsii.member(jsii_name="tagsRaw")
22630
22662
  def tags_raw(self) -> typing.Any:
@@ -23055,6 +23087,260 @@ class CfnInput(
23055
23087
  k + "=" + repr(v) for k, v in self._values.items()
23056
23088
  )
23057
23089
 
23090
+ @jsii.data_type(
23091
+ jsii_type="aws-cdk-lib.aws_medialive.CfnInput.SrtCallerDecryptionRequestProperty",
23092
+ jsii_struct_bases=[],
23093
+ name_mapping={
23094
+ "algorithm": "algorithm",
23095
+ "passphrase_secret_arn": "passphraseSecretArn",
23096
+ },
23097
+ )
23098
+ class SrtCallerDecryptionRequestProperty:
23099
+ def __init__(
23100
+ self,
23101
+ *,
23102
+ algorithm: typing.Optional[builtins.str] = None,
23103
+ passphrase_secret_arn: typing.Optional[builtins.str] = None,
23104
+ ) -> None:
23105
+ '''
23106
+ :param algorithm:
23107
+ :param passphrase_secret_arn:
23108
+
23109
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-srtcallerdecryptionrequest.html
23110
+ :exampleMetadata: fixture=_generated
23111
+
23112
+ Example::
23113
+
23114
+ # The code below shows an example of how to instantiate this type.
23115
+ # The values are placeholders you should change.
23116
+ from aws_cdk import aws_medialive as medialive
23117
+
23118
+ srt_caller_decryption_request_property = medialive.CfnInput.SrtCallerDecryptionRequestProperty(
23119
+ algorithm="algorithm",
23120
+ passphrase_secret_arn="passphraseSecretArn"
23121
+ )
23122
+ '''
23123
+ if __debug__:
23124
+ type_hints = typing.get_type_hints(_typecheckingstub__a48539048d4094feb1f4e829c3ed788b34316d1a6c3bdbe1afc101e5c521ba86)
23125
+ check_type(argname="argument algorithm", value=algorithm, expected_type=type_hints["algorithm"])
23126
+ check_type(argname="argument passphrase_secret_arn", value=passphrase_secret_arn, expected_type=type_hints["passphrase_secret_arn"])
23127
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
23128
+ if algorithm is not None:
23129
+ self._values["algorithm"] = algorithm
23130
+ if passphrase_secret_arn is not None:
23131
+ self._values["passphrase_secret_arn"] = passphrase_secret_arn
23132
+
23133
+ @builtins.property
23134
+ def algorithm(self) -> typing.Optional[builtins.str]:
23135
+ '''
23136
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-srtcallerdecryptionrequest.html#cfn-medialive-input-srtcallerdecryptionrequest-algorithm
23137
+ '''
23138
+ result = self._values.get("algorithm")
23139
+ return typing.cast(typing.Optional[builtins.str], result)
23140
+
23141
+ @builtins.property
23142
+ def passphrase_secret_arn(self) -> typing.Optional[builtins.str]:
23143
+ '''
23144
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-srtcallerdecryptionrequest.html#cfn-medialive-input-srtcallerdecryptionrequest-passphrasesecretarn
23145
+ '''
23146
+ result = self._values.get("passphrase_secret_arn")
23147
+ return typing.cast(typing.Optional[builtins.str], result)
23148
+
23149
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
23150
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
23151
+
23152
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
23153
+ return not (rhs == self)
23154
+
23155
+ def __repr__(self) -> str:
23156
+ return "SrtCallerDecryptionRequestProperty(%s)" % ", ".join(
23157
+ k + "=" + repr(v) for k, v in self._values.items()
23158
+ )
23159
+
23160
+ @jsii.data_type(
23161
+ jsii_type="aws-cdk-lib.aws_medialive.CfnInput.SrtCallerSourceRequestProperty",
23162
+ jsii_struct_bases=[],
23163
+ name_mapping={
23164
+ "decryption": "decryption",
23165
+ "minimum_latency": "minimumLatency",
23166
+ "srt_listener_address": "srtListenerAddress",
23167
+ "srt_listener_port": "srtListenerPort",
23168
+ "stream_id": "streamId",
23169
+ },
23170
+ )
23171
+ class SrtCallerSourceRequestProperty:
23172
+ def __init__(
23173
+ self,
23174
+ *,
23175
+ decryption: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnInput.SrtCallerDecryptionRequestProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
23176
+ minimum_latency: typing.Optional[jsii.Number] = None,
23177
+ srt_listener_address: typing.Optional[builtins.str] = None,
23178
+ srt_listener_port: typing.Optional[builtins.str] = None,
23179
+ stream_id: typing.Optional[builtins.str] = None,
23180
+ ) -> None:
23181
+ '''
23182
+ :param decryption:
23183
+ :param minimum_latency:
23184
+ :param srt_listener_address:
23185
+ :param srt_listener_port:
23186
+ :param stream_id:
23187
+
23188
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-srtcallersourcerequest.html
23189
+ :exampleMetadata: fixture=_generated
23190
+
23191
+ Example::
23192
+
23193
+ # The code below shows an example of how to instantiate this type.
23194
+ # The values are placeholders you should change.
23195
+ from aws_cdk import aws_medialive as medialive
23196
+
23197
+ srt_caller_source_request_property = medialive.CfnInput.SrtCallerSourceRequestProperty(
23198
+ decryption=medialive.CfnInput.SrtCallerDecryptionRequestProperty(
23199
+ algorithm="algorithm",
23200
+ passphrase_secret_arn="passphraseSecretArn"
23201
+ ),
23202
+ minimum_latency=123,
23203
+ srt_listener_address="srtListenerAddress",
23204
+ srt_listener_port="srtListenerPort",
23205
+ stream_id="streamId"
23206
+ )
23207
+ '''
23208
+ if __debug__:
23209
+ type_hints = typing.get_type_hints(_typecheckingstub__7bf119ee0f687572e2c9f413504fcb4e4104e865e6c928864a59bc0eb2b14c89)
23210
+ check_type(argname="argument decryption", value=decryption, expected_type=type_hints["decryption"])
23211
+ check_type(argname="argument minimum_latency", value=minimum_latency, expected_type=type_hints["minimum_latency"])
23212
+ check_type(argname="argument srt_listener_address", value=srt_listener_address, expected_type=type_hints["srt_listener_address"])
23213
+ check_type(argname="argument srt_listener_port", value=srt_listener_port, expected_type=type_hints["srt_listener_port"])
23214
+ check_type(argname="argument stream_id", value=stream_id, expected_type=type_hints["stream_id"])
23215
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
23216
+ if decryption is not None:
23217
+ self._values["decryption"] = decryption
23218
+ if minimum_latency is not None:
23219
+ self._values["minimum_latency"] = minimum_latency
23220
+ if srt_listener_address is not None:
23221
+ self._values["srt_listener_address"] = srt_listener_address
23222
+ if srt_listener_port is not None:
23223
+ self._values["srt_listener_port"] = srt_listener_port
23224
+ if stream_id is not None:
23225
+ self._values["stream_id"] = stream_id
23226
+
23227
+ @builtins.property
23228
+ def decryption(
23229
+ self,
23230
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnInput.SrtCallerDecryptionRequestProperty"]]:
23231
+ '''
23232
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-srtcallersourcerequest.html#cfn-medialive-input-srtcallersourcerequest-decryption
23233
+ '''
23234
+ result = self._values.get("decryption")
23235
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnInput.SrtCallerDecryptionRequestProperty"]], result)
23236
+
23237
+ @builtins.property
23238
+ def minimum_latency(self) -> typing.Optional[jsii.Number]:
23239
+ '''
23240
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-srtcallersourcerequest.html#cfn-medialive-input-srtcallersourcerequest-minimumlatency
23241
+ '''
23242
+ result = self._values.get("minimum_latency")
23243
+ return typing.cast(typing.Optional[jsii.Number], result)
23244
+
23245
+ @builtins.property
23246
+ def srt_listener_address(self) -> typing.Optional[builtins.str]:
23247
+ '''
23248
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-srtcallersourcerequest.html#cfn-medialive-input-srtcallersourcerequest-srtlisteneraddress
23249
+ '''
23250
+ result = self._values.get("srt_listener_address")
23251
+ return typing.cast(typing.Optional[builtins.str], result)
23252
+
23253
+ @builtins.property
23254
+ def srt_listener_port(self) -> typing.Optional[builtins.str]:
23255
+ '''
23256
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-srtcallersourcerequest.html#cfn-medialive-input-srtcallersourcerequest-srtlistenerport
23257
+ '''
23258
+ result = self._values.get("srt_listener_port")
23259
+ return typing.cast(typing.Optional[builtins.str], result)
23260
+
23261
+ @builtins.property
23262
+ def stream_id(self) -> typing.Optional[builtins.str]:
23263
+ '''
23264
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-srtcallersourcerequest.html#cfn-medialive-input-srtcallersourcerequest-streamid
23265
+ '''
23266
+ result = self._values.get("stream_id")
23267
+ return typing.cast(typing.Optional[builtins.str], result)
23268
+
23269
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
23270
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
23271
+
23272
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
23273
+ return not (rhs == self)
23274
+
23275
+ def __repr__(self) -> str:
23276
+ return "SrtCallerSourceRequestProperty(%s)" % ", ".join(
23277
+ k + "=" + repr(v) for k, v in self._values.items()
23278
+ )
23279
+
23280
+ @jsii.data_type(
23281
+ jsii_type="aws-cdk-lib.aws_medialive.CfnInput.SrtSettingsRequestProperty",
23282
+ jsii_struct_bases=[],
23283
+ name_mapping={"srt_caller_sources": "srtCallerSources"},
23284
+ )
23285
+ class SrtSettingsRequestProperty:
23286
+ def __init__(
23287
+ self,
23288
+ *,
23289
+ srt_caller_sources: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnInput.SrtCallerSourceRequestProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
23290
+ ) -> None:
23291
+ '''
23292
+ :param srt_caller_sources:
23293
+
23294
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-srtsettingsrequest.html
23295
+ :exampleMetadata: fixture=_generated
23296
+
23297
+ Example::
23298
+
23299
+ # The code below shows an example of how to instantiate this type.
23300
+ # The values are placeholders you should change.
23301
+ from aws_cdk import aws_medialive as medialive
23302
+
23303
+ srt_settings_request_property = medialive.CfnInput.SrtSettingsRequestProperty(
23304
+ srt_caller_sources=[medialive.CfnInput.SrtCallerSourceRequestProperty(
23305
+ decryption=medialive.CfnInput.SrtCallerDecryptionRequestProperty(
23306
+ algorithm="algorithm",
23307
+ passphrase_secret_arn="passphraseSecretArn"
23308
+ ),
23309
+ minimum_latency=123,
23310
+ srt_listener_address="srtListenerAddress",
23311
+ srt_listener_port="srtListenerPort",
23312
+ stream_id="streamId"
23313
+ )]
23314
+ )
23315
+ '''
23316
+ if __debug__:
23317
+ type_hints = typing.get_type_hints(_typecheckingstub__1f4b72d8f4c8216704b3fd806f90e730a140d0fd89ce7ac7a7b91ce08977b73d)
23318
+ check_type(argname="argument srt_caller_sources", value=srt_caller_sources, expected_type=type_hints["srt_caller_sources"])
23319
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
23320
+ if srt_caller_sources is not None:
23321
+ self._values["srt_caller_sources"] = srt_caller_sources
23322
+
23323
+ @builtins.property
23324
+ def srt_caller_sources(
23325
+ self,
23326
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnInput.SrtCallerSourceRequestProperty"]]]]:
23327
+ '''
23328
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-srtsettingsrequest.html#cfn-medialive-input-srtsettingsrequest-srtcallersources
23329
+ '''
23330
+ result = self._values.get("srt_caller_sources")
23331
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnInput.SrtCallerSourceRequestProperty"]]]], result)
23332
+
23333
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
23334
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
23335
+
23336
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
23337
+ return not (rhs == self)
23338
+
23339
+ def __repr__(self) -> str:
23340
+ return "SrtSettingsRequestProperty(%s)" % ", ".join(
23341
+ k + "=" + repr(v) for k, v in self._values.items()
23342
+ )
23343
+
23058
23344
 
23059
23345
  @jsii.data_type(
23060
23346
  jsii_type="aws-cdk-lib.aws_medialive.CfnInputProps",
@@ -23067,6 +23353,7 @@ class CfnInput(
23067
23353
  "name": "name",
23068
23354
  "role_arn": "roleArn",
23069
23355
  "sources": "sources",
23356
+ "srt_settings": "srtSettings",
23070
23357
  "tags": "tags",
23071
23358
  "type": "type",
23072
23359
  "vpc": "vpc",
@@ -23083,6 +23370,7 @@ class CfnInputProps:
23083
23370
  name: typing.Optional[builtins.str] = None,
23084
23371
  role_arn: typing.Optional[builtins.str] = None,
23085
23372
  sources: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.InputSourceRequestProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
23373
+ srt_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.SrtSettingsRequestProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
23086
23374
  tags: typing.Any = None,
23087
23375
  type: typing.Optional[builtins.str] = None,
23088
23376
  vpc: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.InputVpcRequestProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -23096,6 +23384,7 @@ class CfnInputProps:
23096
23384
  :param name: A name for the input.
23097
23385
  :param role_arn: The IAM role for MediaLive to assume when creating a MediaConnect input or Amazon VPC input. This doesn't apply to other types of inputs. The role is identified by its ARN.
23098
23386
  :param sources: Settings that apply only if the input is a pull type of input.
23387
+ :param srt_settings:
23099
23388
  :param tags: A collection of tags for this input. Each tag is a key-value pair.
23100
23389
  :param type: The type for this input.
23101
23390
  :param vpc: Settings that apply only if the input is an push input where the source is on Amazon VPC.
@@ -23129,6 +23418,18 @@ class CfnInputProps:
23129
23418
  url="url",
23130
23419
  username="username"
23131
23420
  )],
23421
+ srt_settings=medialive.CfnInput.SrtSettingsRequestProperty(
23422
+ srt_caller_sources=[medialive.CfnInput.SrtCallerSourceRequestProperty(
23423
+ decryption=medialive.CfnInput.SrtCallerDecryptionRequestProperty(
23424
+ algorithm="algorithm",
23425
+ passphrase_secret_arn="passphraseSecretArn"
23426
+ ),
23427
+ minimum_latency=123,
23428
+ srt_listener_address="srtListenerAddress",
23429
+ srt_listener_port="srtListenerPort",
23430
+ stream_id="streamId"
23431
+ )]
23432
+ ),
23132
23433
  tags=tags,
23133
23434
  type="type",
23134
23435
  vpc=medialive.CfnInput.InputVpcRequestProperty(
@@ -23146,6 +23447,7 @@ class CfnInputProps:
23146
23447
  check_type(argname="argument name", value=name, expected_type=type_hints["name"])
23147
23448
  check_type(argname="argument role_arn", value=role_arn, expected_type=type_hints["role_arn"])
23148
23449
  check_type(argname="argument sources", value=sources, expected_type=type_hints["sources"])
23450
+ check_type(argname="argument srt_settings", value=srt_settings, expected_type=type_hints["srt_settings"])
23149
23451
  check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
23150
23452
  check_type(argname="argument type", value=type, expected_type=type_hints["type"])
23151
23453
  check_type(argname="argument vpc", value=vpc, expected_type=type_hints["vpc"])
@@ -23164,6 +23466,8 @@ class CfnInputProps:
23164
23466
  self._values["role_arn"] = role_arn
23165
23467
  if sources is not None:
23166
23468
  self._values["sources"] = sources
23469
+ if srt_settings is not None:
23470
+ self._values["srt_settings"] = srt_settings
23167
23471
  if tags is not None:
23168
23472
  self._values["tags"] = tags
23169
23473
  if type is not None:
@@ -23244,6 +23548,16 @@ class CfnInputProps:
23244
23548
  result = self._values.get("sources")
23245
23549
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnInput.InputSourceRequestProperty]]]], result)
23246
23550
 
23551
+ @builtins.property
23552
+ def srt_settings(
23553
+ self,
23554
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnInput.SrtSettingsRequestProperty]]:
23555
+ '''
23556
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-srtsettings
23557
+ '''
23558
+ result = self._values.get("srt_settings")
23559
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnInput.SrtSettingsRequestProperty]], result)
23560
+
23247
23561
  @builtins.property
23248
23562
  def tags(self) -> typing.Any:
23249
23563
  '''A collection of tags for this input.
@@ -27050,6 +27364,7 @@ def _typecheckingstub__c37c21db5712f0e670f3144efc99d8c9ed0a67af3bc5d9018df305c7e
27050
27364
  name: typing.Optional[builtins.str] = None,
27051
27365
  role_arn: typing.Optional[builtins.str] = None,
27052
27366
  sources: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.InputSourceRequestProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
27367
+ srt_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.SrtSettingsRequestProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
27053
27368
  tags: typing.Any = None,
27054
27369
  type: typing.Optional[builtins.str] = None,
27055
27370
  vpc: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.InputVpcRequestProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -27111,6 +27426,12 @@ def _typecheckingstub__1e2140b67b560eb9a66e34c68eb67fd4ee61037201bd2a5b844eaf6d2
27111
27426
  """Type checking stubs"""
27112
27427
  pass
27113
27428
 
27429
+ def _typecheckingstub__a4ba24e3c418be19be8d83700db7c5458b9a7b7560b1d9bcb5f371c89a322da3(
27430
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnInput.SrtSettingsRequestProperty]],
27431
+ ) -> None:
27432
+ """Type checking stubs"""
27433
+ pass
27434
+
27114
27435
  def _typecheckingstub__4cb0b4312f5bf2286fec4a480d4c11d73095bd5e3394f8191687cad43833f859(
27115
27436
  value: typing.Any,
27116
27437
  ) -> None:
@@ -27174,6 +27495,32 @@ def _typecheckingstub__9ac1510d8a06ea8e4310734088ce61190f4c874d079179e9dad6ae76a
27174
27495
  """Type checking stubs"""
27175
27496
  pass
27176
27497
 
27498
+ def _typecheckingstub__a48539048d4094feb1f4e829c3ed788b34316d1a6c3bdbe1afc101e5c521ba86(
27499
+ *,
27500
+ algorithm: typing.Optional[builtins.str] = None,
27501
+ passphrase_secret_arn: typing.Optional[builtins.str] = None,
27502
+ ) -> None:
27503
+ """Type checking stubs"""
27504
+ pass
27505
+
27506
+ def _typecheckingstub__7bf119ee0f687572e2c9f413504fcb4e4104e865e6c928864a59bc0eb2b14c89(
27507
+ *,
27508
+ decryption: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.SrtCallerDecryptionRequestProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
27509
+ minimum_latency: typing.Optional[jsii.Number] = None,
27510
+ srt_listener_address: typing.Optional[builtins.str] = None,
27511
+ srt_listener_port: typing.Optional[builtins.str] = None,
27512
+ stream_id: typing.Optional[builtins.str] = None,
27513
+ ) -> None:
27514
+ """Type checking stubs"""
27515
+ pass
27516
+
27517
+ def _typecheckingstub__1f4b72d8f4c8216704b3fd806f90e730a140d0fd89ce7ac7a7b91ce08977b73d(
27518
+ *,
27519
+ srt_caller_sources: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.SrtCallerSourceRequestProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
27520
+ ) -> None:
27521
+ """Type checking stubs"""
27522
+ pass
27523
+
27177
27524
  def _typecheckingstub__f5e4e9b50624e42353cf086c51b3b7174a3d994bf1dc422fe68231305af4a8c7(
27178
27525
  *,
27179
27526
  destinations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.InputDestinationRequestProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
@@ -27183,6 +27530,7 @@ def _typecheckingstub__f5e4e9b50624e42353cf086c51b3b7174a3d994bf1dc422fe68231305
27183
27530
  name: typing.Optional[builtins.str] = None,
27184
27531
  role_arn: typing.Optional[builtins.str] = None,
27185
27532
  sources: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.InputSourceRequestProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
27533
+ srt_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.SrtSettingsRequestProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
27186
27534
  tags: typing.Any = None,
27187
27535
  type: typing.Optional[builtins.str] = None,
27188
27536
  vpc: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.InputVpcRequestProperty, typing.Dict[builtins.str, typing.Any]]]] = None,