aws-cdk-lib 2.75.1__py3-none-any.whl → 2.76.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 +245 -259
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.75.1.jsii.tgz → aws-cdk-lib@2.76.0.jsii.tgz} +0 -0
- aws_cdk/aws_amplifyuibuilder/__init__.py +184 -216
- aws_cdk/aws_apigateway/__init__.py +95 -148
- aws_cdk/aws_appconfig/__init__.py +8 -4
- aws_cdk/aws_appflow/__init__.py +27 -52
- aws_cdk/aws_appmesh/__init__.py +91 -200
- aws_cdk/aws_apprunner/__init__.py +4 -16
- aws_cdk/aws_appstream/__init__.py +18 -82
- aws_cdk/aws_athena/__init__.py +18 -32
- aws_cdk/aws_backup/__init__.py +48 -86
- aws_cdk/aws_billingconductor/__init__.py +12 -7
- aws_cdk/aws_budgets/__init__.py +8 -17
- aws_cdk/aws_certificatemanager/__init__.py +7 -4
- aws_cdk/aws_cloudfront/__init__.py +14 -11
- aws_cdk/aws_cloudfront_origins/__init__.py +18 -8
- aws_cdk/aws_cloudtrail/__init__.py +7 -10
- aws_cdk/aws_cloudwatch/__init__.py +63 -35
- aws_cdk/aws_codebuild/__init__.py +10 -13
- aws_cdk/aws_codecommit/__init__.py +0 -1
- aws_cdk/aws_codedeploy/__init__.py +165 -162
- aws_cdk/aws_codepipeline/__init__.py +0 -4
- aws_cdk/aws_codepipeline_actions/__init__.py +16 -164
- aws_cdk/aws_cognito/__init__.py +195 -100
- aws_cdk/aws_config/__init__.py +28 -51
- aws_cdk/aws_connectcampaigns/__init__.py +5 -6
- aws_cdk/aws_databrew/__init__.py +5 -6
- aws_cdk/aws_dlm/__init__.py +33 -71
- aws_cdk/aws_docdb/__init__.py +20 -76
- aws_cdk/aws_dynamodb/__init__.py +7 -14
- aws_cdk/aws_ec2/__init__.py +1846 -421
- aws_cdk/aws_ecr/__init__.py +1 -2
- aws_cdk/aws_ecr_assets/__init__.py +27 -14
- aws_cdk/aws_ecs/__init__.py +241 -111
- aws_cdk/aws_ecs_patterns/__init__.py +13 -11
- aws_cdk/aws_eks/__init__.py +13 -8
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -9
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +142 -82
- aws_cdk/aws_elasticloadbalancingv2_actions/__init__.py +126 -61
- aws_cdk/aws_elasticsearch/__init__.py +0 -7
- aws_cdk/aws_emr/__init__.py +7 -16
- aws_cdk/aws_emrserverless/__init__.py +14 -18
- aws_cdk/aws_events/__init__.py +33 -29
- aws_cdk/aws_events_targets/__init__.py +248 -89
- aws_cdk/aws_frauddetector/__init__.py +3 -4
- aws_cdk/aws_fsx/__init__.py +13 -7
- aws_cdk/aws_gamelift/__init__.py +11 -20
- aws_cdk/aws_iam/__init__.py +21 -25
- aws_cdk/aws_imagebuilder/__init__.py +58 -80
- aws_cdk/aws_iot/__init__.py +16 -10
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +16 -26
- aws_cdk/aws_iotevents/__init__.py +6 -4
- aws_cdk/aws_iotfleetwise/__init__.py +27 -40
- aws_cdk/aws_iotsitewise/__init__.py +8 -5
- aws_cdk/aws_kinesisfirehose/__init__.py +21 -38
- aws_cdk/aws_lambda/__init__.py +59 -48
- aws_cdk/aws_lambda_event_sources/__init__.py +6 -21
- aws_cdk/aws_logs/__init__.py +5 -7
- aws_cdk/aws_macie/__init__.py +22 -15
- aws_cdk/aws_mediaconnect/__init__.py +5 -8
- aws_cdk/aws_medialive/__init__.py +2 -4
- aws_cdk/aws_mediapackage/__init__.py +9 -18
- aws_cdk/aws_memorydb/__init__.py +5 -10
- aws_cdk/aws_mwaa/__init__.py +8 -4
- aws_cdk/aws_nimblestudio/__init__.py +25 -45
- aws_cdk/aws_opensearchservice/__init__.py +0 -1
- aws_cdk/aws_panorama/__init__.py +11 -12
- aws_cdk/aws_personalize/__init__.py +46 -72
- aws_cdk/aws_pinpoint/__init__.py +36 -65
- aws_cdk/aws_quicksight/__init__.py +9972 -13374
- aws_cdk/aws_rds/__init__.py +23 -22
- aws_cdk/aws_route53/__init__.py +8 -16
- aws_cdk/aws_route53_targets/__init__.py +2 -4
- aws_cdk/aws_s3/__init__.py +25 -85
- aws_cdk/aws_s3_notifications/__init__.py +0 -3
- aws_cdk/aws_sagemaker/__init__.py +6 -2
- aws_cdk/aws_secretsmanager/__init__.py +17 -14
- aws_cdk/aws_servicecatalog/__init__.py +58 -82
- aws_cdk/aws_servicediscovery/__init__.py +4 -6
- aws_cdk/aws_ses/__init__.py +21 -34
- aws_cdk/aws_sns/__init__.py +4 -8
- aws_cdk/aws_ssm/__init__.py +19 -23
- aws_cdk/aws_ssmcontacts/__init__.py +10 -6
- aws_cdk/aws_stepfunctions/__init__.py +3 -12
- aws_cdk/aws_stepfunctions_tasks/__init__.py +7 -12
- aws_cdk/aws_timestream/__init__.py +22 -28
- aws_cdk/aws_xray/__init__.py +15 -22
- aws_cdk/cloud_assembly_schema/__init__.py +14 -6
- aws_cdk/custom_resources/__init__.py +2 -3
- aws_cdk/pipelines/__init__.py +84 -134
- aws_cdk/triggers/__init__.py +46 -61
- {aws_cdk_lib-2.75.1.dist-info → aws_cdk_lib-2.76.0.dist-info}/METADATA +47 -92
- {aws_cdk_lib-2.75.1.dist-info → aws_cdk_lib-2.76.0.dist-info}/RECORD +98 -98
- {aws_cdk_lib-2.75.1.dist-info → aws_cdk_lib-2.76.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.75.1.dist-info → aws_cdk_lib-2.76.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.75.1.dist-info → aws_cdk_lib-2.76.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.75.1.dist-info → aws_cdk_lib-2.76.0.dist-info}/top_level.txt +0 -0
|
@@ -249,16 +249,12 @@ The following code sets up a self managed Kafka cluster as an event source. User
|
|
|
249
249
|
will need to be set up as described in [Managing access and permissions](https://docs.aws.amazon.com/lambda/latest/dg/smaa-permissions.html#smaa-permissions-add-secret).
|
|
250
250
|
|
|
251
251
|
```python
|
|
252
|
-
# Example automatically generated from non-compiling source. May contain errors.
|
|
253
252
|
from aws_cdk.aws_secretsmanager import Secret
|
|
254
253
|
from aws_cdk.aws_lambda_event_sources import SelfManagedKafkaEventSource
|
|
255
254
|
|
|
256
255
|
# The secret that allows access to your self hosted Kafka cluster
|
|
257
256
|
# secret: Secret
|
|
258
257
|
|
|
259
|
-
# (Optional) The secret containing the root CA certificate that your Kafka brokers use for TLS encryption
|
|
260
|
-
# encryption: Secret
|
|
261
|
-
|
|
262
258
|
# my_function: lambda.Function
|
|
263
259
|
|
|
264
260
|
|
|
@@ -269,15 +265,14 @@ bootstrap_servers = ["kafka-broker:9092"]
|
|
|
269
265
|
topic = "some-cool-topic"
|
|
270
266
|
|
|
271
267
|
# (Optional) The consumer group id to use when connecting to the Kafka broker. If omitted the UUID of the event source mapping will be used.
|
|
272
|
-
|
|
268
|
+
consumer_group_id = "my-consumer-group-id"
|
|
273
269
|
my_function.add_event_source(SelfManagedKafkaEventSource(
|
|
274
270
|
bootstrap_servers=bootstrap_servers,
|
|
275
271
|
topic=topic,
|
|
276
272
|
consumer_group_id=consumer_group_id,
|
|
277
273
|
secret=secret,
|
|
278
274
|
batch_size=100, # default
|
|
279
|
-
starting_position=lambda_.StartingPosition.TRIM_HORIZON
|
|
280
|
-
encryption=encryption
|
|
275
|
+
starting_position=lambda_.StartingPosition.TRIM_HORIZON
|
|
281
276
|
))
|
|
282
277
|
```
|
|
283
278
|
|
|
@@ -1147,16 +1142,12 @@ class SelfManagedKafkaEventSourceProps(KafkaEventSourceProps):
|
|
|
1147
1142
|
|
|
1148
1143
|
Example::
|
|
1149
1144
|
|
|
1150
|
-
# Example automatically generated from non-compiling source. May contain errors.
|
|
1151
1145
|
from aws_cdk.aws_secretsmanager import Secret
|
|
1152
1146
|
from aws_cdk.aws_lambda_event_sources import SelfManagedKafkaEventSource
|
|
1153
1147
|
|
|
1154
1148
|
# The secret that allows access to your self hosted Kafka cluster
|
|
1155
1149
|
# secret: Secret
|
|
1156
1150
|
|
|
1157
|
-
# (Optional) The secret containing the root CA certificate that your Kafka brokers use for TLS encryption
|
|
1158
|
-
# encryption: Secret
|
|
1159
|
-
|
|
1160
1151
|
# my_function: lambda.Function
|
|
1161
1152
|
|
|
1162
1153
|
|
|
@@ -1167,15 +1158,14 @@ class SelfManagedKafkaEventSourceProps(KafkaEventSourceProps):
|
|
|
1167
1158
|
topic = "some-cool-topic"
|
|
1168
1159
|
|
|
1169
1160
|
# (Optional) The consumer group id to use when connecting to the Kafka broker. If omitted the UUID of the event source mapping will be used.
|
|
1170
|
-
|
|
1161
|
+
consumer_group_id = "my-consumer-group-id"
|
|
1171
1162
|
my_function.add_event_source(SelfManagedKafkaEventSource(
|
|
1172
1163
|
bootstrap_servers=bootstrap_servers,
|
|
1173
1164
|
topic=topic,
|
|
1174
1165
|
consumer_group_id=consumer_group_id,
|
|
1175
1166
|
secret=secret,
|
|
1176
1167
|
batch_size=100, # default
|
|
1177
|
-
starting_position=lambda_.StartingPosition.TRIM_HORIZON
|
|
1178
|
-
encryption=encryption
|
|
1168
|
+
starting_position=lambda_.StartingPosition.TRIM_HORIZON
|
|
1179
1169
|
))
|
|
1180
1170
|
'''
|
|
1181
1171
|
if isinstance(vpc_subnets, dict):
|
|
@@ -3119,16 +3109,12 @@ class SelfManagedKafkaEventSource(
|
|
|
3119
3109
|
|
|
3120
3110
|
Example::
|
|
3121
3111
|
|
|
3122
|
-
# Example automatically generated from non-compiling source. May contain errors.
|
|
3123
3112
|
from aws_cdk.aws_secretsmanager import Secret
|
|
3124
3113
|
from aws_cdk.aws_lambda_event_sources import SelfManagedKafkaEventSource
|
|
3125
3114
|
|
|
3126
3115
|
# The secret that allows access to your self hosted Kafka cluster
|
|
3127
3116
|
# secret: Secret
|
|
3128
3117
|
|
|
3129
|
-
# (Optional) The secret containing the root CA certificate that your Kafka brokers use for TLS encryption
|
|
3130
|
-
# encryption: Secret
|
|
3131
|
-
|
|
3132
3118
|
# my_function: lambda.Function
|
|
3133
3119
|
|
|
3134
3120
|
|
|
@@ -3139,15 +3125,14 @@ class SelfManagedKafkaEventSource(
|
|
|
3139
3125
|
topic = "some-cool-topic"
|
|
3140
3126
|
|
|
3141
3127
|
# (Optional) The consumer group id to use when connecting to the Kafka broker. If omitted the UUID of the event source mapping will be used.
|
|
3142
|
-
|
|
3128
|
+
consumer_group_id = "my-consumer-group-id"
|
|
3143
3129
|
my_function.add_event_source(SelfManagedKafkaEventSource(
|
|
3144
3130
|
bootstrap_servers=bootstrap_servers,
|
|
3145
3131
|
topic=topic,
|
|
3146
3132
|
consumer_group_id=consumer_group_id,
|
|
3147
3133
|
secret=secret,
|
|
3148
3134
|
batch_size=100, # default
|
|
3149
|
-
starting_position=lambda_.StartingPosition.TRIM_HORIZON
|
|
3150
|
-
encryption=encryption
|
|
3135
|
+
starting_position=lambda_.StartingPosition.TRIM_HORIZON
|
|
3151
3136
|
))
|
|
3152
3137
|
'''
|
|
3153
3138
|
|
aws_cdk/aws_logs/__init__.py
CHANGED
|
@@ -172,7 +172,6 @@ You can expose a metric on a metric filter by calling the `MetricFilter.metric()
|
|
|
172
172
|
This has a default of `statistic = 'avg'` if the statistic is not set in the `props`.
|
|
173
173
|
|
|
174
174
|
```python
|
|
175
|
-
# Example automatically generated from non-compiling source. May contain errors.
|
|
176
175
|
# log_group: logs.LogGroup
|
|
177
176
|
|
|
178
177
|
mf = logs.MetricFilter(self, "MetricFilter",
|
|
@@ -184,7 +183,7 @@ mf = logs.MetricFilter(self, "MetricFilter",
|
|
|
184
183
|
dimensions={
|
|
185
184
|
"ErrorCode": "$.errorCode"
|
|
186
185
|
},
|
|
187
|
-
unit=Unit.MILLISECONDS
|
|
186
|
+
unit=cloudwatch.Unit.MILLISECONDS
|
|
188
187
|
)
|
|
189
188
|
|
|
190
189
|
# expose a metric from the metric filter
|
|
@@ -2301,7 +2300,7 @@ class CfnSubscriptionFilter(
|
|
|
2301
2300
|
:param filter_pattern: The filtering expressions that restrict what gets delivered to the destination AWS resource. For more information about the filter pattern syntax, see `Filter and Pattern Syntax <https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/FilterAndPatternSyntax.html>`_ .
|
|
2302
2301
|
:param log_group_name: The log group to associate with the subscription filter. All log events that are uploaded to this log group are filtered and delivered to the specified AWS resource if the filter pattern matches the log events.
|
|
2303
2302
|
:param distribution: ``AWS::Logs::SubscriptionFilter.Distribution``.
|
|
2304
|
-
:param filter_name:
|
|
2303
|
+
:param filter_name: ``AWS::Logs::SubscriptionFilter.FilterName``.
|
|
2305
2304
|
:param role_arn: The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.
|
|
2306
2305
|
'''
|
|
2307
2306
|
if __debug__:
|
|
@@ -2425,7 +2424,7 @@ class CfnSubscriptionFilter(
|
|
|
2425
2424
|
@builtins.property
|
|
2426
2425
|
@jsii.member(jsii_name="filterName")
|
|
2427
2426
|
def filter_name(self) -> typing.Optional[builtins.str]:
|
|
2428
|
-
'''
|
|
2427
|
+
'''``AWS::Logs::SubscriptionFilter.FilterName``.
|
|
2429
2428
|
|
|
2430
2429
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-logs-subscriptionfilter-filtername
|
|
2431
2430
|
'''
|
|
@@ -2486,7 +2485,7 @@ class CfnSubscriptionFilterProps:
|
|
|
2486
2485
|
:param filter_pattern: The filtering expressions that restrict what gets delivered to the destination AWS resource. For more information about the filter pattern syntax, see `Filter and Pattern Syntax <https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/FilterAndPatternSyntax.html>`_ .
|
|
2487
2486
|
:param log_group_name: The log group to associate with the subscription filter. All log events that are uploaded to this log group are filtered and delivered to the specified AWS resource if the filter pattern matches the log events.
|
|
2488
2487
|
:param distribution: ``AWS::Logs::SubscriptionFilter.Distribution``.
|
|
2489
|
-
:param filter_name:
|
|
2488
|
+
:param filter_name: ``AWS::Logs::SubscriptionFilter.FilterName``.
|
|
2490
2489
|
:param role_arn: The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.
|
|
2491
2490
|
|
|
2492
2491
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html
|
|
@@ -2574,7 +2573,7 @@ class CfnSubscriptionFilterProps:
|
|
|
2574
2573
|
|
|
2575
2574
|
@builtins.property
|
|
2576
2575
|
def filter_name(self) -> typing.Optional[builtins.str]:
|
|
2577
|
-
'''
|
|
2576
|
+
'''``AWS::Logs::SubscriptionFilter.FilterName``.
|
|
2578
2577
|
|
|
2579
2578
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-logs-subscriptionfilter-filtername
|
|
2580
2579
|
'''
|
|
@@ -3520,7 +3519,6 @@ class LogGroup(
|
|
|
3520
3519
|
|
|
3521
3520
|
Example::
|
|
3522
3521
|
|
|
3523
|
-
# Example automatically generated from non-compiling source. May contain errors.
|
|
3524
3522
|
# vpc: ec2.Vpc
|
|
3525
3523
|
|
|
3526
3524
|
|
aws_cdk/aws_macie/__init__.py
CHANGED
|
@@ -1226,13 +1226,16 @@ class CfnFindingsFilter(
|
|
|
1226
1226
|
lte: typing.Optional[jsii.Number] = None,
|
|
1227
1227
|
neq: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
1228
1228
|
) -> None:
|
|
1229
|
-
'''
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
:param
|
|
1234
|
-
:param
|
|
1235
|
-
:param
|
|
1229
|
+
'''Specifies a condition that defines the property, operator, and one or more values to use in a findings filter.
|
|
1230
|
+
|
|
1231
|
+
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* .
|
|
1232
|
+
|
|
1233
|
+
: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.
|
|
1234
|
+
:param gt: The value for the specified property is greater than the specified value.
|
|
1235
|
+
:param gte: The value for the specified property is greater than or equal to the specified value.
|
|
1236
|
+
:param lt: The value for the specified property is less than the specified value.
|
|
1237
|
+
:param lte: The value for the specified property is less than or equal to the specified value.
|
|
1238
|
+
:param neq: The value for the specified property doesn't match (doesn't equal) the specified value. If you specify multiple values, Amazon Macie uses OR logic to join the values.
|
|
1236
1239
|
|
|
1237
1240
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-macie-findingsfilter-criterionadditionalproperties.html
|
|
1238
1241
|
:exampleMetadata: fixture=_generated
|
|
@@ -1276,7 +1279,9 @@ class CfnFindingsFilter(
|
|
|
1276
1279
|
|
|
1277
1280
|
@builtins.property
|
|
1278
1281
|
def eq(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
1279
|
-
'''
|
|
1282
|
+
'''The value for the specified property matches (equals) the specified value.
|
|
1283
|
+
|
|
1284
|
+
If you specify multiple values, Amazon Macie uses OR logic to join the values.
|
|
1280
1285
|
|
|
1281
1286
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-macie-findingsfilter-criterionadditionalproperties.html#cfn-macie-findingsfilter-criterionadditionalproperties-eq
|
|
1282
1287
|
'''
|
|
@@ -1285,7 +1290,7 @@ class CfnFindingsFilter(
|
|
|
1285
1290
|
|
|
1286
1291
|
@builtins.property
|
|
1287
1292
|
def gt(self) -> typing.Optional[jsii.Number]:
|
|
1288
|
-
'''
|
|
1293
|
+
'''The value for the specified property is greater than the specified value.
|
|
1289
1294
|
|
|
1290
1295
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-macie-findingsfilter-criterionadditionalproperties.html#cfn-macie-findingsfilter-criterionadditionalproperties-gt
|
|
1291
1296
|
'''
|
|
@@ -1294,7 +1299,7 @@ class CfnFindingsFilter(
|
|
|
1294
1299
|
|
|
1295
1300
|
@builtins.property
|
|
1296
1301
|
def gte(self) -> typing.Optional[jsii.Number]:
|
|
1297
|
-
'''
|
|
1302
|
+
'''The value for the specified property is greater than or equal to the specified value.
|
|
1298
1303
|
|
|
1299
1304
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-macie-findingsfilter-criterionadditionalproperties.html#cfn-macie-findingsfilter-criterionadditionalproperties-gte
|
|
1300
1305
|
'''
|
|
@@ -1303,7 +1308,7 @@ class CfnFindingsFilter(
|
|
|
1303
1308
|
|
|
1304
1309
|
@builtins.property
|
|
1305
1310
|
def lt(self) -> typing.Optional[jsii.Number]:
|
|
1306
|
-
'''
|
|
1311
|
+
'''The value for the specified property is less than the specified value.
|
|
1307
1312
|
|
|
1308
1313
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-macie-findingsfilter-criterionadditionalproperties.html#cfn-macie-findingsfilter-criterionadditionalproperties-lt
|
|
1309
1314
|
'''
|
|
@@ -1312,7 +1317,7 @@ class CfnFindingsFilter(
|
|
|
1312
1317
|
|
|
1313
1318
|
@builtins.property
|
|
1314
1319
|
def lte(self) -> typing.Optional[jsii.Number]:
|
|
1315
|
-
'''
|
|
1320
|
+
'''The value for the specified property is less than or equal to the specified value.
|
|
1316
1321
|
|
|
1317
1322
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-macie-findingsfilter-criterionadditionalproperties.html#cfn-macie-findingsfilter-criterionadditionalproperties-lte
|
|
1318
1323
|
'''
|
|
@@ -1321,7 +1326,9 @@ class CfnFindingsFilter(
|
|
|
1321
1326
|
|
|
1322
1327
|
@builtins.property
|
|
1323
1328
|
def neq(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
1324
|
-
'''
|
|
1329
|
+
'''The value for the specified property doesn't match (doesn't equal) the specified value.
|
|
1330
|
+
|
|
1331
|
+
If you specify multiple values, Amazon Macie uses OR logic to join the values.
|
|
1325
1332
|
|
|
1326
1333
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-macie-findingsfilter-criterionadditionalproperties.html#cfn-macie-findingsfilter-criterionadditionalproperties-neq
|
|
1327
1334
|
'''
|
|
@@ -1350,9 +1357,9 @@ class CfnFindingsFilter(
|
|
|
1350
1357
|
*,
|
|
1351
1358
|
criterion: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Union["CfnFindingsFilter.CriterionAdditionalPropertiesProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
1352
1359
|
) -> None:
|
|
1353
|
-
'''Specifies, as a map, one or more property-based conditions
|
|
1360
|
+
'''Specifies, as a map, one or more property-based conditions for a findings filter.
|
|
1354
1361
|
|
|
1355
|
-
For more information, see `Filtering findings <https://docs.aws.amazon.com/macie/latest/user/findings-filter-overview.html>`_ in the *Amazon Macie User Guide* .
|
|
1362
|
+
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* .
|
|
1356
1363
|
|
|
1357
1364
|
:param criterion: Specifies a condition that defines the property, operator, and one or more values to use to filter the results.
|
|
1358
1365
|
|
|
@@ -529,7 +529,7 @@ class CfnFlow(
|
|
|
529
529
|
:param failover_mode: The type of failover you choose for this flow. MERGE combines the source streams into a single stream, allowing graceful recovery from any single-source loss. FAILOVER allows switching between different streams.
|
|
530
530
|
:param recovery_window: The size of the buffer (delay) that the service maintains. A larger buffer means a longer delay in transmitting the stream, but more room for error correction. A smaller buffer means a shorter delay, but less room for error correction. You can choose a value from 100-500 ms. If you keep this field blank, the service uses the default value of 200 ms. This setting only applies when Failover Mode is set to MERGE.
|
|
531
531
|
:param source_priority: The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams. This setting only applies when Failover Mode is set to FAILOVER.
|
|
532
|
-
:param state: The state of source failover on the flow. If the state is
|
|
532
|
+
:param state: The state of source failover on the flow. If the state is inactive, the flow can have only one source. If the state is active, the flow can have one or two sources.
|
|
533
533
|
|
|
534
534
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-failoverconfig.html
|
|
535
535
|
:exampleMetadata: fixture=_generated
|
|
@@ -604,7 +604,7 @@ class CfnFlow(
|
|
|
604
604
|
def state(self) -> typing.Optional[builtins.str]:
|
|
605
605
|
'''The state of source failover on the flow.
|
|
606
606
|
|
|
607
|
-
If the state is
|
|
607
|
+
If the state is inactive, the flow can have only one source. If the state is active, the flow can have one or two sources.
|
|
608
608
|
|
|
609
609
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-failoverconfig.html#cfn-mediaconnect-flow-failoverconfig-state
|
|
610
610
|
'''
|
|
@@ -629,11 +629,8 @@ class CfnFlow(
|
|
|
629
629
|
)
|
|
630
630
|
class SourcePriorityProperty:
|
|
631
631
|
def __init__(self, *, primary_source: builtins.str) -> None:
|
|
632
|
-
'''
|
|
633
|
-
|
|
634
|
-
You can have a primary stream and a backup stream or two equally prioritized streams. This setting only applies when Failover Mode is set to FAILOVER.
|
|
635
|
-
|
|
636
|
-
:param primary_source: The name of the source you choose as the primary source for this flow.
|
|
632
|
+
'''
|
|
633
|
+
:param primary_source: ``CfnFlow.SourcePriorityProperty.PrimarySource``.
|
|
637
634
|
|
|
638
635
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-sourcepriority.html
|
|
639
636
|
:exampleMetadata: fixture=_generated
|
|
@@ -657,7 +654,7 @@ class CfnFlow(
|
|
|
657
654
|
|
|
658
655
|
@builtins.property
|
|
659
656
|
def primary_source(self) -> builtins.str:
|
|
660
|
-
'''
|
|
657
|
+
'''``CfnFlow.SourcePriorityProperty.PrimarySource``.
|
|
661
658
|
|
|
662
659
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-sourcepriority.html#cfn-mediaconnect-flow-sourcepriority-primarysource
|
|
663
660
|
'''
|
|
@@ -11439,7 +11439,7 @@ class CfnChannel(
|
|
|
11439
11439
|
:param mode: If "vod," all segments are indexed and kept permanently in the destination and manifest. If "live," only the number segments specified in keepSegments and indexNSegments are kept. Newer segments replace older segments, which might prevent players from rewinding all the way to the beginning of the channel. VOD mode uses HLS EXT-X-PLAYLIST-TYPE of EVENT while the channel is running, converting it to a "VOD" type manifest on completion of the stream.
|
|
11440
11440
|
:param output_selection: MANIFESTSANDSEGMENTS: Generates manifests (the master manifest, if applicable, and media manifests) for this output group. SEGMENTSONLY: Doesn't generate any manifests for this output group.
|
|
11441
11441
|
:param program_date_time: Includes or excludes the EXT-X-PROGRAM-DATE-TIME tag in .m3u8 manifest files. The value is calculated as follows: Either the program date and time are initialized using the input timecode source, or the time is initialized using the input timecode source and the date is initialized using the timestampOffset.
|
|
11442
|
-
:param program_date_time_clock:
|
|
11442
|
+
:param program_date_time_clock: ``CfnChannel.HlsGroupSettingsProperty.ProgramDateTimeClock``.
|
|
11443
11443
|
:param program_date_time_period: The period of insertion of the EXT-X-PROGRAM-DATE-TIME entry, in seconds.
|
|
11444
11444
|
:param redundant_manifest: ENABLED: The master manifest (.m3u8 file) for each pipeline includes information about both pipelines: first its own media files, then the media files of the other pipeline. This feature allows a playout device that supports stale manifest detection to switch from one manifest to the other, when the current manifest seems to be stale. There are still two destinations and two master manifests, but both master manifests reference the media files from both pipelines. DISABLED: The master manifest (.m3u8 file) for each pipeline includes information about its own pipeline only. For an HLS output group with MediaPackage as the destination, the DISABLED behavior is always followed. MediaPackage regenerates the manifests it serves to players, so a redundant manifest from MediaLive is irrelevant.
|
|
11445
11445
|
:param segmentation_mode: useInputSegmentation has been deprecated. The configured segment size is always used.
|
|
@@ -12019,9 +12019,7 @@ class CfnChannel(
|
|
|
12019
12019
|
|
|
12020
12020
|
@builtins.property
|
|
12021
12021
|
def program_date_time_clock(self) -> typing.Optional[builtins.str]:
|
|
12022
|
-
'''
|
|
12023
|
-
|
|
12024
|
-
Options include: INITIALIZE_FROM_OUTPUT_TIMECODE: The PDT clock is initialized as a function of the first output timecode, then incremented by the EXTINF duration of each encoded segment. SYSTEM_CLOCK: The PDT clock is initialized as a function of the UTC wall clock, then incremented by the EXTINF duration of each encoded segment. If the PDT clock diverges from the wall clock by more than 500ms, it is resynchronized to the wall clock.
|
|
12022
|
+
'''``CfnChannel.HlsGroupSettingsProperty.ProgramDateTimeClock``.
|
|
12025
12023
|
|
|
12026
12024
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-programdatetimeclock
|
|
12027
12025
|
'''
|
|
@@ -2980,7 +2980,7 @@ class CfnOriginEndpoint(
|
|
|
2980
2980
|
:param ads_on_delivery_restrictions: The flags on SCTE-35 segmentation descriptors that have to be present for AWS Elemental MediaPackage to insert ad markers in the output manifest. For information about SCTE-35 in AWS Elemental MediaPackage , see `SCTE-35 Message Options in AWS Elemental MediaPackage <https://docs.aws.amazon.com/mediapackage/latest/ug/scte.html>`_ .
|
|
2981
2981
|
:param ad_triggers: Specifies the SCTE-35 message types that AWS Elemental MediaPackage treats as ad markers in the output manifest. Valid values: - ``BREAK`` - ``DISTRIBUTOR_ADVERTISEMENT`` - ``DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY`` - ``DISTRIBUTOR_PLACEMENT_OPPORTUNITY`` - ``PROVIDER_ADVERTISEMENT`` - ``PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY`` - ``PROVIDER_PLACEMENT_OPPORTUNITY`` - ``SPLICE_INSERT``
|
|
2982
2982
|
:param encryption: Parameters for encrypting content.
|
|
2983
|
-
:param include_dvb_subtitles:
|
|
2983
|
+
:param include_dvb_subtitles: ``CfnOriginEndpoint.HlsPackageProperty.IncludeDvbSubtitles``.
|
|
2984
2984
|
:param include_iframe_only_stream: Only applies to stream sets with a single video track. When true, the stream set includes an additional I-frame only stream, along with the other tracks. If false, this extra stream is not included.
|
|
2985
2985
|
:param playlist_type: When specified as either ``event`` or ``vod`` , a corresponding ``EXT-X-PLAYLIST-TYPE`` entry is included in the media playlist. Indicates if the playlist is live-to-VOD content.
|
|
2986
2986
|
:param playlist_window_seconds: Time window (in seconds) contained in each parent manifest.
|
|
@@ -3135,7 +3135,7 @@ class CfnOriginEndpoint(
|
|
|
3135
3135
|
def include_dvb_subtitles(
|
|
3136
3136
|
self,
|
|
3137
3137
|
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
3138
|
-
'''
|
|
3138
|
+
'''``CfnOriginEndpoint.HlsPackageProperty.IncludeDvbSubtitles``.
|
|
3139
3139
|
|
|
3140
3140
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-originendpoint-hlspackage.html#cfn-mediapackage-originendpoint-hlspackage-includedvbsubtitles
|
|
3141
3141
|
'''
|
|
@@ -4908,7 +4908,7 @@ class CfnPackagingConfiguration(
|
|
|
4908
4908
|
:param dash_manifests: A list of DASH manifest configurations that are available from this endpoint.
|
|
4909
4909
|
:param encryption: Parameters for encrypting content.
|
|
4910
4910
|
:param include_encoder_configuration_in_segments: When includeEncoderConfigurationInSegments is set to true, AWS Elemental MediaPackage places your encoder's Sequence Parameter Set (SPS), Picture Parameter Set (PPS), and Video Parameter Set (VPS) metadata in every video segment instead of in the init fragment. This lets you use different SPS/PPS/VPS settings for your assets during content playback.
|
|
4911
|
-
:param include_iframe_only_stream:
|
|
4911
|
+
:param include_iframe_only_stream: ``CfnPackagingConfiguration.DashPackageProperty.IncludeIframeOnlyStream``.
|
|
4912
4912
|
:param period_triggers: Controls whether AWS Elemental MediaPackage produces single-period or multi-period DASH manifests. For more information about periods, see `Multi-period DASH in AWS Elemental MediaPackage <https://docs.aws.amazon.com/mediapackage/latest/ug/multi-period.html>`_ . Valid values: - ``ADS`` - AWS Elemental MediaPackage will produce multi-period DASH manifests. Periods are created based on the SCTE-35 ad markers present in the input manifest. - *No value* - AWS Elemental MediaPackage will produce single-period DASH manifests. This is the default setting.
|
|
4913
4913
|
:param segment_duration_seconds: Duration (in seconds) of each fragment. Actual fragments are rounded to the nearest multiple of the source segment duration.
|
|
4914
4914
|
:param segment_template_format: Determines the type of SegmentTemplate included in the Media Presentation Description (MPD). When set to ``NUMBER_WITH_TIMELINE`` , a full timeline is presented in each SegmentTemplate, with $Number$ media URLs. When set to ``TIME_WITH_TIMELINE`` , a full timeline is presented in each SegmentTemplate, with $Time$ media URLs. When set to ``NUMBER_WITH_DURATION`` , only a duration is included in each SegmentTemplate, with $Number$ media URLs.
|
|
@@ -5019,9 +5019,7 @@ class CfnPackagingConfiguration(
|
|
|
5019
5019
|
def include_iframe_only_stream(
|
|
5020
5020
|
self,
|
|
5021
5021
|
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
5022
|
-
'''
|
|
5023
|
-
|
|
5024
|
-
When true, the stream set includes an additional I-frame trick-play only stream, along with the other tracks. If false, this extra stream is not included.
|
|
5022
|
+
'''``CfnPackagingConfiguration.DashPackageProperty.IncludeIframeOnlyStream``.
|
|
5025
5023
|
|
|
5026
5024
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-packagingconfiguration-dashpackage.html#cfn-mediapackage-packagingconfiguration-dashpackage-includeiframeonlystream
|
|
5027
5025
|
'''
|
|
@@ -5084,14 +5082,7 @@ class CfnPackagingConfiguration(
|
|
|
5084
5082
|
)
|
|
5085
5083
|
class EncryptionContractConfigurationProperty:
|
|
5086
5084
|
def __init__(self) -> None:
|
|
5087
|
-
'''
|
|
5088
|
-
|
|
5089
|
-
Note the following considerations when using ``encryptionContractConfiguration`` :
|
|
5090
|
-
|
|
5091
|
-
- You can use ``encryptionContractConfiguration`` for DASH endpoints that use SPEKE Version 2.0. SPEKE Version 2.0 relies on the CPIX Version 2.3 specification.
|
|
5092
|
-
- You cannot combine an ``UNENCRYPTED`` preset with ``UNENCRYPTED`` or ``SHARED`` presets across ``presetSpeke20Audio`` and ``presetSpeke20Video`` .
|
|
5093
|
-
- When you use a ``SHARED`` preset, you must use it for both ``presetSpeke20Audio`` and ``presetSpeke20Video`` .
|
|
5094
|
-
|
|
5085
|
+
'''
|
|
5095
5086
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-packagingconfiguration-encryptioncontractconfiguration.html
|
|
5096
5087
|
:exampleMetadata: fixture=_generated
|
|
5097
5088
|
|
|
@@ -5407,7 +5398,7 @@ class CfnPackagingConfiguration(
|
|
|
5407
5398
|
|
|
5408
5399
|
:param hls_manifests: A list of HLS manifest configurations that are available from this endpoint.
|
|
5409
5400
|
:param encryption: Parameters for encrypting content.
|
|
5410
|
-
:param include_dvb_subtitles:
|
|
5401
|
+
:param include_dvb_subtitles: ``CfnPackagingConfiguration.HlsPackageProperty.IncludeDvbSubtitles``.
|
|
5411
5402
|
:param segment_duration_seconds: Duration (in seconds) of each fragment. Actual fragments are rounded to the nearest multiple of the source fragment duration.
|
|
5412
5403
|
:param use_audio_rendition_group: When true, AWS Elemental MediaPackage bundles all audio tracks in a rendition group. All other tracks in the stream can be used with any audio rendition from the group.
|
|
5413
5404
|
|
|
@@ -5500,7 +5491,7 @@ class CfnPackagingConfiguration(
|
|
|
5500
5491
|
def include_dvb_subtitles(
|
|
5501
5492
|
self,
|
|
5502
5493
|
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
5503
|
-
'''
|
|
5494
|
+
'''``CfnPackagingConfiguration.HlsPackageProperty.IncludeDvbSubtitles``.
|
|
5504
5495
|
|
|
5505
5496
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-packagingconfiguration-hlspackage.html#cfn-mediapackage-packagingconfiguration-hlspackage-includedvbsubtitles
|
|
5506
5497
|
'''
|
|
@@ -5824,7 +5815,7 @@ class CfnPackagingConfiguration(
|
|
|
5824
5815
|
:param role_arn: The ARN for the IAM role that's granted by the key provider to provide access to the key provider API. Valid format: arn:aws:iam::{accountID}:role/{name}
|
|
5825
5816
|
:param system_ids: List of unique identifiers for the DRM systems to use, as defined in the CPIX specification.
|
|
5826
5817
|
:param url: URL for the key provider's key retrieval API endpoint. Must start with https://.
|
|
5827
|
-
:param encryption_contract_configuration:
|
|
5818
|
+
:param encryption_contract_configuration: ``CfnPackagingConfiguration.SpekeKeyProviderProperty.EncryptionContractConfiguration``.
|
|
5828
5819
|
|
|
5829
5820
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-packagingconfiguration-spekekeyprovider.html
|
|
5830
5821
|
:exampleMetadata: fixture=_generated
|
|
@@ -5896,7 +5887,7 @@ class CfnPackagingConfiguration(
|
|
|
5896
5887
|
def encryption_contract_configuration(
|
|
5897
5888
|
self,
|
|
5898
5889
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPackagingConfiguration.EncryptionContractConfigurationProperty"]]:
|
|
5899
|
-
'''
|
|
5890
|
+
'''``CfnPackagingConfiguration.SpekeKeyProviderProperty.EncryptionContractConfiguration``.
|
|
5900
5891
|
|
|
5901
5892
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-packagingconfiguration-spekekeyprovider.html#cfn-mediapackage-packagingconfiguration-spekekeyprovider-encryptioncontractconfiguration
|
|
5902
5893
|
'''
|
aws_cdk/aws_memorydb/__init__.py
CHANGED
|
@@ -2320,12 +2320,9 @@ class CfnUser(
|
|
|
2320
2320
|
passwords: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2321
2321
|
type: typing.Optional[builtins.str] = None,
|
|
2322
2322
|
) -> None:
|
|
2323
|
-
'''
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
:param passwords: The password(s) used for authentication.
|
|
2328
|
-
:param type: Indicates whether the user requires a password to authenticate. All newly-created users require a password.
|
|
2323
|
+
'''
|
|
2324
|
+
:param passwords: ``CfnUser.AuthenticationModeProperty.Passwords``.
|
|
2325
|
+
:param type: ``CfnUser.AuthenticationModeProperty.Type``.
|
|
2329
2326
|
|
|
2330
2327
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-memorydb-user-authenticationmode.html
|
|
2331
2328
|
:exampleMetadata: fixture=_generated
|
|
@@ -2353,7 +2350,7 @@ class CfnUser(
|
|
|
2353
2350
|
|
|
2354
2351
|
@builtins.property
|
|
2355
2352
|
def passwords(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2356
|
-
'''
|
|
2353
|
+
'''``CfnUser.AuthenticationModeProperty.Passwords``.
|
|
2357
2354
|
|
|
2358
2355
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-memorydb-user-authenticationmode.html#cfn-memorydb-user-authenticationmode-passwords
|
|
2359
2356
|
'''
|
|
@@ -2362,9 +2359,7 @@ class CfnUser(
|
|
|
2362
2359
|
|
|
2363
2360
|
@builtins.property
|
|
2364
2361
|
def type(self) -> typing.Optional[builtins.str]:
|
|
2365
|
-
'''
|
|
2366
|
-
|
|
2367
|
-
All newly-created users require a password.
|
|
2362
|
+
'''``CfnUser.AuthenticationModeProperty.Type``.
|
|
2368
2363
|
|
|
2369
2364
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-memorydb-user-authenticationmode.html#cfn-memorydb-user-authenticationmode-type
|
|
2370
2365
|
'''
|
aws_cdk/aws_mwaa/__init__.py
CHANGED
|
@@ -159,7 +159,7 @@ class CfnEnvironment(
|
|
|
159
159
|
:param id: - scoped id of the resource.
|
|
160
160
|
:param name: The name of your Amazon MWAA environment.
|
|
161
161
|
:param airflow_configuration_options: A list of key-value pairs containing the Airflow configuration options for your environment. For example, ``core.default_timezone: utc`` . To learn more, see `Apache Airflow configuration options <https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-env-variables.html>`_ .
|
|
162
|
-
:param airflow_version: The version of Apache Airflow to use for the environment. If no value is specified, defaults to the latest version.
|
|
162
|
+
:param airflow_version: The version of Apache Airflow to use for the environment. If no value is specified, defaults to the latest version. *Allowed Values* : ``2.0.2`` | ``1.10.12`` | ``2.2.2`` | ``2.4.3`` | ``2.5.1`` (latest)
|
|
163
163
|
:param dag_s3_path: The relative path to the DAGs folder on your Amazon S3 bucket. For example, ``dags`` . To learn more, see `Adding or updating DAGs <https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-folder.html>`_ .
|
|
164
164
|
:param environment_class: The environment class type. Valid values: ``mw1.small`` , ``mw1.medium`` , ``mw1.large`` . To learn more, see `Amazon MWAA environment class <https://docs.aws.amazon.com/mwaa/latest/userguide/environment-class.html>`_ .
|
|
165
165
|
:param execution_role_arn: The Amazon Resource Name (ARN) of the execution role in IAM that allows MWAA to access AWS resources in your environment. For example, ``arn:aws:iam::123456789:role/my-execution-role`` . To learn more, see `Amazon MWAA Execution role <https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-create-role.html>`_ .
|
|
@@ -365,7 +365,9 @@ class CfnEnvironment(
|
|
|
365
365
|
def airflow_version(self) -> typing.Optional[builtins.str]:
|
|
366
366
|
'''The version of Apache Airflow to use for the environment.
|
|
367
367
|
|
|
368
|
-
If no value is specified, defaults to the latest version.
|
|
368
|
+
If no value is specified, defaults to the latest version.
|
|
369
|
+
|
|
370
|
+
*Allowed Values* : ``2.0.2`` | ``1.10.12`` | ``2.2.2`` | ``2.4.3`` | ``2.5.1`` (latest)
|
|
369
371
|
|
|
370
372
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mwaa-environment.html#cfn-mwaa-environment-airflowversion
|
|
371
373
|
'''
|
|
@@ -1056,7 +1058,7 @@ class CfnEnvironmentProps:
|
|
|
1056
1058
|
|
|
1057
1059
|
:param name: The name of your Amazon MWAA environment.
|
|
1058
1060
|
:param airflow_configuration_options: A list of key-value pairs containing the Airflow configuration options for your environment. For example, ``core.default_timezone: utc`` . To learn more, see `Apache Airflow configuration options <https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-env-variables.html>`_ .
|
|
1059
|
-
:param airflow_version: The version of Apache Airflow to use for the environment. If no value is specified, defaults to the latest version.
|
|
1061
|
+
:param airflow_version: The version of Apache Airflow to use for the environment. If no value is specified, defaults to the latest version. *Allowed Values* : ``2.0.2`` | ``1.10.12`` | ``2.2.2`` | ``2.4.3`` | ``2.5.1`` (latest)
|
|
1060
1062
|
:param dag_s3_path: The relative path to the DAGs folder on your Amazon S3 bucket. For example, ``dags`` . To learn more, see `Adding or updating DAGs <https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-folder.html>`_ .
|
|
1061
1063
|
:param environment_class: The environment class type. Valid values: ``mw1.small`` , ``mw1.medium`` , ``mw1.large`` . To learn more, see `Amazon MWAA environment class <https://docs.aws.amazon.com/mwaa/latest/userguide/environment-class.html>`_ .
|
|
1062
1064
|
:param execution_role_arn: The Amazon Resource Name (ARN) of the execution role in IAM that allows MWAA to access AWS resources in your environment. For example, ``arn:aws:iam::123456789:role/my-execution-role`` . To learn more, see `Amazon MWAA Execution role <https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-create-role.html>`_ .
|
|
@@ -1230,7 +1232,9 @@ class CfnEnvironmentProps:
|
|
|
1230
1232
|
def airflow_version(self) -> typing.Optional[builtins.str]:
|
|
1231
1233
|
'''The version of Apache Airflow to use for the environment.
|
|
1232
1234
|
|
|
1233
|
-
If no value is specified, defaults to the latest version.
|
|
1235
|
+
If no value is specified, defaults to the latest version.
|
|
1236
|
+
|
|
1237
|
+
*Allowed Values* : ``2.0.2`` | ``1.10.12`` | ``2.2.2`` | ``2.4.3`` | ``2.5.1`` (latest)
|
|
1234
1238
|
|
|
1235
1239
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mwaa-environment.html#cfn-mwaa-environment-airflowversion
|
|
1236
1240
|
'''
|