aws-cdk-lib 2.100.0__py3-none-any.whl → 2.101.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/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.100.0.jsii.tgz → aws-cdk-lib@2.101.1.jsii.tgz} +0 -0
- aws_cdk/aws_apigatewayv2/__init__.py +0 -8
- aws_cdk/aws_appconfig/__init__.py +101 -18
- aws_cdk/aws_apprunner/__init__.py +5 -2
- aws_cdk/aws_appstream/__init__.py +18 -26
- aws_cdk/aws_cloudfront/__init__.py +251 -3
- aws_cdk/aws_cloudtrail/__init__.py +47 -3
- aws_cdk/aws_cognito/__init__.py +414 -8
- aws_cdk/aws_dlm/__init__.py +10 -9
- aws_cdk/aws_ec2/__init__.py +308 -179
- aws_cdk/aws_events/__init__.py +62 -86
- aws_cdk/aws_fms/__init__.py +3 -3
- aws_cdk/aws_grafana/__init__.py +4 -4
- aws_cdk/aws_greengrassv2/__init__.py +1 -8
- aws_cdk/aws_iot/__init__.py +714 -0
- aws_cdk/aws_iotsitewise/__init__.py +3 -3
- aws_cdk/aws_kinesisanalytics/__init__.py +15 -15
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +15 -15
- aws_cdk/aws_kinesisfirehose/__init__.py +87 -40
- aws_cdk/aws_lambda/__init__.py +34 -4
- aws_cdk/aws_lightsail/__init__.py +3 -1
- aws_cdk/aws_mediatailor/__init__.py +24 -1
- aws_cdk/aws_quicksight/__init__.py +2508 -55
- aws_cdk/aws_rds/__init__.py +121 -51
- aws_cdk/aws_sagemaker/__init__.py +5 -3
- aws_cdk/aws_sns/__init__.py +42 -5
- aws_cdk/aws_ssm/__init__.py +0 -8
- aws_cdk/aws_stepfunctions/__init__.py +233 -16
- aws_cdk/aws_stepfunctions_tasks/__init__.py +926 -27
- aws_cdk/aws_transfer/__init__.py +4 -4
- aws_cdk/aws_workspacesweb/__init__.py +3 -3
- {aws_cdk_lib-2.100.0.dist-info → aws_cdk_lib-2.101.1.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.100.0.dist-info → aws_cdk_lib-2.101.1.dist-info}/RECORD +38 -38
- {aws_cdk_lib-2.100.0.dist-info → aws_cdk_lib-2.101.1.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.100.0.dist-info → aws_cdk_lib-2.101.1.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.100.0.dist-info → aws_cdk_lib-2.101.1.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.100.0.dist-info → aws_cdk_lib-2.101.1.dist-info}/top_level.txt +0 -0
|
@@ -439,9 +439,10 @@ class CfnDeliveryStream(
|
|
|
439
439
|
interval_in_seconds: typing.Optional[jsii.Number] = None,
|
|
440
440
|
size_in_m_bs: typing.Optional[jsii.Number] = None,
|
|
441
441
|
) -> None:
|
|
442
|
-
'''
|
|
443
|
-
|
|
444
|
-
:param
|
|
442
|
+
'''Describes the buffering to perform before delivering data to the Serverless offering for Amazon OpenSearch Service destination.
|
|
443
|
+
|
|
444
|
+
:param interval_in_seconds: Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300 (5 minutes).
|
|
445
|
+
:param size_in_m_bs: Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5. We recommend setting this parameter to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, the value should be 10 MB or higher.
|
|
445
446
|
|
|
446
447
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessbufferinghints.html
|
|
447
448
|
:exampleMetadata: fixture=_generated
|
|
@@ -469,7 +470,10 @@ class CfnDeliveryStream(
|
|
|
469
470
|
|
|
470
471
|
@builtins.property
|
|
471
472
|
def interval_in_seconds(self) -> typing.Optional[jsii.Number]:
|
|
472
|
-
'''
|
|
473
|
+
'''Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination.
|
|
474
|
+
|
|
475
|
+
The default value is 300 (5 minutes).
|
|
476
|
+
|
|
473
477
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessbufferinghints.html#cfn-kinesisfirehose-deliverystream-amazonopensearchserverlessbufferinghints-intervalinseconds
|
|
474
478
|
'''
|
|
475
479
|
result = self._values.get("interval_in_seconds")
|
|
@@ -477,7 +481,12 @@ class CfnDeliveryStream(
|
|
|
477
481
|
|
|
478
482
|
@builtins.property
|
|
479
483
|
def size_in_m_bs(self) -> typing.Optional[jsii.Number]:
|
|
480
|
-
'''
|
|
484
|
+
'''Buffer incoming data to the specified size, in MBs, before delivering it to the destination.
|
|
485
|
+
|
|
486
|
+
The default value is 5.
|
|
487
|
+
|
|
488
|
+
We recommend setting this parameter to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, the value should be 10 MB or higher.
|
|
489
|
+
|
|
481
490
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessbufferinghints.html#cfn-kinesisfirehose-deliverystream-amazonopensearchserverlessbufferinghints-sizeinmbs
|
|
482
491
|
'''
|
|
483
492
|
result = self._values.get("size_in_m_bs")
|
|
@@ -525,16 +534,17 @@ class CfnDeliveryStream(
|
|
|
525
534
|
s3_backup_mode: typing.Optional[builtins.str] = None,
|
|
526
535
|
vpc_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDeliveryStream.VpcConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
527
536
|
) -> None:
|
|
528
|
-
'''
|
|
529
|
-
|
|
530
|
-
:param
|
|
537
|
+
'''Describes the configuration of a destination in the Serverless offering for Amazon OpenSearch Service.
|
|
538
|
+
|
|
539
|
+
:param index_name: The Serverless offering for Amazon OpenSearch Service index name.
|
|
540
|
+
:param role_arn: The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose for calling the Serverless offering for Amazon OpenSearch Service Configuration API and for indexing documents.
|
|
531
541
|
:param s3_configuration:
|
|
532
|
-
:param buffering_hints:
|
|
542
|
+
:param buffering_hints: The buffering options. If no value is specified, the default values for AmazonopensearchserviceBufferingHints are used.
|
|
533
543
|
:param cloud_watch_logging_options:
|
|
534
|
-
:param collection_endpoint:
|
|
544
|
+
:param collection_endpoint: The endpoint to use when communicating with the collection in the Serverless offering for Amazon OpenSearch Service.
|
|
535
545
|
:param processing_configuration:
|
|
536
|
-
:param retry_options:
|
|
537
|
-
:param s3_backup_mode:
|
|
546
|
+
:param retry_options: The retry behavior in case Kinesis Data Firehose is unable to deliver documents to the Serverless offering for Amazon OpenSearch Service. The default value is 300 (5 minutes).
|
|
547
|
+
:param s3_backup_mode: Defines how documents should be delivered to Amazon S3. When it is set to FailedDocumentsOnly, Kinesis Data Firehose writes any documents that could not be indexed to the configured Amazon S3 destination, with AmazonOpenSearchService-failed/ appended to the key prefix. When set to AllDocuments, Kinesis Data Firehose delivers all incoming records to Amazon S3, and also writes failed documents with AmazonOpenSearchService-failed/ appended to the prefix.
|
|
538
548
|
:param vpc_configuration:
|
|
539
549
|
|
|
540
550
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration.html
|
|
@@ -642,7 +652,8 @@ class CfnDeliveryStream(
|
|
|
642
652
|
|
|
643
653
|
@builtins.property
|
|
644
654
|
def index_name(self) -> builtins.str:
|
|
645
|
-
'''
|
|
655
|
+
'''The Serverless offering for Amazon OpenSearch Service index name.
|
|
656
|
+
|
|
646
657
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration-indexname
|
|
647
658
|
'''
|
|
648
659
|
result = self._values.get("index_name")
|
|
@@ -651,7 +662,8 @@ class CfnDeliveryStream(
|
|
|
651
662
|
|
|
652
663
|
@builtins.property
|
|
653
664
|
def role_arn(self) -> builtins.str:
|
|
654
|
-
'''
|
|
665
|
+
'''The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose for calling the Serverless offering for Amazon OpenSearch Service Configuration API and for indexing documents.
|
|
666
|
+
|
|
655
667
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration-rolearn
|
|
656
668
|
'''
|
|
657
669
|
result = self._values.get("role_arn")
|
|
@@ -673,7 +685,10 @@ class CfnDeliveryStream(
|
|
|
673
685
|
def buffering_hints(
|
|
674
686
|
self,
|
|
675
687
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.AmazonOpenSearchServerlessBufferingHintsProperty"]]:
|
|
676
|
-
'''
|
|
688
|
+
'''The buffering options.
|
|
689
|
+
|
|
690
|
+
If no value is specified, the default values for AmazonopensearchserviceBufferingHints are used.
|
|
691
|
+
|
|
677
692
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration-bufferinghints
|
|
678
693
|
'''
|
|
679
694
|
result = self._values.get("buffering_hints")
|
|
@@ -691,7 +706,8 @@ class CfnDeliveryStream(
|
|
|
691
706
|
|
|
692
707
|
@builtins.property
|
|
693
708
|
def collection_endpoint(self) -> typing.Optional[builtins.str]:
|
|
694
|
-
'''
|
|
709
|
+
'''The endpoint to use when communicating with the collection in the Serverless offering for Amazon OpenSearch Service.
|
|
710
|
+
|
|
695
711
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration-collectionendpoint
|
|
696
712
|
'''
|
|
697
713
|
result = self._values.get("collection_endpoint")
|
|
@@ -711,7 +727,10 @@ class CfnDeliveryStream(
|
|
|
711
727
|
def retry_options(
|
|
712
728
|
self,
|
|
713
729
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.AmazonOpenSearchServerlessRetryOptionsProperty"]]:
|
|
714
|
-
'''
|
|
730
|
+
'''The retry behavior in case Kinesis Data Firehose is unable to deliver documents to the Serverless offering for Amazon OpenSearch Service.
|
|
731
|
+
|
|
732
|
+
The default value is 300 (5 minutes).
|
|
733
|
+
|
|
715
734
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration-retryoptions
|
|
716
735
|
'''
|
|
717
736
|
result = self._values.get("retry_options")
|
|
@@ -719,7 +738,10 @@ class CfnDeliveryStream(
|
|
|
719
738
|
|
|
720
739
|
@builtins.property
|
|
721
740
|
def s3_backup_mode(self) -> typing.Optional[builtins.str]:
|
|
722
|
-
'''
|
|
741
|
+
'''Defines how documents should be delivered to Amazon S3.
|
|
742
|
+
|
|
743
|
+
When it is set to FailedDocumentsOnly, Kinesis Data Firehose writes any documents that could not be indexed to the configured Amazon S3 destination, with AmazonOpenSearchService-failed/ appended to the key prefix. When set to AllDocuments, Kinesis Data Firehose delivers all incoming records to Amazon S3, and also writes failed documents with AmazonOpenSearchService-failed/ appended to the prefix.
|
|
744
|
+
|
|
723
745
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration-s3backupmode
|
|
724
746
|
'''
|
|
725
747
|
result = self._values.get("s3_backup_mode")
|
|
@@ -757,8 +779,9 @@ class CfnDeliveryStream(
|
|
|
757
779
|
*,
|
|
758
780
|
duration_in_seconds: typing.Optional[jsii.Number] = None,
|
|
759
781
|
) -> None:
|
|
760
|
-
'''
|
|
761
|
-
|
|
782
|
+
'''Configures retry behavior in case Kinesis Data Firehose is unable to deliver documents to the Serverless offering for Amazon OpenSearch Service.
|
|
783
|
+
|
|
784
|
+
:param duration_in_seconds: After an initial failure to deliver to the Serverless offering for Amazon OpenSearch Service, the total amount of time during which Kinesis Data Firehose retries delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. Default value is 300 seconds (5 minutes). A value of 0 (zero) results in no retries.
|
|
762
785
|
|
|
763
786
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessretryoptions.html
|
|
764
787
|
:exampleMetadata: fixture=_generated
|
|
@@ -782,7 +805,10 @@ class CfnDeliveryStream(
|
|
|
782
805
|
|
|
783
806
|
@builtins.property
|
|
784
807
|
def duration_in_seconds(self) -> typing.Optional[jsii.Number]:
|
|
785
|
-
'''
|
|
808
|
+
'''After an initial failure to deliver to the Serverless offering for Amazon OpenSearch Service, the total amount of time during which Kinesis Data Firehose retries delivery (including the first attempt).
|
|
809
|
+
|
|
810
|
+
After this time has elapsed, the failed documents are written to Amazon S3. Default value is 300 seconds (5 minutes). A value of 0 (zero) results in no retries.
|
|
811
|
+
|
|
786
812
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessretryoptions.html#cfn-kinesisfirehose-deliverystream-amazonopensearchserverlessretryoptions-durationinseconds
|
|
787
813
|
'''
|
|
788
814
|
result = self._values.get("duration_in_seconds")
|
|
@@ -923,7 +949,7 @@ class CfnDeliveryStream(
|
|
|
923
949
|
:param buffering_hints: The buffering options. If no value is specified, the default values for AmazonopensearchserviceBufferingHints are used.
|
|
924
950
|
:param cloud_watch_logging_options: Describes the Amazon CloudWatch logging options for your delivery stream.
|
|
925
951
|
:param cluster_endpoint: The endpoint to use when communicating with the cluster. Specify either this ClusterEndpoint or the DomainARN field.
|
|
926
|
-
:param document_id_options:
|
|
952
|
+
:param document_id_options: Indicates the method for setting up document ID. The supported methods are Kinesis Data Firehose generated document ID and OpenSearch Service generated document ID.
|
|
927
953
|
:param domain_arn: The ARN of the Amazon OpenSearch Service domain.
|
|
928
954
|
:param index_rotation_period: The Amazon OpenSearch Service index rotation period. Index rotation appends a timestamp to the IndexName to facilitate the expiration of old data.
|
|
929
955
|
:param processing_configuration: Describes a data processing configuration.
|
|
@@ -1124,7 +1150,10 @@ class CfnDeliveryStream(
|
|
|
1124
1150
|
def document_id_options(
|
|
1125
1151
|
self,
|
|
1126
1152
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.DocumentIdOptionsProperty"]]:
|
|
1127
|
-
'''
|
|
1153
|
+
'''Indicates the method for setting up document ID.
|
|
1154
|
+
|
|
1155
|
+
The supported methods are Kinesis Data Firehose generated document ID and OpenSearch Service generated document ID.
|
|
1156
|
+
|
|
1128
1157
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchservicedestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-amazonopensearchservicedestinationconfiguration-documentidoptions
|
|
1129
1158
|
'''
|
|
1130
1159
|
result = self._values.get("document_id_options")
|
|
@@ -1283,9 +1312,10 @@ class CfnDeliveryStream(
|
|
|
1283
1312
|
connectivity: builtins.str,
|
|
1284
1313
|
role_arn: builtins.str,
|
|
1285
1314
|
) -> None:
|
|
1286
|
-
'''
|
|
1287
|
-
|
|
1288
|
-
:param
|
|
1315
|
+
'''The authentication configuration of the Amazon MSK cluster.
|
|
1316
|
+
|
|
1317
|
+
:param connectivity: The type of connectivity used to access the Amazon MSK cluster.
|
|
1318
|
+
:param role_arn: The ARN of the role used to access the Amazon MSK cluster.
|
|
1289
1319
|
|
|
1290
1320
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-authenticationconfiguration.html
|
|
1291
1321
|
:exampleMetadata: fixture=_generated
|
|
@@ -1312,7 +1342,8 @@ class CfnDeliveryStream(
|
|
|
1312
1342
|
|
|
1313
1343
|
@builtins.property
|
|
1314
1344
|
def connectivity(self) -> builtins.str:
|
|
1315
|
-
'''
|
|
1345
|
+
'''The type of connectivity used to access the Amazon MSK cluster.
|
|
1346
|
+
|
|
1316
1347
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-authenticationconfiguration.html#cfn-kinesisfirehose-deliverystream-authenticationconfiguration-connectivity
|
|
1317
1348
|
'''
|
|
1318
1349
|
result = self._values.get("connectivity")
|
|
@@ -1321,7 +1352,8 @@ class CfnDeliveryStream(
|
|
|
1321
1352
|
|
|
1322
1353
|
@builtins.property
|
|
1323
1354
|
def role_arn(self) -> builtins.str:
|
|
1324
|
-
'''
|
|
1355
|
+
'''The ARN of the role used to access the Amazon MSK cluster.
|
|
1356
|
+
|
|
1325
1357
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-authenticationconfiguration.html#cfn-kinesisfirehose-deliverystream-authenticationconfiguration-rolearn
|
|
1326
1358
|
'''
|
|
1327
1359
|
result = self._values.get("role_arn")
|
|
@@ -1955,8 +1987,11 @@ class CfnDeliveryStream(
|
|
|
1955
1987
|
)
|
|
1956
1988
|
class DocumentIdOptionsProperty:
|
|
1957
1989
|
def __init__(self, *, default_document_id_format: builtins.str) -> None:
|
|
1958
|
-
'''
|
|
1959
|
-
|
|
1990
|
+
'''Indicates the method for setting up document ID.
|
|
1991
|
+
|
|
1992
|
+
The supported methods are Kinesis Data Firehose generated document ID and OpenSearch Service generated document ID.
|
|
1993
|
+
|
|
1994
|
+
:param default_document_id_format: When the ``FIREHOSE_DEFAULT`` option is chosen, Kinesis Data Firehose generates a unique document ID for each record based on a unique internal identifier. The generated document ID is stable across multiple delivery attempts, which helps prevent the same record from being indexed multiple times with different document IDs. When the ``NO_DOCUMENT_ID`` option is chosen, Kinesis Data Firehose does not include any document IDs in the requests it sends to the Amazon OpenSearch Service. This causes the Amazon OpenSearch Service domain to generate document IDs. In case of multiple delivery attempts, this may cause the same record to be indexed more than once with different document IDs. This option enables write-heavy operations, such as the ingestion of logs and observability data, to consume less resources in the Amazon OpenSearch Service domain, resulting in improved performance.
|
|
1960
1995
|
|
|
1961
1996
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-documentidoptions.html
|
|
1962
1997
|
:exampleMetadata: fixture=_generated
|
|
@@ -1980,7 +2015,12 @@ class CfnDeliveryStream(
|
|
|
1980
2015
|
|
|
1981
2016
|
@builtins.property
|
|
1982
2017
|
def default_document_id_format(self) -> builtins.str:
|
|
1983
|
-
'''
|
|
2018
|
+
'''When the ``FIREHOSE_DEFAULT`` option is chosen, Kinesis Data Firehose generates a unique document ID for each record based on a unique internal identifier.
|
|
2019
|
+
|
|
2020
|
+
The generated document ID is stable across multiple delivery attempts, which helps prevent the same record from being indexed multiple times with different document IDs.
|
|
2021
|
+
|
|
2022
|
+
When the ``NO_DOCUMENT_ID`` option is chosen, Kinesis Data Firehose does not include any document IDs in the requests it sends to the Amazon OpenSearch Service. This causes the Amazon OpenSearch Service domain to generate document IDs. In case of multiple delivery attempts, this may cause the same record to be indexed more than once with different document IDs. This option enables write-heavy operations, such as the ingestion of logs and observability data, to consume less resources in the Amazon OpenSearch Service domain, resulting in improved performance.
|
|
2023
|
+
|
|
1984
2024
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-documentidoptions.html#cfn-kinesisfirehose-deliverystream-documentidoptions-defaultdocumentidformat
|
|
1985
2025
|
'''
|
|
1986
2026
|
result = self._values.get("default_document_id_format")
|
|
@@ -2202,7 +2242,7 @@ class CfnDeliveryStream(
|
|
|
2202
2242
|
:param buffering_hints: Configures how Kinesis Data Firehose buffers incoming data while delivering it to the Amazon ES domain.
|
|
2203
2243
|
:param cloud_watch_logging_options: The Amazon CloudWatch Logs logging options for the delivery stream.
|
|
2204
2244
|
:param cluster_endpoint: The endpoint to use when communicating with the cluster. Specify either this ``ClusterEndpoint`` or the ``DomainARN`` field.
|
|
2205
|
-
:param document_id_options:
|
|
2245
|
+
:param document_id_options: Indicates the method for setting up document ID. The supported methods are Kinesis Data Firehose generated document ID and OpenSearch Service generated document ID.
|
|
2206
2246
|
:param domain_arn: The ARN of the Amazon ES domain. The IAM role must have permissions for ``DescribeElasticsearchDomain`` , ``DescribeElasticsearchDomains`` , and ``DescribeElasticsearchDomainConfig`` after assuming the role specified in *RoleARN* . Specify either ``ClusterEndpoint`` or ``DomainARN`` .
|
|
2207
2247
|
:param index_rotation_period: The frequency of Elasticsearch index rotation. If you enable index rotation, Kinesis Data Firehose appends a portion of the UTC arrival timestamp to the specified index name, and rotates the appended timestamp accordingly. For more information, see `Index Rotation for the Amazon ES Destination <https://docs.aws.amazon.com/firehose/latest/dev/basic-deliver.html#es-index-rotation>`_ in the *Amazon Kinesis Data Firehose Developer Guide* .
|
|
2208
2248
|
:param processing_configuration: The data processing configuration for the Kinesis Data Firehose delivery stream.
|
|
@@ -2403,7 +2443,10 @@ class CfnDeliveryStream(
|
|
|
2403
2443
|
def document_id_options(
|
|
2404
2444
|
self,
|
|
2405
2445
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.DocumentIdOptionsProperty"]]:
|
|
2406
|
-
'''
|
|
2446
|
+
'''Indicates the method for setting up document ID.
|
|
2447
|
+
|
|
2448
|
+
The supported methods are Kinesis Data Firehose generated document ID and OpenSearch Service generated document ID.
|
|
2449
|
+
|
|
2407
2450
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-documentidoptions
|
|
2408
2451
|
'''
|
|
2409
2452
|
result = self._values.get("document_id_options")
|
|
@@ -3796,10 +3839,11 @@ class CfnDeliveryStream(
|
|
|
3796
3839
|
msk_cluster_arn: builtins.str,
|
|
3797
3840
|
topic_name: builtins.str,
|
|
3798
3841
|
) -> None:
|
|
3799
|
-
'''
|
|
3800
|
-
|
|
3801
|
-
:param
|
|
3802
|
-
:param
|
|
3842
|
+
'''The configuration for the Amazon MSK cluster to be used as the source for a delivery stream.
|
|
3843
|
+
|
|
3844
|
+
:param authentication_configuration: The authentication configuration of the Amazon MSK cluster.
|
|
3845
|
+
:param msk_cluster_arn: The ARN of the Amazon MSK cluster.
|
|
3846
|
+
:param topic_name: The topic name within the Amazon MSK cluster.
|
|
3803
3847
|
|
|
3804
3848
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-msksourceconfiguration.html
|
|
3805
3849
|
:exampleMetadata: fixture=_generated
|
|
@@ -3834,7 +3878,8 @@ class CfnDeliveryStream(
|
|
|
3834
3878
|
def authentication_configuration(
|
|
3835
3879
|
self,
|
|
3836
3880
|
) -> typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.AuthenticationConfigurationProperty"]:
|
|
3837
|
-
'''
|
|
3881
|
+
'''The authentication configuration of the Amazon MSK cluster.
|
|
3882
|
+
|
|
3838
3883
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-msksourceconfiguration.html#cfn-kinesisfirehose-deliverystream-msksourceconfiguration-authenticationconfiguration
|
|
3839
3884
|
'''
|
|
3840
3885
|
result = self._values.get("authentication_configuration")
|
|
@@ -3843,7 +3888,8 @@ class CfnDeliveryStream(
|
|
|
3843
3888
|
|
|
3844
3889
|
@builtins.property
|
|
3845
3890
|
def msk_cluster_arn(self) -> builtins.str:
|
|
3846
|
-
'''
|
|
3891
|
+
'''The ARN of the Amazon MSK cluster.
|
|
3892
|
+
|
|
3847
3893
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-msksourceconfiguration.html#cfn-kinesisfirehose-deliverystream-msksourceconfiguration-mskclusterarn
|
|
3848
3894
|
'''
|
|
3849
3895
|
result = self._values.get("msk_cluster_arn")
|
|
@@ -3852,7 +3898,8 @@ class CfnDeliveryStream(
|
|
|
3852
3898
|
|
|
3853
3899
|
@builtins.property
|
|
3854
3900
|
def topic_name(self) -> builtins.str:
|
|
3855
|
-
'''
|
|
3901
|
+
'''The topic name within the Amazon MSK cluster.
|
|
3902
|
+
|
|
3856
3903
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-msksourceconfiguration.html#cfn-kinesisfirehose-deliverystream-msksourceconfiguration-topicname
|
|
3857
3904
|
'''
|
|
3858
3905
|
result = self._values.get("topic_name")
|
aws_cdk/aws_lambda/__init__.py
CHANGED
|
@@ -1517,6 +1517,12 @@ class AdotLambdaLayerGenericVersion(
|
|
|
1517
1517
|
'''Version 0.82.0.'''
|
|
1518
1518
|
return typing.cast("AdotLambdaLayerGenericVersion", jsii.sget(cls, "V0_82_0"))
|
|
1519
1519
|
|
|
1520
|
+
@jsii.python.classproperty
|
|
1521
|
+
@jsii.member(jsii_name="V0_84_0")
|
|
1522
|
+
def V0_84_0(cls) -> "AdotLambdaLayerGenericVersion":
|
|
1523
|
+
'''Version 0.84.0.'''
|
|
1524
|
+
return typing.cast("AdotLambdaLayerGenericVersion", jsii.sget(cls, "V0_84_0"))
|
|
1525
|
+
|
|
1520
1526
|
@builtins.property
|
|
1521
1527
|
@jsii.member(jsii_name="layerVersion")
|
|
1522
1528
|
def _layer_version(self) -> builtins.str:
|
|
@@ -1579,6 +1585,12 @@ class AdotLambdaLayerJavaAutoInstrumentationVersion(
|
|
|
1579
1585
|
'''Version 1.28.1.'''
|
|
1580
1586
|
return typing.cast("AdotLambdaLayerJavaAutoInstrumentationVersion", jsii.sget(cls, "V1_28_1"))
|
|
1581
1587
|
|
|
1588
|
+
@jsii.python.classproperty
|
|
1589
|
+
@jsii.member(jsii_name="V1_30_0")
|
|
1590
|
+
def V1_30_0(cls) -> "AdotLambdaLayerJavaAutoInstrumentationVersion":
|
|
1591
|
+
'''Version 1.30.0.'''
|
|
1592
|
+
return typing.cast("AdotLambdaLayerJavaAutoInstrumentationVersion", jsii.sget(cls, "V1_30_0"))
|
|
1593
|
+
|
|
1582
1594
|
@builtins.property
|
|
1583
1595
|
@jsii.member(jsii_name="layerVersion")
|
|
1584
1596
|
def _layer_version(self) -> builtins.str:
|
|
@@ -1642,6 +1654,12 @@ class AdotLambdaLayerJavaScriptSdkVersion(
|
|
|
1642
1654
|
'''Version 1.15.0.'''
|
|
1643
1655
|
return typing.cast("AdotLambdaLayerJavaScriptSdkVersion", jsii.sget(cls, "V1_15_0_1"))
|
|
1644
1656
|
|
|
1657
|
+
@jsii.python.classproperty
|
|
1658
|
+
@jsii.member(jsii_name="V1_16_0")
|
|
1659
|
+
def V1_16_0(cls) -> "AdotLambdaLayerJavaScriptSdkVersion":
|
|
1660
|
+
'''Version 1.16.0.'''
|
|
1661
|
+
return typing.cast("AdotLambdaLayerJavaScriptSdkVersion", jsii.sget(cls, "V1_16_0"))
|
|
1662
|
+
|
|
1645
1663
|
@jsii.python.classproperty
|
|
1646
1664
|
@jsii.member(jsii_name="V1_7_0")
|
|
1647
1665
|
def V1_7_0(cls) -> "AdotLambdaLayerJavaScriptSdkVersion":
|
|
@@ -1708,6 +1726,12 @@ class AdotLambdaLayerJavaSdkVersion(
|
|
|
1708
1726
|
'''Version 1.28.1.'''
|
|
1709
1727
|
return typing.cast("AdotLambdaLayerJavaSdkVersion", jsii.sget(cls, "V1_28_1"))
|
|
1710
1728
|
|
|
1729
|
+
@jsii.python.classproperty
|
|
1730
|
+
@jsii.member(jsii_name="V1_30_0")
|
|
1731
|
+
def V1_30_0(cls) -> "AdotLambdaLayerJavaSdkVersion":
|
|
1732
|
+
'''Version 1.30.0.'''
|
|
1733
|
+
return typing.cast("AdotLambdaLayerJavaSdkVersion", jsii.sget(cls, "V1_30_0"))
|
|
1734
|
+
|
|
1711
1735
|
@builtins.property
|
|
1712
1736
|
@jsii.member(jsii_name="layerVersion")
|
|
1713
1737
|
def _layer_version(self) -> builtins.str:
|
|
@@ -1800,6 +1824,12 @@ class AdotLambdaLayerPythonSdkVersion(
|
|
|
1800
1824
|
'''Version 1.19.0.'''
|
|
1801
1825
|
return typing.cast("AdotLambdaLayerPythonSdkVersion", jsii.sget(cls, "V1_19_0_1"))
|
|
1802
1826
|
|
|
1827
|
+
@jsii.python.classproperty
|
|
1828
|
+
@jsii.member(jsii_name="V1_20_0")
|
|
1829
|
+
def V1_20_0(cls) -> "AdotLambdaLayerPythonSdkVersion":
|
|
1830
|
+
'''Version 1.20.0.'''
|
|
1831
|
+
return typing.cast("AdotLambdaLayerPythonSdkVersion", jsii.sget(cls, "V1_20_0"))
|
|
1832
|
+
|
|
1803
1833
|
@builtins.property
|
|
1804
1834
|
@jsii.member(jsii_name="layerVersion")
|
|
1805
1835
|
def _layer_version(self) -> builtins.str:
|
|
@@ -5942,7 +5972,7 @@ class CfnFunction(
|
|
|
5942
5972
|
:param image_config: Configuration values that override the container image Dockerfile settings. For more information, see `Container image settings <https://docs.aws.amazon.com/lambda/latest/dg/images-create.html#images-parms>`_ .
|
|
5943
5973
|
:param kms_key_arn: The ARN of the AWS Key Management Service ( AWS KMS ) customer managed key that's used to encrypt your function's `environment variables <https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html#configuration-envvars-encryption>`_ . When `Lambda SnapStart <https://docs.aws.amazon.com/lambda/latest/dg/snapstart-security.html>`_ is activated, Lambda also uses this key is to encrypt your function's snapshot. If you deploy your function using a container image, Lambda also uses this key to encrypt your function when it's deployed. Note that this is not the same key that's used to protect your container image in the Amazon Elastic Container Registry (Amazon ECR). If you don't provide a customer managed key, Lambda uses a default service key.
|
|
5944
5974
|
:param layers: A list of `function layers <https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html>`_ to add to the function's execution environment. Specify each layer by its ARN, including the version.
|
|
5945
|
-
:param memory_size: The amount of `memory available to the function <https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-memory-console>`_ at runtime. Increasing the function memory also increases its CPU allocation. The default value is 128 MB. The value can be any multiple of 1 MB.
|
|
5975
|
+
:param memory_size: The amount of `memory available to the function <https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-memory-console>`_ at runtime. Increasing the function memory also increases its CPU allocation. The default value is 128 MB. The value can be any multiple of 1 MB. Note that new AWS accounts have reduced concurrency and memory quotas. AWS raises these quotas automatically based on your usage. You can also request a quota increase.
|
|
5946
5976
|
:param package_type: The type of deployment package. Set to ``Image`` for container image and set ``Zip`` for .zip file archive.
|
|
5947
5977
|
:param reserved_concurrent_executions: The number of simultaneous executions to reserve for the function.
|
|
5948
5978
|
:param runtime: The identifier of the function's `runtime <https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html>`_ . Runtime is required if the deployment package is a .zip file archive. The following list includes deprecated runtimes. For more information, see `Runtime deprecation policy <https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy>`_ .
|
|
@@ -6278,7 +6308,7 @@ class CfnFunction(
|
|
|
6278
6308
|
@builtins.property
|
|
6279
6309
|
@jsii.member(jsii_name="memorySize")
|
|
6280
6310
|
def memory_size(self) -> typing.Optional[jsii.Number]:
|
|
6281
|
-
'''The amount of `memory available to the function <https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-memory-console>`_ at runtime. Increasing the function memory also increases its CPU allocation. The default value is 128 MB. The value can be any multiple of 1 MB.'''
|
|
6311
|
+
'''The amount of `memory available to the function <https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-memory-console>`_ at runtime. Increasing the function memory also increases its CPU allocation. The default value is 128 MB. The value can be any multiple of 1 MB. Note that new AWS accounts have reduced concurrency and memory quotas. AWS raises these quotas automatically based on your usage. You can also request a quota increase.'''
|
|
6282
6312
|
return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "memorySize"))
|
|
6283
6313
|
|
|
6284
6314
|
@memory_size.setter
|
|
@@ -7313,7 +7343,7 @@ class CfnFunctionProps:
|
|
|
7313
7343
|
:param image_config: Configuration values that override the container image Dockerfile settings. For more information, see `Container image settings <https://docs.aws.amazon.com/lambda/latest/dg/images-create.html#images-parms>`_ .
|
|
7314
7344
|
:param kms_key_arn: The ARN of the AWS Key Management Service ( AWS KMS ) customer managed key that's used to encrypt your function's `environment variables <https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html#configuration-envvars-encryption>`_ . When `Lambda SnapStart <https://docs.aws.amazon.com/lambda/latest/dg/snapstart-security.html>`_ is activated, Lambda also uses this key is to encrypt your function's snapshot. If you deploy your function using a container image, Lambda also uses this key to encrypt your function when it's deployed. Note that this is not the same key that's used to protect your container image in the Amazon Elastic Container Registry (Amazon ECR). If you don't provide a customer managed key, Lambda uses a default service key.
|
|
7315
7345
|
:param layers: A list of `function layers <https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html>`_ to add to the function's execution environment. Specify each layer by its ARN, including the version.
|
|
7316
|
-
:param memory_size: The amount of `memory available to the function <https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-memory-console>`_ at runtime. Increasing the function memory also increases its CPU allocation. The default value is 128 MB. The value can be any multiple of 1 MB.
|
|
7346
|
+
:param memory_size: The amount of `memory available to the function <https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-memory-console>`_ at runtime. Increasing the function memory also increases its CPU allocation. The default value is 128 MB. The value can be any multiple of 1 MB. Note that new AWS accounts have reduced concurrency and memory quotas. AWS raises these quotas automatically based on your usage. You can also request a quota increase.
|
|
7317
7347
|
:param package_type: The type of deployment package. Set to ``Image`` for container image and set ``Zip`` for .zip file archive.
|
|
7318
7348
|
:param reserved_concurrent_executions: The number of simultaneous executions to reserve for the function.
|
|
7319
7349
|
:param runtime: The identifier of the function's `runtime <https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html>`_ . Runtime is required if the deployment package is a .zip file archive. The following list includes deprecated runtimes. For more information, see `Runtime deprecation policy <https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy>`_ .
|
|
@@ -7634,7 +7664,7 @@ class CfnFunctionProps:
|
|
|
7634
7664
|
|
|
7635
7665
|
@builtins.property
|
|
7636
7666
|
def memory_size(self) -> typing.Optional[jsii.Number]:
|
|
7637
|
-
'''The amount of `memory available to the function <https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-memory-console>`_ at runtime. Increasing the function memory also increases its CPU allocation. The default value is 128 MB. The value can be any multiple of 1 MB.
|
|
7667
|
+
'''The amount of `memory available to the function <https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-memory-console>`_ at runtime. Increasing the function memory also increases its CPU allocation. The default value is 128 MB. The value can be any multiple of 1 MB. Note that new AWS accounts have reduced concurrency and memory quotas. AWS raises these quotas automatically based on your usage. You can also request a quota increase.
|
|
7638
7668
|
|
|
7639
7669
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-memorysize
|
|
7640
7670
|
'''
|
|
@@ -1976,7 +1976,7 @@ class CfnContainer(
|
|
|
1976
1976
|
'''Describes the IAM role that you can use to grant a Lightsail container service access to Amazon ECR private repositories.
|
|
1977
1977
|
|
|
1978
1978
|
:param is_active: A boolean value that indicates whether the ``ECRImagePullerRole`` is active.
|
|
1979
|
-
:param principal_arn: The principle Amazon Resource Name (ARN) of the role.
|
|
1979
|
+
:param principal_arn: The principle Amazon Resource Name (ARN) of the role. This property is read-only.
|
|
1980
1980
|
|
|
1981
1981
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-container-ecrimagepullerrole.html
|
|
1982
1982
|
:exampleMetadata: fixture=_generated
|
|
@@ -2017,6 +2017,8 @@ class CfnContainer(
|
|
|
2017
2017
|
def principal_arn(self) -> typing.Optional[builtins.str]:
|
|
2018
2018
|
'''The principle Amazon Resource Name (ARN) of the role.
|
|
2019
2019
|
|
|
2020
|
+
This property is read-only.
|
|
2021
|
+
|
|
2020
2022
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-container-ecrimagepullerrole.html#cfn-lightsail-container-ecrimagepullerrole-principalarn
|
|
2021
2023
|
'''
|
|
2022
2024
|
result = self._values.get("principal_arn")
|
|
@@ -85,6 +85,7 @@ class CfnChannel(
|
|
|
85
85
|
suggested_presentation_delay_seconds=123
|
|
86
86
|
),
|
|
87
87
|
hls_playlist_settings=mediatailor.CfnChannel.HlsPlaylistSettingsProperty(
|
|
88
|
+
ad_markup_type=["adMarkupType"],
|
|
88
89
|
manifest_window_seconds=123
|
|
89
90
|
)
|
|
90
91
|
)],
|
|
@@ -419,16 +420,21 @@ class CfnChannel(
|
|
|
419
420
|
@jsii.data_type(
|
|
420
421
|
jsii_type="aws-cdk-lib.aws_mediatailor.CfnChannel.HlsPlaylistSettingsProperty",
|
|
421
422
|
jsii_struct_bases=[],
|
|
422
|
-
name_mapping={
|
|
423
|
+
name_mapping={
|
|
424
|
+
"ad_markup_type": "adMarkupType",
|
|
425
|
+
"manifest_window_seconds": "manifestWindowSeconds",
|
|
426
|
+
},
|
|
423
427
|
)
|
|
424
428
|
class HlsPlaylistSettingsProperty:
|
|
425
429
|
def __init__(
|
|
426
430
|
self,
|
|
427
431
|
*,
|
|
432
|
+
ad_markup_type: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
428
433
|
manifest_window_seconds: typing.Optional[jsii.Number] = None,
|
|
429
434
|
) -> None:
|
|
430
435
|
'''HLS playlist configuration parameters.
|
|
431
436
|
|
|
437
|
+
:param ad_markup_type: Specify DATERANGE to use DATERANGE tags (for live or VOD content). Specify SCTE35_ENHANCED to use EXT-X-CUE-OUT and EXT-X-CUE-IN tags (for VOD content only).
|
|
432
438
|
:param manifest_window_seconds: The total duration (in seconds) of each manifest. Minimum value: ``30`` seconds. Maximum value: ``3600`` seconds. Default: - 0
|
|
433
439
|
|
|
434
440
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-channel-hlsplaylistsettings.html
|
|
@@ -441,16 +447,30 @@ class CfnChannel(
|
|
|
441
447
|
from aws_cdk import aws_mediatailor as mediatailor
|
|
442
448
|
|
|
443
449
|
hls_playlist_settings_property = mediatailor.CfnChannel.HlsPlaylistSettingsProperty(
|
|
450
|
+
ad_markup_type=["adMarkupType"],
|
|
444
451
|
manifest_window_seconds=123
|
|
445
452
|
)
|
|
446
453
|
'''
|
|
447
454
|
if __debug__:
|
|
448
455
|
type_hints = typing.get_type_hints(_typecheckingstub__e31cc39cb17d92681c3726ed02355f545c95afa6883032b1e93af1c43179acc2)
|
|
456
|
+
check_type(argname="argument ad_markup_type", value=ad_markup_type, expected_type=type_hints["ad_markup_type"])
|
|
449
457
|
check_type(argname="argument manifest_window_seconds", value=manifest_window_seconds, expected_type=type_hints["manifest_window_seconds"])
|
|
450
458
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
459
|
+
if ad_markup_type is not None:
|
|
460
|
+
self._values["ad_markup_type"] = ad_markup_type
|
|
451
461
|
if manifest_window_seconds is not None:
|
|
452
462
|
self._values["manifest_window_seconds"] = manifest_window_seconds
|
|
453
463
|
|
|
464
|
+
@builtins.property
|
|
465
|
+
def ad_markup_type(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
466
|
+
'''
|
|
467
|
+
Specify DATERANGE to use DATERANGE tags (for live or VOD content). Specify SCTE35_ENHANCED to use EXT-X-CUE-OUT and EXT-X-CUE-IN tags (for VOD content only).
|
|
468
|
+
|
|
469
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-channel-hlsplaylistsettings.html#cfn-mediatailor-channel-hlsplaylistsettings-admarkuptype
|
|
470
|
+
'''
|
|
471
|
+
result = self._values.get("ad_markup_type")
|
|
472
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
473
|
+
|
|
454
474
|
@builtins.property
|
|
455
475
|
def manifest_window_seconds(self) -> typing.Optional[jsii.Number]:
|
|
456
476
|
'''The total duration (in seconds) of each manifest.
|
|
@@ -577,6 +597,7 @@ class CfnChannel(
|
|
|
577
597
|
suggested_presentation_delay_seconds=123
|
|
578
598
|
),
|
|
579
599
|
hls_playlist_settings=mediatailor.CfnChannel.HlsPlaylistSettingsProperty(
|
|
600
|
+
ad_markup_type=["adMarkupType"],
|
|
580
601
|
manifest_window_seconds=123
|
|
581
602
|
)
|
|
582
603
|
)
|
|
@@ -968,6 +989,7 @@ class CfnChannelProps:
|
|
|
968
989
|
suggested_presentation_delay_seconds=123
|
|
969
990
|
),
|
|
970
991
|
hls_playlist_settings=mediatailor.CfnChannel.HlsPlaylistSettingsProperty(
|
|
992
|
+
ad_markup_type=["adMarkupType"],
|
|
971
993
|
manifest_window_seconds=123
|
|
972
994
|
)
|
|
973
995
|
)],
|
|
@@ -4107,6 +4129,7 @@ def _typecheckingstub__e53b76fce032c9b5b0b3ab03b03ec40f7f01e061c77ffbd9e3b010105
|
|
|
4107
4129
|
|
|
4108
4130
|
def _typecheckingstub__e31cc39cb17d92681c3726ed02355f545c95afa6883032b1e93af1c43179acc2(
|
|
4109
4131
|
*,
|
|
4132
|
+
ad_markup_type: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
4110
4133
|
manifest_window_seconds: typing.Optional[jsii.Number] = None,
|
|
4111
4134
|
) -> None:
|
|
4112
4135
|
"""Type checking stubs"""
|