aws-cdk-lib 2.185.0__py3-none-any.whl → 2.187.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 +383 -145
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.185.0.jsii.tgz → aws-cdk-lib@2.187.0.jsii.tgz} +0 -0
- aws_cdk/aws_amazonmq/__init__.py +3 -2
- aws_cdk/aws_amplify/__init__.py +124 -0
- aws_cdk/aws_apigateway/__init__.py +48 -2
- aws_cdk/aws_apigatewayv2/__init__.py +9 -0
- aws_cdk/aws_appconfig/__init__.py +3 -3
- aws_cdk/aws_applicationsignals/__init__.py +363 -3
- aws_cdk/aws_appsync/__init__.py +74 -3
- aws_cdk/aws_bedrock/__init__.py +395 -14
- aws_cdk/aws_cassandra/__init__.py +2 -2
- aws_cdk/aws_cleanrooms/__init__.py +21 -9
- aws_cdk/aws_cloudformation/__init__.py +1 -5
- aws_cdk/aws_cloudfront/__init__.py +15 -1
- aws_cdk/aws_cloudfront_origins/__init__.py +4 -2
- aws_cdk/aws_cloudtrail/__init__.py +4 -18
- aws_cdk/aws_cloudwatch/__init__.py +50 -50
- aws_cdk/aws_codeartifact/__init__.py +20 -33
- aws_cdk/aws_codebuild/__init__.py +9 -0
- aws_cdk/aws_codepipeline/__init__.py +1328 -120
- aws_cdk/aws_cognito/__init__.py +1 -1
- aws_cdk/aws_cognito_identitypool/__init__.py +2303 -0
- aws_cdk/aws_config/__init__.py +2 -5
- aws_cdk/aws_connect/__init__.py +3 -7
- aws_cdk/aws_controltower/__init__.py +18 -26
- aws_cdk/aws_datazone/__init__.py +3540 -10
- aws_cdk/aws_detective/__init__.py +3 -3
- aws_cdk/aws_dynamodb/__init__.py +37 -0
- aws_cdk/aws_ec2/__init__.py +714 -37
- aws_cdk/aws_ecr/__init__.py +143 -0
- aws_cdk/aws_ecr_assets/__init__.py +115 -4
- aws_cdk/aws_ecs/__init__.py +66 -20
- aws_cdk/aws_eks/__init__.py +114 -0
- aws_cdk/aws_events/__init__.py +26 -6
- aws_cdk/aws_forecast/__init__.py +1 -1
- aws_cdk/aws_fsx/__init__.py +2 -2
- aws_cdk/aws_gamelift/__init__.py +11 -11
- aws_cdk/aws_iam/__init__.py +264 -0
- aws_cdk/aws_identitystore/__init__.py +16 -16
- aws_cdk/aws_imagebuilder/__init__.py +3 -27
- aws_cdk/aws_iotsitewise/__init__.py +623 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +2 -3
- aws_cdk/aws_kms/__init__.py +10 -11
- aws_cdk/aws_lakeformation/__init__.py +3 -3
- aws_cdk/aws_lambda/__init__.py +112 -5
- aws_cdk/aws_lambda_event_sources/__init__.py +65 -3
- aws_cdk/aws_lambda_nodejs/__init__.py +5 -24
- aws_cdk/aws_lex/__init__.py +981 -5
- aws_cdk/aws_location/__init__.py +24 -7
- aws_cdk/aws_mediaconnect/__init__.py +714 -290
- aws_cdk/aws_msk/__init__.py +8 -2
- aws_cdk/aws_mwaa/__init__.py +9 -9
- aws_cdk/aws_networkfirewall/__init__.py +60 -12
- aws_cdk/aws_oam/__init__.py +8 -37
- aws_cdk/aws_omics/__init__.py +216 -0
- aws_cdk/aws_quicksight/__init__.py +250 -108
- aws_cdk/aws_rds/__init__.py +102 -10
- aws_cdk/aws_redshiftserverless/__init__.py +192 -15
- aws_cdk/aws_route53/__init__.py +2 -2
- aws_cdk/aws_route53recoverycontrol/__init__.py +43 -2
- aws_cdk/aws_rum/__init__.py +315 -52
- aws_cdk/aws_s3_assets/__init__.py +70 -1
- aws_cdk/aws_s3_deployment/__init__.py +4 -0
- aws_cdk/aws_sagemaker/__init__.py +6 -4
- aws_cdk/aws_scheduler/__init__.py +3944 -121
- aws_cdk/aws_scheduler_targets/__init__.py +4460 -0
- aws_cdk/aws_securitylake/__init__.py +2 -2
- aws_cdk/aws_servicecatalog/__init__.py +4 -0
- aws_cdk/aws_sns/__init__.py +1 -1
- aws_cdk/aws_ssmquicksetup/__init__.py +5 -3
- aws_cdk/aws_stepfunctions/__init__.py +8 -0
- aws_cdk/aws_stepfunctions_tasks/__init__.py +4 -0
- aws_cdk/aws_synthetics/__init__.py +9 -0
- aws_cdk/aws_systemsmanagersap/__init__.py +150 -0
- aws_cdk/aws_timestream/__init__.py +4 -4
- aws_cdk/aws_wafv2/__init__.py +1117 -1446
- aws_cdk/aws_workspacesthinclient/__init__.py +4 -4
- aws_cdk/cloud_assembly_schema/__init__.py +60 -10
- aws_cdk/cx_api/__init__.py +38 -0
- aws_cdk/pipelines/__init__.py +20 -2
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/METADATA +4 -4
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/RECORD +87 -85
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/WHEEL +1 -1
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/top_level.txt +0 -0
|
@@ -1277,7 +1277,45 @@ class CfnWorkgroup(
|
|
|
1277
1277
|
tags=[CfnTag(
|
|
1278
1278
|
key="key",
|
|
1279
1279
|
value="value"
|
|
1280
|
-
)]
|
|
1280
|
+
)],
|
|
1281
|
+
track_name="trackName",
|
|
1282
|
+
workgroup=redshiftserverless.CfnWorkgroup.WorkgroupProperty(
|
|
1283
|
+
base_capacity=123,
|
|
1284
|
+
config_parameters=[redshiftserverless.CfnWorkgroup.ConfigParameterProperty(
|
|
1285
|
+
parameter_key="parameterKey",
|
|
1286
|
+
parameter_value="parameterValue"
|
|
1287
|
+
)],
|
|
1288
|
+
creation_date="creationDate",
|
|
1289
|
+
endpoint=redshiftserverless.CfnWorkgroup.EndpointProperty(
|
|
1290
|
+
address="address",
|
|
1291
|
+
port=123,
|
|
1292
|
+
vpc_endpoints=[redshiftserverless.CfnWorkgroup.VpcEndpointProperty(
|
|
1293
|
+
network_interfaces=[redshiftserverless.CfnWorkgroup.NetworkInterfaceProperty(
|
|
1294
|
+
availability_zone="availabilityZone",
|
|
1295
|
+
network_interface_id="networkInterfaceId",
|
|
1296
|
+
private_ip_address="privateIpAddress",
|
|
1297
|
+
subnet_id="subnetId"
|
|
1298
|
+
)],
|
|
1299
|
+
vpc_endpoint_id="vpcEndpointId",
|
|
1300
|
+
vpc_id="vpcId"
|
|
1301
|
+
)]
|
|
1302
|
+
),
|
|
1303
|
+
enhanced_vpc_routing=False,
|
|
1304
|
+
max_capacity=123,
|
|
1305
|
+
namespace_name="namespaceName",
|
|
1306
|
+
price_performance_target=redshiftserverless.CfnWorkgroup.PerformanceTargetProperty(
|
|
1307
|
+
level=123,
|
|
1308
|
+
status="status"
|
|
1309
|
+
),
|
|
1310
|
+
publicly_accessible=False,
|
|
1311
|
+
security_group_ids=["securityGroupIds"],
|
|
1312
|
+
status="status",
|
|
1313
|
+
subnet_ids=["subnetIds"],
|
|
1314
|
+
track_name="trackName",
|
|
1315
|
+
workgroup_arn="workgroupArn",
|
|
1316
|
+
workgroup_id="workgroupId",
|
|
1317
|
+
workgroup_name="workgroupName"
|
|
1318
|
+
)
|
|
1281
1319
|
)
|
|
1282
1320
|
'''
|
|
1283
1321
|
|
|
@@ -1298,6 +1336,8 @@ class CfnWorkgroup(
|
|
|
1298
1336
|
security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
1299
1337
|
subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
1300
1338
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1339
|
+
track_name: typing.Optional[builtins.str] = None,
|
|
1340
|
+
workgroup: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnWorkgroup.WorkgroupProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1301
1341
|
) -> None:
|
|
1302
1342
|
'''
|
|
1303
1343
|
:param scope: Scope in which this resource is defined.
|
|
@@ -1314,6 +1354,8 @@ class CfnWorkgroup(
|
|
|
1314
1354
|
:param security_group_ids: A list of security group IDs to associate with the workgroup.
|
|
1315
1355
|
:param subnet_ids: A list of subnet IDs the workgroup is associated with.
|
|
1316
1356
|
:param tags: The map of the key-value pairs used to tag the workgroup.
|
|
1357
|
+
:param track_name: An optional parameter for the name of the track for the workgroup. If you don't provide a track name, the workgroup is assigned to the current track.
|
|
1358
|
+
:param workgroup: The collection of computing resources from which an endpoint is created.
|
|
1317
1359
|
'''
|
|
1318
1360
|
if __debug__:
|
|
1319
1361
|
type_hints = typing.get_type_hints(_typecheckingstub__61a1b6ebbdacc577619f4e17ddabdaa553ffe5fe072b72e14ddf7d9c3f7e1a04)
|
|
@@ -1332,6 +1374,8 @@ class CfnWorkgroup(
|
|
|
1332
1374
|
security_group_ids=security_group_ids,
|
|
1333
1375
|
subnet_ids=subnet_ids,
|
|
1334
1376
|
tags=tags,
|
|
1377
|
+
track_name=track_name,
|
|
1378
|
+
workgroup=workgroup,
|
|
1335
1379
|
)
|
|
1336
1380
|
|
|
1337
1381
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
@@ -1377,8 +1421,7 @@ class CfnWorkgroup(
|
|
|
1377
1421
|
@builtins.property
|
|
1378
1422
|
@jsii.member(jsii_name="attrWorkgroupBaseCapacity")
|
|
1379
1423
|
def attr_workgroup_base_capacity(self) -> jsii.Number:
|
|
1380
|
-
'''
|
|
1381
|
-
|
|
1424
|
+
'''
|
|
1382
1425
|
:cloudformationAttribute: Workgroup.BaseCapacity
|
|
1383
1426
|
'''
|
|
1384
1427
|
return typing.cast(jsii.Number, jsii.get(self, "attrWorkgroupBaseCapacity"))
|
|
@@ -1445,17 +1488,6 @@ class CfnWorkgroup(
|
|
|
1445
1488
|
'''
|
|
1446
1489
|
return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrWorkgroupEnhancedVpcRouting"))
|
|
1447
1490
|
|
|
1448
|
-
@builtins.property
|
|
1449
|
-
@jsii.member(jsii_name="attrWorkgroupMaxCapacity")
|
|
1450
|
-
def attr_workgroup_max_capacity(self) -> jsii.Number:
|
|
1451
|
-
'''The maximum data-warehouse capacity Amazon Redshift Serverless uses to serve queries.
|
|
1452
|
-
|
|
1453
|
-
The max capacity is specified in RPUs.
|
|
1454
|
-
|
|
1455
|
-
:cloudformationAttribute: Workgroup.MaxCapacity
|
|
1456
|
-
'''
|
|
1457
|
-
return typing.cast(jsii.Number, jsii.get(self, "attrWorkgroupMaxCapacity"))
|
|
1458
|
-
|
|
1459
1491
|
@builtins.property
|
|
1460
1492
|
@jsii.member(jsii_name="attrWorkgroupNamespaceName")
|
|
1461
1493
|
def attr_workgroup_namespace_name(self) -> builtins.str:
|
|
@@ -1501,6 +1533,15 @@ class CfnWorkgroup(
|
|
|
1501
1533
|
'''
|
|
1502
1534
|
return typing.cast(typing.List[builtins.str], jsii.get(self, "attrWorkgroupSubnetIds"))
|
|
1503
1535
|
|
|
1536
|
+
@builtins.property
|
|
1537
|
+
@jsii.member(jsii_name="attrWorkgroupTrackName")
|
|
1538
|
+
def attr_workgroup_track_name(self) -> builtins.str:
|
|
1539
|
+
'''The name of the track for the workgroup.
|
|
1540
|
+
|
|
1541
|
+
:cloudformationAttribute: Workgroup.TrackName
|
|
1542
|
+
'''
|
|
1543
|
+
return typing.cast(builtins.str, jsii.get(self, "attrWorkgroupTrackName"))
|
|
1544
|
+
|
|
1504
1545
|
@builtins.property
|
|
1505
1546
|
@jsii.member(jsii_name="attrWorkgroupWorkgroupArn")
|
|
1506
1547
|
def attr_workgroup_workgroup_arn(self) -> builtins.str:
|
|
@@ -1718,6 +1759,37 @@ class CfnWorkgroup(
|
|
|
1718
1759
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1719
1760
|
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
1720
1761
|
|
|
1762
|
+
@builtins.property
|
|
1763
|
+
@jsii.member(jsii_name="trackName")
|
|
1764
|
+
def track_name(self) -> typing.Optional[builtins.str]:
|
|
1765
|
+
'''An optional parameter for the name of the track for the workgroup.'''
|
|
1766
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "trackName"))
|
|
1767
|
+
|
|
1768
|
+
@track_name.setter
|
|
1769
|
+
def track_name(self, value: typing.Optional[builtins.str]) -> None:
|
|
1770
|
+
if __debug__:
|
|
1771
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0ae0d98fb213b87bdf0bef05c29f3608e64d5cab8c142baeef1f930bb88523bd)
|
|
1772
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1773
|
+
jsii.set(self, "trackName", value) # pyright: ignore[reportArgumentType]
|
|
1774
|
+
|
|
1775
|
+
@builtins.property
|
|
1776
|
+
@jsii.member(jsii_name="workgroup")
|
|
1777
|
+
def workgroup(
|
|
1778
|
+
self,
|
|
1779
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnWorkgroup.WorkgroupProperty"]]:
|
|
1780
|
+
'''The collection of computing resources from which an endpoint is created.'''
|
|
1781
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnWorkgroup.WorkgroupProperty"]], jsii.get(self, "workgroup"))
|
|
1782
|
+
|
|
1783
|
+
@workgroup.setter
|
|
1784
|
+
def workgroup(
|
|
1785
|
+
self,
|
|
1786
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnWorkgroup.WorkgroupProperty"]],
|
|
1787
|
+
) -> None:
|
|
1788
|
+
if __debug__:
|
|
1789
|
+
type_hints = typing.get_type_hints(_typecheckingstub__bb73897901d98002fc8e5d2e00c5ffffec6d6ffc0d70be41b21317bd200b87a5)
|
|
1790
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1791
|
+
jsii.set(self, "workgroup", value) # pyright: ignore[reportArgumentType]
|
|
1792
|
+
|
|
1721
1793
|
@jsii.data_type(
|
|
1722
1794
|
jsii_type="aws-cdk-lib.aws_redshiftserverless.CfnWorkgroup.ConfigParameterProperty",
|
|
1723
1795
|
jsii_struct_bases=[],
|
|
@@ -2184,6 +2256,7 @@ class CfnWorkgroup(
|
|
|
2184
2256
|
"security_group_ids": "securityGroupIds",
|
|
2185
2257
|
"status": "status",
|
|
2186
2258
|
"subnet_ids": "subnetIds",
|
|
2259
|
+
"track_name": "trackName",
|
|
2187
2260
|
"workgroup_arn": "workgroupArn",
|
|
2188
2261
|
"workgroup_id": "workgroupId",
|
|
2189
2262
|
"workgroup_name": "workgroupName",
|
|
@@ -2205,6 +2278,7 @@ class CfnWorkgroup(
|
|
|
2205
2278
|
security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2206
2279
|
status: typing.Optional[builtins.str] = None,
|
|
2207
2280
|
subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2281
|
+
track_name: typing.Optional[builtins.str] = None,
|
|
2208
2282
|
workgroup_arn: typing.Optional[builtins.str] = None,
|
|
2209
2283
|
workgroup_id: typing.Optional[builtins.str] = None,
|
|
2210
2284
|
workgroup_name: typing.Optional[builtins.str] = None,
|
|
@@ -2223,6 +2297,7 @@ class CfnWorkgroup(
|
|
|
2223
2297
|
:param security_group_ids: An array of security group IDs to associate with the workgroup.
|
|
2224
2298
|
:param status: The status of the workgroup.
|
|
2225
2299
|
:param subnet_ids: An array of subnet IDs the workgroup is associated with.
|
|
2300
|
+
:param track_name: The name of the track for the workgroup.
|
|
2226
2301
|
:param workgroup_arn: The Amazon Resource Name (ARN) that links to the workgroup.
|
|
2227
2302
|
:param workgroup_id: The unique identifier of the workgroup.
|
|
2228
2303
|
:param workgroup_name: The name of the workgroup.
|
|
@@ -2268,6 +2343,7 @@ class CfnWorkgroup(
|
|
|
2268
2343
|
security_group_ids=["securityGroupIds"],
|
|
2269
2344
|
status="status",
|
|
2270
2345
|
subnet_ids=["subnetIds"],
|
|
2346
|
+
track_name="trackName",
|
|
2271
2347
|
workgroup_arn="workgroupArn",
|
|
2272
2348
|
workgroup_id="workgroupId",
|
|
2273
2349
|
workgroup_name="workgroupName"
|
|
@@ -2287,6 +2363,7 @@ class CfnWorkgroup(
|
|
|
2287
2363
|
check_type(argname="argument security_group_ids", value=security_group_ids, expected_type=type_hints["security_group_ids"])
|
|
2288
2364
|
check_type(argname="argument status", value=status, expected_type=type_hints["status"])
|
|
2289
2365
|
check_type(argname="argument subnet_ids", value=subnet_ids, expected_type=type_hints["subnet_ids"])
|
|
2366
|
+
check_type(argname="argument track_name", value=track_name, expected_type=type_hints["track_name"])
|
|
2290
2367
|
check_type(argname="argument workgroup_arn", value=workgroup_arn, expected_type=type_hints["workgroup_arn"])
|
|
2291
2368
|
check_type(argname="argument workgroup_id", value=workgroup_id, expected_type=type_hints["workgroup_id"])
|
|
2292
2369
|
check_type(argname="argument workgroup_name", value=workgroup_name, expected_type=type_hints["workgroup_name"])
|
|
@@ -2315,6 +2392,8 @@ class CfnWorkgroup(
|
|
|
2315
2392
|
self._values["status"] = status
|
|
2316
2393
|
if subnet_ids is not None:
|
|
2317
2394
|
self._values["subnet_ids"] = subnet_ids
|
|
2395
|
+
if track_name is not None:
|
|
2396
|
+
self._values["track_name"] = track_name
|
|
2318
2397
|
if workgroup_arn is not None:
|
|
2319
2398
|
self._values["workgroup_arn"] = workgroup_arn
|
|
2320
2399
|
if workgroup_id is not None:
|
|
@@ -2444,6 +2523,15 @@ class CfnWorkgroup(
|
|
|
2444
2523
|
result = self._values.get("subnet_ids")
|
|
2445
2524
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
2446
2525
|
|
|
2526
|
+
@builtins.property
|
|
2527
|
+
def track_name(self) -> typing.Optional[builtins.str]:
|
|
2528
|
+
'''The name of the track for the workgroup.
|
|
2529
|
+
|
|
2530
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshiftserverless-workgroup-workgroup.html#cfn-redshiftserverless-workgroup-workgroup-trackname
|
|
2531
|
+
'''
|
|
2532
|
+
result = self._values.get("track_name")
|
|
2533
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
2534
|
+
|
|
2447
2535
|
@builtins.property
|
|
2448
2536
|
def workgroup_arn(self) -> typing.Optional[builtins.str]:
|
|
2449
2537
|
'''The Amazon Resource Name (ARN) that links to the workgroup.
|
|
@@ -2499,6 +2587,8 @@ class CfnWorkgroup(
|
|
|
2499
2587
|
"security_group_ids": "securityGroupIds",
|
|
2500
2588
|
"subnet_ids": "subnetIds",
|
|
2501
2589
|
"tags": "tags",
|
|
2590
|
+
"track_name": "trackName",
|
|
2591
|
+
"workgroup": "workgroup",
|
|
2502
2592
|
},
|
|
2503
2593
|
)
|
|
2504
2594
|
class CfnWorkgroupProps:
|
|
@@ -2517,6 +2607,8 @@ class CfnWorkgroupProps:
|
|
|
2517
2607
|
security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2518
2608
|
subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2519
2609
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2610
|
+
track_name: typing.Optional[builtins.str] = None,
|
|
2611
|
+
workgroup: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnWorkgroup.WorkgroupProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2520
2612
|
) -> None:
|
|
2521
2613
|
'''Properties for defining a ``CfnWorkgroup``.
|
|
2522
2614
|
|
|
@@ -2532,6 +2624,8 @@ class CfnWorkgroupProps:
|
|
|
2532
2624
|
:param security_group_ids: A list of security group IDs to associate with the workgroup.
|
|
2533
2625
|
:param subnet_ids: A list of subnet IDs the workgroup is associated with.
|
|
2534
2626
|
:param tags: The map of the key-value pairs used to tag the workgroup.
|
|
2627
|
+
:param track_name: An optional parameter for the name of the track for the workgroup. If you don't provide a track name, the workgroup is assigned to the current track.
|
|
2628
|
+
:param workgroup: The collection of computing resources from which an endpoint is created.
|
|
2535
2629
|
|
|
2536
2630
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-workgroup.html
|
|
2537
2631
|
:exampleMetadata: fixture=_generated
|
|
@@ -2565,7 +2659,45 @@ class CfnWorkgroupProps:
|
|
|
2565
2659
|
tags=[CfnTag(
|
|
2566
2660
|
key="key",
|
|
2567
2661
|
value="value"
|
|
2568
|
-
)]
|
|
2662
|
+
)],
|
|
2663
|
+
track_name="trackName",
|
|
2664
|
+
workgroup=redshiftserverless.CfnWorkgroup.WorkgroupProperty(
|
|
2665
|
+
base_capacity=123,
|
|
2666
|
+
config_parameters=[redshiftserverless.CfnWorkgroup.ConfigParameterProperty(
|
|
2667
|
+
parameter_key="parameterKey",
|
|
2668
|
+
parameter_value="parameterValue"
|
|
2669
|
+
)],
|
|
2670
|
+
creation_date="creationDate",
|
|
2671
|
+
endpoint=redshiftserverless.CfnWorkgroup.EndpointProperty(
|
|
2672
|
+
address="address",
|
|
2673
|
+
port=123,
|
|
2674
|
+
vpc_endpoints=[redshiftserverless.CfnWorkgroup.VpcEndpointProperty(
|
|
2675
|
+
network_interfaces=[redshiftserverless.CfnWorkgroup.NetworkInterfaceProperty(
|
|
2676
|
+
availability_zone="availabilityZone",
|
|
2677
|
+
network_interface_id="networkInterfaceId",
|
|
2678
|
+
private_ip_address="privateIpAddress",
|
|
2679
|
+
subnet_id="subnetId"
|
|
2680
|
+
)],
|
|
2681
|
+
vpc_endpoint_id="vpcEndpointId",
|
|
2682
|
+
vpc_id="vpcId"
|
|
2683
|
+
)]
|
|
2684
|
+
),
|
|
2685
|
+
enhanced_vpc_routing=False,
|
|
2686
|
+
max_capacity=123,
|
|
2687
|
+
namespace_name="namespaceName",
|
|
2688
|
+
price_performance_target=redshiftserverless.CfnWorkgroup.PerformanceTargetProperty(
|
|
2689
|
+
level=123,
|
|
2690
|
+
status="status"
|
|
2691
|
+
),
|
|
2692
|
+
publicly_accessible=False,
|
|
2693
|
+
security_group_ids=["securityGroupIds"],
|
|
2694
|
+
status="status",
|
|
2695
|
+
subnet_ids=["subnetIds"],
|
|
2696
|
+
track_name="trackName",
|
|
2697
|
+
workgroup_arn="workgroupArn",
|
|
2698
|
+
workgroup_id="workgroupId",
|
|
2699
|
+
workgroup_name="workgroupName"
|
|
2700
|
+
)
|
|
2569
2701
|
)
|
|
2570
2702
|
'''
|
|
2571
2703
|
if __debug__:
|
|
@@ -2582,6 +2714,8 @@ class CfnWorkgroupProps:
|
|
|
2582
2714
|
check_type(argname="argument security_group_ids", value=security_group_ids, expected_type=type_hints["security_group_ids"])
|
|
2583
2715
|
check_type(argname="argument subnet_ids", value=subnet_ids, expected_type=type_hints["subnet_ids"])
|
|
2584
2716
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
2717
|
+
check_type(argname="argument track_name", value=track_name, expected_type=type_hints["track_name"])
|
|
2718
|
+
check_type(argname="argument workgroup", value=workgroup, expected_type=type_hints["workgroup"])
|
|
2585
2719
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2586
2720
|
"workgroup_name": workgroup_name,
|
|
2587
2721
|
}
|
|
@@ -2607,6 +2741,10 @@ class CfnWorkgroupProps:
|
|
|
2607
2741
|
self._values["subnet_ids"] = subnet_ids
|
|
2608
2742
|
if tags is not None:
|
|
2609
2743
|
self._values["tags"] = tags
|
|
2744
|
+
if track_name is not None:
|
|
2745
|
+
self._values["track_name"] = track_name
|
|
2746
|
+
if workgroup is not None:
|
|
2747
|
+
self._values["workgroup"] = workgroup
|
|
2610
2748
|
|
|
2611
2749
|
@builtins.property
|
|
2612
2750
|
def workgroup_name(self) -> builtins.str:
|
|
@@ -2735,6 +2873,28 @@ class CfnWorkgroupProps:
|
|
|
2735
2873
|
result = self._values.get("tags")
|
|
2736
2874
|
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
|
|
2737
2875
|
|
|
2876
|
+
@builtins.property
|
|
2877
|
+
def track_name(self) -> typing.Optional[builtins.str]:
|
|
2878
|
+
'''An optional parameter for the name of the track for the workgroup.
|
|
2879
|
+
|
|
2880
|
+
If you don't provide a track name, the workgroup is assigned to the current track.
|
|
2881
|
+
|
|
2882
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-workgroup.html#cfn-redshiftserverless-workgroup-trackname
|
|
2883
|
+
'''
|
|
2884
|
+
result = self._values.get("track_name")
|
|
2885
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
2886
|
+
|
|
2887
|
+
@builtins.property
|
|
2888
|
+
def workgroup(
|
|
2889
|
+
self,
|
|
2890
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnWorkgroup.WorkgroupProperty]]:
|
|
2891
|
+
'''The collection of computing resources from which an endpoint is created.
|
|
2892
|
+
|
|
2893
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-workgroup.html#cfn-redshiftserverless-workgroup-workgroup
|
|
2894
|
+
'''
|
|
2895
|
+
result = self._values.get("workgroup")
|
|
2896
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnWorkgroup.WorkgroupProperty]], result)
|
|
2897
|
+
|
|
2738
2898
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2739
2899
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2740
2900
|
|
|
@@ -2954,6 +3114,8 @@ def _typecheckingstub__61a1b6ebbdacc577619f4e17ddabdaa553ffe5fe072b72e14ddf7d9c3
|
|
|
2954
3114
|
security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2955
3115
|
subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2956
3116
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3117
|
+
track_name: typing.Optional[builtins.str] = None,
|
|
3118
|
+
workgroup: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnWorkgroup.WorkgroupProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2957
3119
|
) -> None:
|
|
2958
3120
|
"""Type checking stubs"""
|
|
2959
3121
|
pass
|
|
@@ -3042,6 +3204,18 @@ def _typecheckingstub__f3104c5d5a81618ce7738aabf06bbd67fea6c82cd5abea01e1b03c71c
|
|
|
3042
3204
|
"""Type checking stubs"""
|
|
3043
3205
|
pass
|
|
3044
3206
|
|
|
3207
|
+
def _typecheckingstub__0ae0d98fb213b87bdf0bef05c29f3608e64d5cab8c142baeef1f930bb88523bd(
|
|
3208
|
+
value: typing.Optional[builtins.str],
|
|
3209
|
+
) -> None:
|
|
3210
|
+
"""Type checking stubs"""
|
|
3211
|
+
pass
|
|
3212
|
+
|
|
3213
|
+
def _typecheckingstub__bb73897901d98002fc8e5d2e00c5ffffec6d6ffc0d70be41b21317bd200b87a5(
|
|
3214
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnWorkgroup.WorkgroupProperty]],
|
|
3215
|
+
) -> None:
|
|
3216
|
+
"""Type checking stubs"""
|
|
3217
|
+
pass
|
|
3218
|
+
|
|
3045
3219
|
def _typecheckingstub__322e3a40a90a7ebca9e3ef09024360dddede638badc33eeda64eccd556f3dc5f(
|
|
3046
3220
|
*,
|
|
3047
3221
|
parameter_key: typing.Optional[builtins.str] = None,
|
|
@@ -3100,6 +3274,7 @@ def _typecheckingstub__b7cad236eecd67272da075e88f17a1dbdae4ee5083553d6443dcc19b3
|
|
|
3100
3274
|
security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
3101
3275
|
status: typing.Optional[builtins.str] = None,
|
|
3102
3276
|
subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
3277
|
+
track_name: typing.Optional[builtins.str] = None,
|
|
3103
3278
|
workgroup_arn: typing.Optional[builtins.str] = None,
|
|
3104
3279
|
workgroup_id: typing.Optional[builtins.str] = None,
|
|
3105
3280
|
workgroup_name: typing.Optional[builtins.str] = None,
|
|
@@ -3121,6 +3296,8 @@ def _typecheckingstub__1ee3941005026bdab05d38183c12cc7cf5ff218e6db3877161b60d823
|
|
|
3121
3296
|
security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
3122
3297
|
subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
3123
3298
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3299
|
+
track_name: typing.Optional[builtins.str] = None,
|
|
3300
|
+
workgroup: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnWorkgroup.WorkgroupProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3124
3301
|
) -> None:
|
|
3125
3302
|
"""Type checking stubs"""
|
|
3126
3303
|
pass
|
aws_cdk/aws_route53/__init__.py
CHANGED
|
@@ -3319,7 +3319,7 @@ class CfnRecordSet(
|
|
|
3319
3319
|
@builtins.property
|
|
3320
3320
|
@jsii.member(jsii_name="attrId")
|
|
3321
3321
|
def attr_id(self) -> builtins.str:
|
|
3322
|
-
'''
|
|
3322
|
+
'''This element contains an ID that you use when performing a ``GetChange`` action to get detailed information about the change.
|
|
3323
3323
|
|
|
3324
3324
|
:cloudformationAttribute: Id
|
|
3325
3325
|
'''
|
|
@@ -4286,7 +4286,7 @@ class CfnRecordSetGroup(
|
|
|
4286
4286
|
@builtins.property
|
|
4287
4287
|
@jsii.member(jsii_name="attrId")
|
|
4288
4288
|
def attr_id(self) -> builtins.str:
|
|
4289
|
-
'''
|
|
4289
|
+
'''This element contains an ID that you use when performing a ``GetChange`` action to get detailed information about the change.
|
|
4290
4290
|
|
|
4291
4291
|
:cloudformationAttribute: Id
|
|
4292
4292
|
'''
|
|
@@ -93,6 +93,7 @@ class CfnCluster(
|
|
|
93
93
|
name="name",
|
|
94
94
|
|
|
95
95
|
# the properties below are optional
|
|
96
|
+
network_type="networkType",
|
|
96
97
|
tags=[CfnTag(
|
|
97
98
|
key="key",
|
|
98
99
|
value="value"
|
|
@@ -106,19 +107,21 @@ class CfnCluster(
|
|
|
106
107
|
id: builtins.str,
|
|
107
108
|
*,
|
|
108
109
|
name: builtins.str,
|
|
110
|
+
network_type: typing.Optional[builtins.str] = None,
|
|
109
111
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
110
112
|
) -> None:
|
|
111
113
|
'''
|
|
112
114
|
:param scope: Scope in which this resource is defined.
|
|
113
115
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
114
116
|
:param name: Name of the cluster. You can use any non-white space character in the name except the following: & > < ' (single quote) " (double quote) ; (semicolon).
|
|
117
|
+
:param network_type: Cluster supports IPv4 endpoints and Dual-stack IPv4 and IPv6 endpoints. NetworkType can be IPV4 or DUALSTACK.
|
|
115
118
|
:param tags: The tags associated with the cluster.
|
|
116
119
|
'''
|
|
117
120
|
if __debug__:
|
|
118
121
|
type_hints = typing.get_type_hints(_typecheckingstub__a22ce3cb989f0084b0215729b9e32485e8f3c7d8c5b66e19c5d569e7319889ca)
|
|
119
122
|
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
120
123
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
121
|
-
props = CfnClusterProps(name=name, tags=tags)
|
|
124
|
+
props = CfnClusterProps(name=name, network_type=network_type, tags=tags)
|
|
122
125
|
|
|
123
126
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
124
127
|
|
|
@@ -207,6 +210,19 @@ class CfnCluster(
|
|
|
207
210
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
208
211
|
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
209
212
|
|
|
213
|
+
@builtins.property
|
|
214
|
+
@jsii.member(jsii_name="networkType")
|
|
215
|
+
def network_type(self) -> typing.Optional[builtins.str]:
|
|
216
|
+
'''Cluster supports IPv4 endpoints and Dual-stack IPv4 and IPv6 endpoints.'''
|
|
217
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "networkType"))
|
|
218
|
+
|
|
219
|
+
@network_type.setter
|
|
220
|
+
def network_type(self, value: typing.Optional[builtins.str]) -> None:
|
|
221
|
+
if __debug__:
|
|
222
|
+
type_hints = typing.get_type_hints(_typecheckingstub__74c93f15d95285d08220407a27806cfcda4c141a344adc3ac15370b18b03a26c)
|
|
223
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
224
|
+
jsii.set(self, "networkType", value) # pyright: ignore[reportArgumentType]
|
|
225
|
+
|
|
210
226
|
@builtins.property
|
|
211
227
|
@jsii.member(jsii_name="tagsRaw")
|
|
212
228
|
def tags_raw(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
@@ -298,18 +314,20 @@ class CfnCluster(
|
|
|
298
314
|
@jsii.data_type(
|
|
299
315
|
jsii_type="aws-cdk-lib.aws_route53recoverycontrol.CfnClusterProps",
|
|
300
316
|
jsii_struct_bases=[],
|
|
301
|
-
name_mapping={"name": "name", "tags": "tags"},
|
|
317
|
+
name_mapping={"name": "name", "network_type": "networkType", "tags": "tags"},
|
|
302
318
|
)
|
|
303
319
|
class CfnClusterProps:
|
|
304
320
|
def __init__(
|
|
305
321
|
self,
|
|
306
322
|
*,
|
|
307
323
|
name: builtins.str,
|
|
324
|
+
network_type: typing.Optional[builtins.str] = None,
|
|
308
325
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
309
326
|
) -> None:
|
|
310
327
|
'''Properties for defining a ``CfnCluster``.
|
|
311
328
|
|
|
312
329
|
:param name: Name of the cluster. You can use any non-white space character in the name except the following: & > < ' (single quote) " (double quote) ; (semicolon).
|
|
330
|
+
:param network_type: Cluster supports IPv4 endpoints and Dual-stack IPv4 and IPv6 endpoints. NetworkType can be IPV4 or DUALSTACK.
|
|
313
331
|
:param tags: The tags associated with the cluster.
|
|
314
332
|
|
|
315
333
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoverycontrol-cluster.html
|
|
@@ -325,6 +343,7 @@ class CfnClusterProps:
|
|
|
325
343
|
name="name",
|
|
326
344
|
|
|
327
345
|
# the properties below are optional
|
|
346
|
+
network_type="networkType",
|
|
328
347
|
tags=[CfnTag(
|
|
329
348
|
key="key",
|
|
330
349
|
value="value"
|
|
@@ -334,10 +353,13 @@ class CfnClusterProps:
|
|
|
334
353
|
if __debug__:
|
|
335
354
|
type_hints = typing.get_type_hints(_typecheckingstub__24ce2dce26c7c141f1b9e0e5bcda1dc9d1ab67320e0af4676b77cea0c5569d52)
|
|
336
355
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
356
|
+
check_type(argname="argument network_type", value=network_type, expected_type=type_hints["network_type"])
|
|
337
357
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
338
358
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
339
359
|
"name": name,
|
|
340
360
|
}
|
|
361
|
+
if network_type is not None:
|
|
362
|
+
self._values["network_type"] = network_type
|
|
341
363
|
if tags is not None:
|
|
342
364
|
self._values["tags"] = tags
|
|
343
365
|
|
|
@@ -353,6 +375,17 @@ class CfnClusterProps:
|
|
|
353
375
|
assert result is not None, "Required property 'name' is missing"
|
|
354
376
|
return typing.cast(builtins.str, result)
|
|
355
377
|
|
|
378
|
+
@builtins.property
|
|
379
|
+
def network_type(self) -> typing.Optional[builtins.str]:
|
|
380
|
+
'''Cluster supports IPv4 endpoints and Dual-stack IPv4 and IPv6 endpoints.
|
|
381
|
+
|
|
382
|
+
NetworkType can be IPV4 or DUALSTACK.
|
|
383
|
+
|
|
384
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoverycontrol-cluster.html#cfn-route53recoverycontrol-cluster-networktype
|
|
385
|
+
'''
|
|
386
|
+
result = self._values.get("network_type")
|
|
387
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
388
|
+
|
|
356
389
|
@builtins.property
|
|
357
390
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
358
391
|
'''The tags associated with the cluster.
|
|
@@ -1597,6 +1630,7 @@ def _typecheckingstub__a22ce3cb989f0084b0215729b9e32485e8f3c7d8c5b66e19c5d569e73
|
|
|
1597
1630
|
id: builtins.str,
|
|
1598
1631
|
*,
|
|
1599
1632
|
name: builtins.str,
|
|
1633
|
+
network_type: typing.Optional[builtins.str] = None,
|
|
1600
1634
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1601
1635
|
) -> None:
|
|
1602
1636
|
"""Type checking stubs"""
|
|
@@ -1620,6 +1654,12 @@ def _typecheckingstub__1c1256c59e47b758559a89c3e22392b86499c611a6b2d3207ea90be49
|
|
|
1620
1654
|
"""Type checking stubs"""
|
|
1621
1655
|
pass
|
|
1622
1656
|
|
|
1657
|
+
def _typecheckingstub__74c93f15d95285d08220407a27806cfcda4c141a344adc3ac15370b18b03a26c(
|
|
1658
|
+
value: typing.Optional[builtins.str],
|
|
1659
|
+
) -> None:
|
|
1660
|
+
"""Type checking stubs"""
|
|
1661
|
+
pass
|
|
1662
|
+
|
|
1623
1663
|
def _typecheckingstub__07baed78448e49810892cf249edb0e6836f52fd39d85bd39a03b4d9a5c018f83(
|
|
1624
1664
|
value: typing.Optional[typing.List[_CfnTag_f6864754]],
|
|
1625
1665
|
) -> None:
|
|
@@ -1637,6 +1677,7 @@ def _typecheckingstub__417623fb2e8bf530a95eb326a2e5d219300a55ce5482328b4bf15990d
|
|
|
1637
1677
|
def _typecheckingstub__24ce2dce26c7c141f1b9e0e5bcda1dc9d1ab67320e0af4676b77cea0c5569d52(
|
|
1638
1678
|
*,
|
|
1639
1679
|
name: builtins.str,
|
|
1680
|
+
network_type: typing.Optional[builtins.str] = None,
|
|
1640
1681
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1641
1682
|
) -> None:
|
|
1642
1683
|
"""Type checking stubs"""
|