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

Files changed (69) hide show
  1. aws_cdk/__init__.py +57 -0
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.172.0.jsii.tgz → aws-cdk-lib@2.173.1.jsii.tgz} +0 -0
  4. aws_cdk/aws_amazonmq/__init__.py +40 -40
  5. aws_cdk/aws_apigateway/__init__.py +111 -64
  6. aws_cdk/aws_applicationautoscaling/__init__.py +141 -66
  7. aws_cdk/aws_appsync/__init__.py +4 -3
  8. aws_cdk/aws_autoscaling/__init__.py +15 -6
  9. aws_cdk/aws_bedrock/__init__.py +32 -44
  10. aws_cdk/aws_chatbot/__init__.py +72 -46
  11. aws_cdk/aws_cleanrooms/__init__.py +4 -6
  12. aws_cdk/aws_cloudfront/__init__.py +4 -2
  13. aws_cdk/aws_cloudtrail/__init__.py +104 -68
  14. aws_cdk/aws_cloudwatch/__init__.py +51 -14
  15. aws_cdk/aws_codebuild/__init__.py +39 -0
  16. aws_cdk/aws_codepipeline/__init__.py +4 -4
  17. aws_cdk/aws_cognito/__init__.py +221 -53
  18. aws_cdk/aws_config/__init__.py +13 -10
  19. aws_cdk/aws_connect/__init__.py +25 -23
  20. aws_cdk/aws_connectcampaignsv2/__init__.py +187 -176
  21. aws_cdk/aws_docdb/__init__.py +128 -0
  22. aws_cdk/aws_dynamodb/__init__.py +256 -0
  23. aws_cdk/aws_ec2/__init__.py +130 -48
  24. aws_cdk/aws_ecs/__init__.py +25 -13
  25. aws_cdk/aws_eks/__init__.py +86 -24
  26. aws_cdk/aws_elasticache/__init__.py +22 -22
  27. aws_cdk/aws_elasticloadbalancingv2/__init__.py +138 -128
  28. aws_cdk/aws_events/__init__.py +39 -26
  29. aws_cdk/aws_fsx/__init__.py +134 -10
  30. aws_cdk/aws_imagebuilder/__init__.py +8 -8
  31. aws_cdk/aws_invoicing/__init__.py +651 -0
  32. aws_cdk/aws_iot/__init__.py +28 -22
  33. aws_cdk/aws_iotfleetwise/__init__.py +473 -332
  34. aws_cdk/aws_iotsitewise/__init__.py +6 -4
  35. aws_cdk/aws_ivs/__init__.py +43 -31
  36. aws_cdk/aws_kendra/__init__.py +4 -0
  37. aws_cdk/aws_lakeformation/__init__.py +2 -1
  38. aws_cdk/aws_lambda/__init__.py +258 -156
  39. aws_cdk/aws_logs/__init__.py +532 -0
  40. aws_cdk/aws_m2/__init__.py +15 -15
  41. aws_cdk/aws_mediaconnect/__init__.py +24 -14
  42. aws_cdk/aws_medialive/__init__.py +2359 -5
  43. aws_cdk/aws_mediapackage/__init__.py +3 -9
  44. aws_cdk/aws_mediapackagev2/__init__.py +19 -17
  45. aws_cdk/aws_memorydb/__init__.py +664 -4
  46. aws_cdk/aws_qbusiness/__init__.py +2018 -66
  47. aws_cdk/aws_rds/__init__.py +30 -0
  48. aws_cdk/aws_resourcegroups/__init__.py +26 -17
  49. aws_cdk/aws_route53/__init__.py +1177 -10
  50. aws_cdk/aws_route53_targets/__init__.py +224 -100
  51. aws_cdk/aws_route53resolver/__init__.py +4 -2
  52. aws_cdk/aws_s3/__init__.py +4 -4
  53. aws_cdk/aws_s3express/__init__.py +30 -19
  54. aws_cdk/aws_sagemaker/__init__.py +783 -9
  55. aws_cdk/aws_secretsmanager/__init__.py +20 -6
  56. aws_cdk/aws_securityhub/__init__.py +64 -32
  57. aws_cdk/aws_servicediscovery/__init__.py +43 -0
  58. aws_cdk/aws_ses/__init__.py +109 -0
  59. aws_cdk/aws_stepfunctions_tasks/__init__.py +190 -35
  60. aws_cdk/aws_synthetics/__init__.py +7 -5
  61. aws_cdk/aws_vpclattice/__init__.py +1479 -122
  62. aws_cdk/aws_wisdom/__init__.py +2698 -232
  63. aws_cdk/aws_workspacesweb/__init__.py +118 -61
  64. {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/METADATA +1 -1
  65. {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/RECORD +69 -68
  66. {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/LICENSE +0 -0
  67. {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/NOTICE +0 -0
  68. {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/WHEEL +0 -0
  69. {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/top_level.txt +0 -0
@@ -64,6 +64,7 @@ from .. import (
64
64
  IInspectable as _IInspectable_c2943556,
65
65
  IResolvable as _IResolvable_da3f097b,
66
66
  ITaggable as _ITaggable_36806126,
67
+ ITaggableV2 as _ITaggableV2_4e6798f8,
67
68
  TagManager as _TagManager_0a598cb3,
68
69
  TreeInspector as _TreeInspector_488e0dd5,
69
70
  )
@@ -116,8 +117,8 @@ class CfnAccessLogSubscription(
116
117
  :param scope: Scope in which this resource is defined.
117
118
  :param id: Construct identifier for this resource (unique in its scope).
118
119
  :param destination_arn: The Amazon Resource Name (ARN) of the destination. The supported destination types are CloudWatch Log groups, Kinesis Data Firehose delivery streams, and Amazon S3 buckets.
119
- :param resource_identifier: The ID or Amazon Resource Name (ARN) of the service network or service.
120
- :param service_network_log_type:
120
+ :param resource_identifier: The ID or ARN of the service network or service.
121
+ :param service_network_log_type: Log type of the service network.
121
122
  :param tags: The tags for the access log subscription.
122
123
  '''
123
124
  if __debug__:
@@ -226,7 +227,7 @@ class CfnAccessLogSubscription(
226
227
  @builtins.property
227
228
  @jsii.member(jsii_name="resourceIdentifier")
228
229
  def resource_identifier(self) -> typing.Optional[builtins.str]:
229
- '''The ID or Amazon Resource Name (ARN) of the service network or service.'''
230
+ '''The ID or ARN of the service network or service.'''
230
231
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "resourceIdentifier"))
231
232
 
232
233
  @resource_identifier.setter
@@ -239,6 +240,7 @@ class CfnAccessLogSubscription(
239
240
  @builtins.property
240
241
  @jsii.member(jsii_name="serviceNetworkLogType")
241
242
  def service_network_log_type(self) -> typing.Optional[builtins.str]:
243
+ '''Log type of the service network.'''
242
244
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "serviceNetworkLogType"))
243
245
 
244
246
  @service_network_log_type.setter
@@ -284,8 +286,8 @@ class CfnAccessLogSubscriptionProps:
284
286
  '''Properties for defining a ``CfnAccessLogSubscription``.
285
287
 
286
288
  :param destination_arn: The Amazon Resource Name (ARN) of the destination. The supported destination types are CloudWatch Log groups, Kinesis Data Firehose delivery streams, and Amazon S3 buckets.
287
- :param resource_identifier: The ID or Amazon Resource Name (ARN) of the service network or service.
288
- :param service_network_log_type:
289
+ :param resource_identifier: The ID or ARN of the service network or service.
290
+ :param service_network_log_type: Log type of the service network.
289
291
  :param tags: The tags for the access log subscription.
290
292
 
291
293
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-accesslogsubscription.html
@@ -339,7 +341,7 @@ class CfnAccessLogSubscriptionProps:
339
341
 
340
342
  @builtins.property
341
343
  def resource_identifier(self) -> typing.Optional[builtins.str]:
342
- '''The ID or Amazon Resource Name (ARN) of the service network or service.
344
+ '''The ID or ARN of the service network or service.
343
345
 
344
346
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-accesslogsubscription.html#cfn-vpclattice-accesslogsubscription-resourceidentifier
345
347
  '''
@@ -348,7 +350,8 @@ class CfnAccessLogSubscriptionProps:
348
350
 
349
351
  @builtins.property
350
352
  def service_network_log_type(self) -> typing.Optional[builtins.str]:
351
- '''
353
+ '''Log type of the service network.
354
+
352
355
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-accesslogsubscription.html#cfn-vpclattice-accesslogsubscription-servicenetworklogtype
353
356
  '''
354
357
  result = self._values.get("service_network_log_type")
@@ -415,7 +418,7 @@ class CfnAuthPolicy(
415
418
  :param scope: Scope in which this resource is defined.
416
419
  :param id: Construct identifier for this resource (unique in its scope).
417
420
  :param policy: The auth policy.
418
- :param resource_identifier: The ID or Amazon Resource Name (ARN) of the service network or service for which the policy is created.
421
+ :param resource_identifier: The ID or ARN of the service network or service for which the policy is created.
419
422
  '''
420
423
  if __debug__:
421
424
  type_hints = typing.get_type_hints(_typecheckingstub__abc7f80c1c8d027e6648f29dec237037cc235db1d8d50ebf4422488fb91b8baf)
@@ -489,7 +492,7 @@ class CfnAuthPolicy(
489
492
  @builtins.property
490
493
  @jsii.member(jsii_name="resourceIdentifier")
491
494
  def resource_identifier(self) -> builtins.str:
492
- '''The ID or Amazon Resource Name (ARN) of the service network or service for which the policy is created.'''
495
+ '''The ID or ARN of the service network or service for which the policy is created.'''
493
496
  return typing.cast(builtins.str, jsii.get(self, "resourceIdentifier"))
494
497
 
495
498
  @resource_identifier.setter
@@ -515,7 +518,7 @@ class CfnAuthPolicyProps:
515
518
  '''Properties for defining a ``CfnAuthPolicy``.
516
519
 
517
520
  :param policy: The auth policy.
518
- :param resource_identifier: The ID or Amazon Resource Name (ARN) of the service network or service for which the policy is created.
521
+ :param resource_identifier: The ID or ARN of the service network or service for which the policy is created.
519
522
 
520
523
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-authpolicy.html
521
524
  :exampleMetadata: fixture=_generated
@@ -554,7 +557,7 @@ class CfnAuthPolicyProps:
554
557
 
555
558
  @builtins.property
556
559
  def resource_identifier(self) -> builtins.str:
557
- '''The ID or Amazon Resource Name (ARN) of the service network or service for which the policy is created.
560
+ '''The ID or ARN of the service network or service for which the policy is created.
558
561
 
559
562
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-authpolicy.html#cfn-vpclattice-authpolicy-resourceidentifier
560
563
  '''
@@ -640,7 +643,7 @@ class CfnListener(
640
643
  :param protocol: The listener protocol.
641
644
  :param name: The name of the listener. A listener name must be unique within a service. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen. If you don't specify a name, CloudFormation generates one. However, if you specify a name, and later want to replace the resource, you must specify a new name.
642
645
  :param port: The listener port. You can specify a value from 1 to 65535. For HTTP, the default is 80. For HTTPS, the default is 443.
643
- :param service_identifier: The ID or Amazon Resource Name (ARN) of the service.
646
+ :param service_identifier: The ID or ARN of the service.
644
647
  :param tags: The tags for the listener.
645
648
  '''
646
649
  if __debug__:
@@ -795,7 +798,7 @@ class CfnListener(
795
798
  @builtins.property
796
799
  @jsii.member(jsii_name="serviceIdentifier")
797
800
  def service_identifier(self) -> typing.Optional[builtins.str]:
798
- '''The ID or Amazon Resource Name (ARN) of the service.'''
801
+ '''The ID or ARN of the service.'''
799
802
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "serviceIdentifier"))
800
803
 
801
804
  @service_identifier.setter
@@ -1134,7 +1137,7 @@ class CfnListenerProps:
1134
1137
  :param protocol: The listener protocol.
1135
1138
  :param name: The name of the listener. A listener name must be unique within a service. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen. If you don't specify a name, CloudFormation generates one. However, if you specify a name, and later want to replace the resource, you must specify a new name.
1136
1139
  :param port: The listener port. You can specify a value from 1 to 65535. For HTTP, the default is 80. For HTTPS, the default is 443.
1137
- :param service_identifier: The ID or Amazon Resource Name (ARN) of the service.
1140
+ :param service_identifier: The ID or ARN of the service.
1138
1141
  :param tags: The tags for the listener.
1139
1142
 
1140
1143
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-listener.html
@@ -1231,34 +1234,905 @@ class CfnListenerProps:
1231
1234
  return typing.cast(typing.Optional[builtins.str], result)
1232
1235
 
1233
1236
  @builtins.property
1234
- def port(self) -> typing.Optional[jsii.Number]:
1235
- '''The listener port.
1236
-
1237
- You can specify a value from 1 to 65535. For HTTP, the default is 80. For HTTPS, the default is 443.
1237
+ def port(self) -> typing.Optional[jsii.Number]:
1238
+ '''The listener port.
1239
+
1240
+ You can specify a value from 1 to 65535. For HTTP, the default is 80. For HTTPS, the default is 443.
1241
+
1242
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-listener.html#cfn-vpclattice-listener-port
1243
+ '''
1244
+ result = self._values.get("port")
1245
+ return typing.cast(typing.Optional[jsii.Number], result)
1246
+
1247
+ @builtins.property
1248
+ def service_identifier(self) -> typing.Optional[builtins.str]:
1249
+ '''The ID or ARN of the service.
1250
+
1251
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-listener.html#cfn-vpclattice-listener-serviceidentifier
1252
+ '''
1253
+ result = self._values.get("service_identifier")
1254
+ return typing.cast(typing.Optional[builtins.str], result)
1255
+
1256
+ @builtins.property
1257
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
1258
+ '''The tags for the listener.
1259
+
1260
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-listener.html#cfn-vpclattice-listener-tags
1261
+ '''
1262
+ result = self._values.get("tags")
1263
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
1264
+
1265
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1266
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1267
+
1268
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1269
+ return not (rhs == self)
1270
+
1271
+ def __repr__(self) -> str:
1272
+ return "CfnListenerProps(%s)" % ", ".join(
1273
+ k + "=" + repr(v) for k, v in self._values.items()
1274
+ )
1275
+
1276
+
1277
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
1278
+ class CfnResourceConfiguration(
1279
+ _CfnResource_9df397a6,
1280
+ metaclass=jsii.JSIIMeta,
1281
+ jsii_type="aws-cdk-lib.aws_vpclattice.CfnResourceConfiguration",
1282
+ ):
1283
+ '''VpcLattice ResourceConfiguration CFN resource.
1284
+
1285
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html
1286
+ :cloudformationResource: AWS::VpcLattice::ResourceConfiguration
1287
+ :exampleMetadata: fixture=_generated
1288
+
1289
+ Example::
1290
+
1291
+ # The code below shows an example of how to instantiate this type.
1292
+ # The values are placeholders you should change.
1293
+ from aws_cdk import aws_vpclattice as vpclattice
1294
+
1295
+ cfn_resource_configuration = vpclattice.CfnResourceConfiguration(self, "MyCfnResourceConfiguration",
1296
+ allow_association_to_sharable_service_network=False,
1297
+ name="name",
1298
+ port_ranges=["portRanges"],
1299
+ protocol_type="protocolType",
1300
+ resource_configuration_auth_type="resourceConfigurationAuthType",
1301
+ resource_configuration_definition=vpclattice.CfnResourceConfiguration.ResourceConfigurationDefinitionProperty(
1302
+ ip_resource="ipResource"
1303
+ ),
1304
+ resource_configuration_group_id="resourceConfigurationGroupId",
1305
+ resource_configuration_type="resourceConfigurationType",
1306
+ resource_gateway_id="resourceGatewayId",
1307
+ tags=[CfnTag(
1308
+ key="key",
1309
+ value="value"
1310
+ )]
1311
+ )
1312
+ '''
1313
+
1314
+ def __init__(
1315
+ self,
1316
+ scope: _constructs_77d1e7e8.Construct,
1317
+ id: builtins.str,
1318
+ *,
1319
+ allow_association_to_sharable_service_network: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
1320
+ name: typing.Optional[builtins.str] = None,
1321
+ port_ranges: typing.Optional[typing.Sequence[builtins.str]] = None,
1322
+ protocol_type: typing.Optional[builtins.str] = None,
1323
+ resource_configuration_auth_type: typing.Optional[builtins.str] = None,
1324
+ resource_configuration_definition: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnResourceConfiguration.ResourceConfigurationDefinitionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1325
+ resource_configuration_group_id: typing.Optional[builtins.str] = None,
1326
+ resource_configuration_type: typing.Optional[builtins.str] = None,
1327
+ resource_gateway_id: typing.Optional[builtins.str] = None,
1328
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
1329
+ ) -> None:
1330
+ '''
1331
+ :param scope: Scope in which this resource is defined.
1332
+ :param id: Construct identifier for this resource (unique in its scope).
1333
+ :param allow_association_to_sharable_service_network:
1334
+ :param name:
1335
+ :param port_ranges:
1336
+ :param protocol_type:
1337
+ :param resource_configuration_auth_type:
1338
+ :param resource_configuration_definition:
1339
+ :param resource_configuration_group_id:
1340
+ :param resource_configuration_type:
1341
+ :param resource_gateway_id:
1342
+ :param tags:
1343
+ '''
1344
+ if __debug__:
1345
+ type_hints = typing.get_type_hints(_typecheckingstub__6d403f9161b4d427bd92d4b1a1a263447b680ac47cb5036d62501f7fbc094fa8)
1346
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1347
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1348
+ props = CfnResourceConfigurationProps(
1349
+ allow_association_to_sharable_service_network=allow_association_to_sharable_service_network,
1350
+ name=name,
1351
+ port_ranges=port_ranges,
1352
+ protocol_type=protocol_type,
1353
+ resource_configuration_auth_type=resource_configuration_auth_type,
1354
+ resource_configuration_definition=resource_configuration_definition,
1355
+ resource_configuration_group_id=resource_configuration_group_id,
1356
+ resource_configuration_type=resource_configuration_type,
1357
+ resource_gateway_id=resource_gateway_id,
1358
+ tags=tags,
1359
+ )
1360
+
1361
+ jsii.create(self.__class__, self, [scope, id, props])
1362
+
1363
+ @jsii.member(jsii_name="inspect")
1364
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
1365
+ '''Examines the CloudFormation resource and discloses attributes.
1366
+
1367
+ :param inspector: tree inspector to collect and process attributes.
1368
+ '''
1369
+ if __debug__:
1370
+ type_hints = typing.get_type_hints(_typecheckingstub__f4a06c6b8e94c8464ad1454a24e372a09eb877d8f3e458c78b522220e29aaf70)
1371
+ check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
1372
+ return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
1373
+
1374
+ @jsii.member(jsii_name="renderProperties")
1375
+ def _render_properties(
1376
+ self,
1377
+ props: typing.Mapping[builtins.str, typing.Any],
1378
+ ) -> typing.Mapping[builtins.str, typing.Any]:
1379
+ '''
1380
+ :param props: -
1381
+ '''
1382
+ if __debug__:
1383
+ type_hints = typing.get_type_hints(_typecheckingstub__3754b09494f8006d837368599eb7dfc715e33b3e7d30d21f635a62e5387b0c5a)
1384
+ check_type(argname="argument props", value=props, expected_type=type_hints["props"])
1385
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
1386
+
1387
+ @jsii.python.classproperty
1388
+ @jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
1389
+ def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
1390
+ '''The CloudFormation resource type name for this resource class.'''
1391
+ return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
1392
+
1393
+ @builtins.property
1394
+ @jsii.member(jsii_name="attrArn")
1395
+ def attr_arn(self) -> builtins.str:
1396
+ '''
1397
+ :cloudformationAttribute: Arn
1398
+ '''
1399
+ return typing.cast(builtins.str, jsii.get(self, "attrArn"))
1400
+
1401
+ @builtins.property
1402
+ @jsii.member(jsii_name="attrId")
1403
+ def attr_id(self) -> builtins.str:
1404
+ '''
1405
+ :cloudformationAttribute: Id
1406
+ '''
1407
+ return typing.cast(builtins.str, jsii.get(self, "attrId"))
1408
+
1409
+ @builtins.property
1410
+ @jsii.member(jsii_name="cdkTagManager")
1411
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
1412
+ '''Tag Manager which manages the tags for this resource.'''
1413
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
1414
+
1415
+ @builtins.property
1416
+ @jsii.member(jsii_name="cfnProperties")
1417
+ def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
1418
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
1419
+
1420
+ @builtins.property
1421
+ @jsii.member(jsii_name="allowAssociationToSharableServiceNetwork")
1422
+ def allow_association_to_sharable_service_network(
1423
+ self,
1424
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
1425
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "allowAssociationToSharableServiceNetwork"))
1426
+
1427
+ @allow_association_to_sharable_service_network.setter
1428
+ def allow_association_to_sharable_service_network(
1429
+ self,
1430
+ value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
1431
+ ) -> None:
1432
+ if __debug__:
1433
+ type_hints = typing.get_type_hints(_typecheckingstub__d1ef450fae7a40fb3e9c4ee0eb161050d61b06bd98ab10bb1187f14c7b5c9ceb)
1434
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1435
+ jsii.set(self, "allowAssociationToSharableServiceNetwork", value) # pyright: ignore[reportArgumentType]
1436
+
1437
+ @builtins.property
1438
+ @jsii.member(jsii_name="name")
1439
+ def name(self) -> typing.Optional[builtins.str]:
1440
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "name"))
1441
+
1442
+ @name.setter
1443
+ def name(self, value: typing.Optional[builtins.str]) -> None:
1444
+ if __debug__:
1445
+ type_hints = typing.get_type_hints(_typecheckingstub__05c6c80cd49033d3aa0afe190c923dcae73156dcab6ce48936861ca4ccc73ef0)
1446
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1447
+ jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
1448
+
1449
+ @builtins.property
1450
+ @jsii.member(jsii_name="portRanges")
1451
+ def port_ranges(self) -> typing.Optional[typing.List[builtins.str]]:
1452
+ return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "portRanges"))
1453
+
1454
+ @port_ranges.setter
1455
+ def port_ranges(self, value: typing.Optional[typing.List[builtins.str]]) -> None:
1456
+ if __debug__:
1457
+ type_hints = typing.get_type_hints(_typecheckingstub__1cc4f3245eb439613256fcc148c8285002aeb6909efedb87a40b5694b1a8fc85)
1458
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1459
+ jsii.set(self, "portRanges", value) # pyright: ignore[reportArgumentType]
1460
+
1461
+ @builtins.property
1462
+ @jsii.member(jsii_name="protocolType")
1463
+ def protocol_type(self) -> typing.Optional[builtins.str]:
1464
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "protocolType"))
1465
+
1466
+ @protocol_type.setter
1467
+ def protocol_type(self, value: typing.Optional[builtins.str]) -> None:
1468
+ if __debug__:
1469
+ type_hints = typing.get_type_hints(_typecheckingstub__08b6d6e5c0f44624c6d5f2512c7527e00c3ef937b3b38d19a24cb5d9d784af7d)
1470
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1471
+ jsii.set(self, "protocolType", value) # pyright: ignore[reportArgumentType]
1472
+
1473
+ @builtins.property
1474
+ @jsii.member(jsii_name="resourceConfigurationAuthType")
1475
+ def resource_configuration_auth_type(self) -> typing.Optional[builtins.str]:
1476
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "resourceConfigurationAuthType"))
1477
+
1478
+ @resource_configuration_auth_type.setter
1479
+ def resource_configuration_auth_type(
1480
+ self,
1481
+ value: typing.Optional[builtins.str],
1482
+ ) -> None:
1483
+ if __debug__:
1484
+ type_hints = typing.get_type_hints(_typecheckingstub__bc2fb81d3ba4756f61160590710d8684f20485505b7b325afb2e862b68530fee)
1485
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1486
+ jsii.set(self, "resourceConfigurationAuthType", value) # pyright: ignore[reportArgumentType]
1487
+
1488
+ @builtins.property
1489
+ @jsii.member(jsii_name="resourceConfigurationDefinition")
1490
+ def resource_configuration_definition(
1491
+ self,
1492
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnResourceConfiguration.ResourceConfigurationDefinitionProperty"]]:
1493
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnResourceConfiguration.ResourceConfigurationDefinitionProperty"]], jsii.get(self, "resourceConfigurationDefinition"))
1494
+
1495
+ @resource_configuration_definition.setter
1496
+ def resource_configuration_definition(
1497
+ self,
1498
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnResourceConfiguration.ResourceConfigurationDefinitionProperty"]],
1499
+ ) -> None:
1500
+ if __debug__:
1501
+ type_hints = typing.get_type_hints(_typecheckingstub__7788613af96a11a7c69e0fffa865e7ae3848958ee2d19e159a8a81638e218ca2)
1502
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1503
+ jsii.set(self, "resourceConfigurationDefinition", value) # pyright: ignore[reportArgumentType]
1504
+
1505
+ @builtins.property
1506
+ @jsii.member(jsii_name="resourceConfigurationGroupId")
1507
+ def resource_configuration_group_id(self) -> typing.Optional[builtins.str]:
1508
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "resourceConfigurationGroupId"))
1509
+
1510
+ @resource_configuration_group_id.setter
1511
+ def resource_configuration_group_id(
1512
+ self,
1513
+ value: typing.Optional[builtins.str],
1514
+ ) -> None:
1515
+ if __debug__:
1516
+ type_hints = typing.get_type_hints(_typecheckingstub__1121abed475cd3e475b62bd8b47dabfd15e44d41d9771f06cad88fe0c46fa3b2)
1517
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1518
+ jsii.set(self, "resourceConfigurationGroupId", value) # pyright: ignore[reportArgumentType]
1519
+
1520
+ @builtins.property
1521
+ @jsii.member(jsii_name="resourceConfigurationType")
1522
+ def resource_configuration_type(self) -> typing.Optional[builtins.str]:
1523
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "resourceConfigurationType"))
1524
+
1525
+ @resource_configuration_type.setter
1526
+ def resource_configuration_type(self, value: typing.Optional[builtins.str]) -> None:
1527
+ if __debug__:
1528
+ type_hints = typing.get_type_hints(_typecheckingstub__78c78698636e3ca61354c53cb8cdfc165b65a1ae7d941087c00f199b89c59f80)
1529
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1530
+ jsii.set(self, "resourceConfigurationType", value) # pyright: ignore[reportArgumentType]
1531
+
1532
+ @builtins.property
1533
+ @jsii.member(jsii_name="resourceGatewayId")
1534
+ def resource_gateway_id(self) -> typing.Optional[builtins.str]:
1535
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "resourceGatewayId"))
1536
+
1537
+ @resource_gateway_id.setter
1538
+ def resource_gateway_id(self, value: typing.Optional[builtins.str]) -> None:
1539
+ if __debug__:
1540
+ type_hints = typing.get_type_hints(_typecheckingstub__3823c802f0ca61b478a6bc105102ac700a4091dd81e698a0148bcfd91ec5332a)
1541
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1542
+ jsii.set(self, "resourceGatewayId", value) # pyright: ignore[reportArgumentType]
1543
+
1544
+ @builtins.property
1545
+ @jsii.member(jsii_name="tags")
1546
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
1547
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
1548
+
1549
+ @tags.setter
1550
+ def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
1551
+ if __debug__:
1552
+ type_hints = typing.get_type_hints(_typecheckingstub__4f5f1b5a9415ccd7fa5ca852ef4adaa16d7ede062f9c3e53659f7d70469e270f)
1553
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1554
+ jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
1555
+
1556
+ @jsii.data_type(
1557
+ jsii_type="aws-cdk-lib.aws_vpclattice.CfnResourceConfiguration.ResourceConfigurationDefinitionProperty",
1558
+ jsii_struct_bases=[],
1559
+ name_mapping={"ip_resource": "ipResource"},
1560
+ )
1561
+ class ResourceConfigurationDefinitionProperty:
1562
+ def __init__(self, *, ip_resource: builtins.str) -> None:
1563
+ '''
1564
+ :param ip_resource:
1565
+
1566
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-resourceconfiguration-resourceconfigurationdefinition.html
1567
+ :exampleMetadata: fixture=_generated
1568
+
1569
+ Example::
1570
+
1571
+ # The code below shows an example of how to instantiate this type.
1572
+ # The values are placeholders you should change.
1573
+ from aws_cdk import aws_vpclattice as vpclattice
1574
+
1575
+ resource_configuration_definition_property = vpclattice.CfnResourceConfiguration.ResourceConfigurationDefinitionProperty(
1576
+ ip_resource="ipResource"
1577
+ )
1578
+ '''
1579
+ if __debug__:
1580
+ type_hints = typing.get_type_hints(_typecheckingstub__9121263d95571010bd6dc19e1c8287b50bf9733de5f1bdf0bc8a14a7f1387be0)
1581
+ check_type(argname="argument ip_resource", value=ip_resource, expected_type=type_hints["ip_resource"])
1582
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1583
+ "ip_resource": ip_resource,
1584
+ }
1585
+
1586
+ @builtins.property
1587
+ def ip_resource(self) -> builtins.str:
1588
+ '''
1589
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-resourceconfiguration-resourceconfigurationdefinition.html#cfn-vpclattice-resourceconfiguration-resourceconfigurationdefinition-ipresource
1590
+ '''
1591
+ result = self._values.get("ip_resource")
1592
+ assert result is not None, "Required property 'ip_resource' is missing"
1593
+ return typing.cast(builtins.str, result)
1594
+
1595
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1596
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1597
+
1598
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1599
+ return not (rhs == self)
1600
+
1601
+ def __repr__(self) -> str:
1602
+ return "ResourceConfigurationDefinitionProperty(%s)" % ", ".join(
1603
+ k + "=" + repr(v) for k, v in self._values.items()
1604
+ )
1605
+
1606
+
1607
+ @jsii.data_type(
1608
+ jsii_type="aws-cdk-lib.aws_vpclattice.CfnResourceConfigurationProps",
1609
+ jsii_struct_bases=[],
1610
+ name_mapping={
1611
+ "allow_association_to_sharable_service_network": "allowAssociationToSharableServiceNetwork",
1612
+ "name": "name",
1613
+ "port_ranges": "portRanges",
1614
+ "protocol_type": "protocolType",
1615
+ "resource_configuration_auth_type": "resourceConfigurationAuthType",
1616
+ "resource_configuration_definition": "resourceConfigurationDefinition",
1617
+ "resource_configuration_group_id": "resourceConfigurationGroupId",
1618
+ "resource_configuration_type": "resourceConfigurationType",
1619
+ "resource_gateway_id": "resourceGatewayId",
1620
+ "tags": "tags",
1621
+ },
1622
+ )
1623
+ class CfnResourceConfigurationProps:
1624
+ def __init__(
1625
+ self,
1626
+ *,
1627
+ allow_association_to_sharable_service_network: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
1628
+ name: typing.Optional[builtins.str] = None,
1629
+ port_ranges: typing.Optional[typing.Sequence[builtins.str]] = None,
1630
+ protocol_type: typing.Optional[builtins.str] = None,
1631
+ resource_configuration_auth_type: typing.Optional[builtins.str] = None,
1632
+ resource_configuration_definition: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnResourceConfiguration.ResourceConfigurationDefinitionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
1633
+ resource_configuration_group_id: typing.Optional[builtins.str] = None,
1634
+ resource_configuration_type: typing.Optional[builtins.str] = None,
1635
+ resource_gateway_id: typing.Optional[builtins.str] = None,
1636
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
1637
+ ) -> None:
1638
+ '''Properties for defining a ``CfnResourceConfiguration``.
1639
+
1640
+ :param allow_association_to_sharable_service_network:
1641
+ :param name:
1642
+ :param port_ranges:
1643
+ :param protocol_type:
1644
+ :param resource_configuration_auth_type:
1645
+ :param resource_configuration_definition:
1646
+ :param resource_configuration_group_id:
1647
+ :param resource_configuration_type:
1648
+ :param resource_gateway_id:
1649
+ :param tags:
1650
+
1651
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html
1652
+ :exampleMetadata: fixture=_generated
1653
+
1654
+ Example::
1655
+
1656
+ # The code below shows an example of how to instantiate this type.
1657
+ # The values are placeholders you should change.
1658
+ from aws_cdk import aws_vpclattice as vpclattice
1659
+
1660
+ cfn_resource_configuration_props = vpclattice.CfnResourceConfigurationProps(
1661
+ allow_association_to_sharable_service_network=False,
1662
+ name="name",
1663
+ port_ranges=["portRanges"],
1664
+ protocol_type="protocolType",
1665
+ resource_configuration_auth_type="resourceConfigurationAuthType",
1666
+ resource_configuration_definition=vpclattice.CfnResourceConfiguration.ResourceConfigurationDefinitionProperty(
1667
+ ip_resource="ipResource"
1668
+ ),
1669
+ resource_configuration_group_id="resourceConfigurationGroupId",
1670
+ resource_configuration_type="resourceConfigurationType",
1671
+ resource_gateway_id="resourceGatewayId",
1672
+ tags=[CfnTag(
1673
+ key="key",
1674
+ value="value"
1675
+ )]
1676
+ )
1677
+ '''
1678
+ if __debug__:
1679
+ type_hints = typing.get_type_hints(_typecheckingstub__797cfcb00db81ec7627009ae5f799c38c09652aee4a602480e341f9e4049b098)
1680
+ check_type(argname="argument allow_association_to_sharable_service_network", value=allow_association_to_sharable_service_network, expected_type=type_hints["allow_association_to_sharable_service_network"])
1681
+ check_type(argname="argument name", value=name, expected_type=type_hints["name"])
1682
+ check_type(argname="argument port_ranges", value=port_ranges, expected_type=type_hints["port_ranges"])
1683
+ check_type(argname="argument protocol_type", value=protocol_type, expected_type=type_hints["protocol_type"])
1684
+ check_type(argname="argument resource_configuration_auth_type", value=resource_configuration_auth_type, expected_type=type_hints["resource_configuration_auth_type"])
1685
+ check_type(argname="argument resource_configuration_definition", value=resource_configuration_definition, expected_type=type_hints["resource_configuration_definition"])
1686
+ check_type(argname="argument resource_configuration_group_id", value=resource_configuration_group_id, expected_type=type_hints["resource_configuration_group_id"])
1687
+ check_type(argname="argument resource_configuration_type", value=resource_configuration_type, expected_type=type_hints["resource_configuration_type"])
1688
+ check_type(argname="argument resource_gateway_id", value=resource_gateway_id, expected_type=type_hints["resource_gateway_id"])
1689
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
1690
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
1691
+ if allow_association_to_sharable_service_network is not None:
1692
+ self._values["allow_association_to_sharable_service_network"] = allow_association_to_sharable_service_network
1693
+ if name is not None:
1694
+ self._values["name"] = name
1695
+ if port_ranges is not None:
1696
+ self._values["port_ranges"] = port_ranges
1697
+ if protocol_type is not None:
1698
+ self._values["protocol_type"] = protocol_type
1699
+ if resource_configuration_auth_type is not None:
1700
+ self._values["resource_configuration_auth_type"] = resource_configuration_auth_type
1701
+ if resource_configuration_definition is not None:
1702
+ self._values["resource_configuration_definition"] = resource_configuration_definition
1703
+ if resource_configuration_group_id is not None:
1704
+ self._values["resource_configuration_group_id"] = resource_configuration_group_id
1705
+ if resource_configuration_type is not None:
1706
+ self._values["resource_configuration_type"] = resource_configuration_type
1707
+ if resource_gateway_id is not None:
1708
+ self._values["resource_gateway_id"] = resource_gateway_id
1709
+ if tags is not None:
1710
+ self._values["tags"] = tags
1711
+
1712
+ @builtins.property
1713
+ def allow_association_to_sharable_service_network(
1714
+ self,
1715
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
1716
+ '''
1717
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-allowassociationtosharableservicenetwork
1718
+ '''
1719
+ result = self._values.get("allow_association_to_sharable_service_network")
1720
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
1721
+
1722
+ @builtins.property
1723
+ def name(self) -> typing.Optional[builtins.str]:
1724
+ '''
1725
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-name
1726
+ '''
1727
+ result = self._values.get("name")
1728
+ return typing.cast(typing.Optional[builtins.str], result)
1729
+
1730
+ @builtins.property
1731
+ def port_ranges(self) -> typing.Optional[typing.List[builtins.str]]:
1732
+ '''
1733
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-portranges
1734
+ '''
1735
+ result = self._values.get("port_ranges")
1736
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
1737
+
1738
+ @builtins.property
1739
+ def protocol_type(self) -> typing.Optional[builtins.str]:
1740
+ '''
1741
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-protocoltype
1742
+ '''
1743
+ result = self._values.get("protocol_type")
1744
+ return typing.cast(typing.Optional[builtins.str], result)
1745
+
1746
+ @builtins.property
1747
+ def resource_configuration_auth_type(self) -> typing.Optional[builtins.str]:
1748
+ '''
1749
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-resourceconfigurationauthtype
1750
+ '''
1751
+ result = self._values.get("resource_configuration_auth_type")
1752
+ return typing.cast(typing.Optional[builtins.str], result)
1753
+
1754
+ @builtins.property
1755
+ def resource_configuration_definition(
1756
+ self,
1757
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnResourceConfiguration.ResourceConfigurationDefinitionProperty]]:
1758
+ '''
1759
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-resourceconfigurationdefinition
1760
+ '''
1761
+ result = self._values.get("resource_configuration_definition")
1762
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnResourceConfiguration.ResourceConfigurationDefinitionProperty]], result)
1763
+
1764
+ @builtins.property
1765
+ def resource_configuration_group_id(self) -> typing.Optional[builtins.str]:
1766
+ '''
1767
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-resourceconfigurationgroupid
1768
+ '''
1769
+ result = self._values.get("resource_configuration_group_id")
1770
+ return typing.cast(typing.Optional[builtins.str], result)
1771
+
1772
+ @builtins.property
1773
+ def resource_configuration_type(self) -> typing.Optional[builtins.str]:
1774
+ '''
1775
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-resourceconfigurationtype
1776
+ '''
1777
+ result = self._values.get("resource_configuration_type")
1778
+ return typing.cast(typing.Optional[builtins.str], result)
1779
+
1780
+ @builtins.property
1781
+ def resource_gateway_id(self) -> typing.Optional[builtins.str]:
1782
+ '''
1783
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-resourcegatewayid
1784
+ '''
1785
+ result = self._values.get("resource_gateway_id")
1786
+ return typing.cast(typing.Optional[builtins.str], result)
1787
+
1788
+ @builtins.property
1789
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
1790
+ '''
1791
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-tags
1792
+ '''
1793
+ result = self._values.get("tags")
1794
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
1795
+
1796
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1797
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1798
+
1799
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1800
+ return not (rhs == self)
1801
+
1802
+ def __repr__(self) -> str:
1803
+ return "CfnResourceConfigurationProps(%s)" % ", ".join(
1804
+ k + "=" + repr(v) for k, v in self._values.items()
1805
+ )
1806
+
1807
+
1808
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
1809
+ class CfnResourceGateway(
1810
+ _CfnResource_9df397a6,
1811
+ metaclass=jsii.JSIIMeta,
1812
+ jsii_type="aws-cdk-lib.aws_vpclattice.CfnResourceGateway",
1813
+ ):
1814
+ '''Creates a resource gateway for a service.
1815
+
1816
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html
1817
+ :cloudformationResource: AWS::VpcLattice::ResourceGateway
1818
+ :exampleMetadata: fixture=_generated
1819
+
1820
+ Example::
1821
+
1822
+ # The code below shows an example of how to instantiate this type.
1823
+ # The values are placeholders you should change.
1824
+ from aws_cdk import aws_vpclattice as vpclattice
1825
+
1826
+ cfn_resource_gateway = vpclattice.CfnResourceGateway(self, "MyCfnResourceGateway",
1827
+ ip_address_type="ipAddressType",
1828
+ name="name",
1829
+ security_group_ids=["securityGroupIds"],
1830
+ subnet_ids=["subnetIds"],
1831
+ tags=[CfnTag(
1832
+ key="key",
1833
+ value="value"
1834
+ )],
1835
+ vpc_identifier="vpcIdentifier"
1836
+ )
1837
+ '''
1838
+
1839
+ def __init__(
1840
+ self,
1841
+ scope: _constructs_77d1e7e8.Construct,
1842
+ id: builtins.str,
1843
+ *,
1844
+ ip_address_type: typing.Optional[builtins.str] = None,
1845
+ name: typing.Optional[builtins.str] = None,
1846
+ security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
1847
+ subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
1848
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
1849
+ vpc_identifier: typing.Optional[builtins.str] = None,
1850
+ ) -> None:
1851
+ '''
1852
+ :param scope: Scope in which this resource is defined.
1853
+ :param id: Construct identifier for this resource (unique in its scope).
1854
+ :param ip_address_type:
1855
+ :param name:
1856
+ :param security_group_ids: The ID of one or more security groups to associate with the endpoint network interface.
1857
+ :param subnet_ids: The ID of one or more subnets in which to create an endpoint network interface.
1858
+ :param tags:
1859
+ :param vpc_identifier:
1860
+ '''
1861
+ if __debug__:
1862
+ type_hints = typing.get_type_hints(_typecheckingstub__c33d35acb93670756de87bb99dc9b48c5bdce217c8b7068ec8d831a66a1b9be2)
1863
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1864
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1865
+ props = CfnResourceGatewayProps(
1866
+ ip_address_type=ip_address_type,
1867
+ name=name,
1868
+ security_group_ids=security_group_ids,
1869
+ subnet_ids=subnet_ids,
1870
+ tags=tags,
1871
+ vpc_identifier=vpc_identifier,
1872
+ )
1873
+
1874
+ jsii.create(self.__class__, self, [scope, id, props])
1875
+
1876
+ @jsii.member(jsii_name="inspect")
1877
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
1878
+ '''Examines the CloudFormation resource and discloses attributes.
1879
+
1880
+ :param inspector: tree inspector to collect and process attributes.
1881
+ '''
1882
+ if __debug__:
1883
+ type_hints = typing.get_type_hints(_typecheckingstub__a3cc6427fa7f595b593b3e5011b72a3b4d57142473934f37b5081472530f3f40)
1884
+ check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
1885
+ return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
1886
+
1887
+ @jsii.member(jsii_name="renderProperties")
1888
+ def _render_properties(
1889
+ self,
1890
+ props: typing.Mapping[builtins.str, typing.Any],
1891
+ ) -> typing.Mapping[builtins.str, typing.Any]:
1892
+ '''
1893
+ :param props: -
1894
+ '''
1895
+ if __debug__:
1896
+ type_hints = typing.get_type_hints(_typecheckingstub__961cdaca88b2adc0c4bd56e6891207c7285b0ef143ebf35c7492768ed7249dd8)
1897
+ check_type(argname="argument props", value=props, expected_type=type_hints["props"])
1898
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
1899
+
1900
+ @jsii.python.classproperty
1901
+ @jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
1902
+ def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
1903
+ '''The CloudFormation resource type name for this resource class.'''
1904
+ return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
1905
+
1906
+ @builtins.property
1907
+ @jsii.member(jsii_name="attrArn")
1908
+ def attr_arn(self) -> builtins.str:
1909
+ '''
1910
+ :cloudformationAttribute: Arn
1911
+ '''
1912
+ return typing.cast(builtins.str, jsii.get(self, "attrArn"))
1913
+
1914
+ @builtins.property
1915
+ @jsii.member(jsii_name="attrId")
1916
+ def attr_id(self) -> builtins.str:
1917
+ '''
1918
+ :cloudformationAttribute: Id
1919
+ '''
1920
+ return typing.cast(builtins.str, jsii.get(self, "attrId"))
1921
+
1922
+ @builtins.property
1923
+ @jsii.member(jsii_name="cdkTagManager")
1924
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
1925
+ '''Tag Manager which manages the tags for this resource.'''
1926
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
1927
+
1928
+ @builtins.property
1929
+ @jsii.member(jsii_name="cfnProperties")
1930
+ def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
1931
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
1932
+
1933
+ @builtins.property
1934
+ @jsii.member(jsii_name="ipAddressType")
1935
+ def ip_address_type(self) -> typing.Optional[builtins.str]:
1936
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "ipAddressType"))
1937
+
1938
+ @ip_address_type.setter
1939
+ def ip_address_type(self, value: typing.Optional[builtins.str]) -> None:
1940
+ if __debug__:
1941
+ type_hints = typing.get_type_hints(_typecheckingstub__da193673158e2d7b463232edae7461c41e04d65f3e9a6058fb5136fae629871c)
1942
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1943
+ jsii.set(self, "ipAddressType", value) # pyright: ignore[reportArgumentType]
1944
+
1945
+ @builtins.property
1946
+ @jsii.member(jsii_name="name")
1947
+ def name(self) -> typing.Optional[builtins.str]:
1948
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "name"))
1949
+
1950
+ @name.setter
1951
+ def name(self, value: typing.Optional[builtins.str]) -> None:
1952
+ if __debug__:
1953
+ type_hints = typing.get_type_hints(_typecheckingstub__6348f03faf91ccdea29f2fa6d88ff150ead094ceb4483d7c650b7fcee3937500)
1954
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1955
+ jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
1956
+
1957
+ @builtins.property
1958
+ @jsii.member(jsii_name="securityGroupIds")
1959
+ def security_group_ids(self) -> typing.Optional[typing.List[builtins.str]]:
1960
+ '''The ID of one or more security groups to associate with the endpoint network interface.'''
1961
+ return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "securityGroupIds"))
1962
+
1963
+ @security_group_ids.setter
1964
+ def security_group_ids(
1965
+ self,
1966
+ value: typing.Optional[typing.List[builtins.str]],
1967
+ ) -> None:
1968
+ if __debug__:
1969
+ type_hints = typing.get_type_hints(_typecheckingstub__7e2e4828934d008108e9f5f74e2c02dbd9f159db6f7be2e11295977601d1296b)
1970
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1971
+ jsii.set(self, "securityGroupIds", value) # pyright: ignore[reportArgumentType]
1972
+
1973
+ @builtins.property
1974
+ @jsii.member(jsii_name="subnetIds")
1975
+ def subnet_ids(self) -> typing.Optional[typing.List[builtins.str]]:
1976
+ '''The ID of one or more subnets in which to create an endpoint network interface.'''
1977
+ return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "subnetIds"))
1978
+
1979
+ @subnet_ids.setter
1980
+ def subnet_ids(self, value: typing.Optional[typing.List[builtins.str]]) -> None:
1981
+ if __debug__:
1982
+ type_hints = typing.get_type_hints(_typecheckingstub__b80d0378bcb62c6afdab4c3852b32a936d35964b8dc8a67be99af3f3d016b584)
1983
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1984
+ jsii.set(self, "subnetIds", value) # pyright: ignore[reportArgumentType]
1985
+
1986
+ @builtins.property
1987
+ @jsii.member(jsii_name="tags")
1988
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
1989
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
1990
+
1991
+ @tags.setter
1992
+ def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
1993
+ if __debug__:
1994
+ type_hints = typing.get_type_hints(_typecheckingstub__bf6ddd6a110cbcda973426d8df8b1e68b145ff32b0292ba9db84cd36b76d4da5)
1995
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1996
+ jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
1997
+
1998
+ @builtins.property
1999
+ @jsii.member(jsii_name="vpcIdentifier")
2000
+ def vpc_identifier(self) -> typing.Optional[builtins.str]:
2001
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "vpcIdentifier"))
2002
+
2003
+ @vpc_identifier.setter
2004
+ def vpc_identifier(self, value: typing.Optional[builtins.str]) -> None:
2005
+ if __debug__:
2006
+ type_hints = typing.get_type_hints(_typecheckingstub__9f006ab0220c58f3a982987d77cde2d3d365338eafe9cc6abcd387432475e2c1)
2007
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2008
+ jsii.set(self, "vpcIdentifier", value) # pyright: ignore[reportArgumentType]
2009
+
2010
+
2011
+ @jsii.data_type(
2012
+ jsii_type="aws-cdk-lib.aws_vpclattice.CfnResourceGatewayProps",
2013
+ jsii_struct_bases=[],
2014
+ name_mapping={
2015
+ "ip_address_type": "ipAddressType",
2016
+ "name": "name",
2017
+ "security_group_ids": "securityGroupIds",
2018
+ "subnet_ids": "subnetIds",
2019
+ "tags": "tags",
2020
+ "vpc_identifier": "vpcIdentifier",
2021
+ },
2022
+ )
2023
+ class CfnResourceGatewayProps:
2024
+ def __init__(
2025
+ self,
2026
+ *,
2027
+ ip_address_type: typing.Optional[builtins.str] = None,
2028
+ name: typing.Optional[builtins.str] = None,
2029
+ security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
2030
+ subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
2031
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2032
+ vpc_identifier: typing.Optional[builtins.str] = None,
2033
+ ) -> None:
2034
+ '''Properties for defining a ``CfnResourceGateway``.
2035
+
2036
+ :param ip_address_type:
2037
+ :param name:
2038
+ :param security_group_ids: The ID of one or more security groups to associate with the endpoint network interface.
2039
+ :param subnet_ids: The ID of one or more subnets in which to create an endpoint network interface.
2040
+ :param tags:
2041
+ :param vpc_identifier:
2042
+
2043
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html
2044
+ :exampleMetadata: fixture=_generated
2045
+
2046
+ Example::
2047
+
2048
+ # The code below shows an example of how to instantiate this type.
2049
+ # The values are placeholders you should change.
2050
+ from aws_cdk import aws_vpclattice as vpclattice
2051
+
2052
+ cfn_resource_gateway_props = vpclattice.CfnResourceGatewayProps(
2053
+ ip_address_type="ipAddressType",
2054
+ name="name",
2055
+ security_group_ids=["securityGroupIds"],
2056
+ subnet_ids=["subnetIds"],
2057
+ tags=[CfnTag(
2058
+ key="key",
2059
+ value="value"
2060
+ )],
2061
+ vpc_identifier="vpcIdentifier"
2062
+ )
2063
+ '''
2064
+ if __debug__:
2065
+ type_hints = typing.get_type_hints(_typecheckingstub__ed2c643634b9016a56acc1cdf5c3044eaa6f62d982922519a82cdbd49bdae174)
2066
+ check_type(argname="argument ip_address_type", value=ip_address_type, expected_type=type_hints["ip_address_type"])
2067
+ check_type(argname="argument name", value=name, expected_type=type_hints["name"])
2068
+ check_type(argname="argument security_group_ids", value=security_group_ids, expected_type=type_hints["security_group_ids"])
2069
+ check_type(argname="argument subnet_ids", value=subnet_ids, expected_type=type_hints["subnet_ids"])
2070
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
2071
+ check_type(argname="argument vpc_identifier", value=vpc_identifier, expected_type=type_hints["vpc_identifier"])
2072
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
2073
+ if ip_address_type is not None:
2074
+ self._values["ip_address_type"] = ip_address_type
2075
+ if name is not None:
2076
+ self._values["name"] = name
2077
+ if security_group_ids is not None:
2078
+ self._values["security_group_ids"] = security_group_ids
2079
+ if subnet_ids is not None:
2080
+ self._values["subnet_ids"] = subnet_ids
2081
+ if tags is not None:
2082
+ self._values["tags"] = tags
2083
+ if vpc_identifier is not None:
2084
+ self._values["vpc_identifier"] = vpc_identifier
2085
+
2086
+ @builtins.property
2087
+ def ip_address_type(self) -> typing.Optional[builtins.str]:
2088
+ '''
2089
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html#cfn-vpclattice-resourcegateway-ipaddresstype
2090
+ '''
2091
+ result = self._values.get("ip_address_type")
2092
+ return typing.cast(typing.Optional[builtins.str], result)
2093
+
2094
+ @builtins.property
2095
+ def name(self) -> typing.Optional[builtins.str]:
2096
+ '''
2097
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html#cfn-vpclattice-resourcegateway-name
2098
+ '''
2099
+ result = self._values.get("name")
2100
+ return typing.cast(typing.Optional[builtins.str], result)
2101
+
2102
+ @builtins.property
2103
+ def security_group_ids(self) -> typing.Optional[typing.List[builtins.str]]:
2104
+ '''The ID of one or more security groups to associate with the endpoint network interface.
1238
2105
 
1239
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-listener.html#cfn-vpclattice-listener-port
2106
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html#cfn-vpclattice-resourcegateway-securitygroupids
1240
2107
  '''
1241
- result = self._values.get("port")
1242
- return typing.cast(typing.Optional[jsii.Number], result)
2108
+ result = self._values.get("security_group_ids")
2109
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
1243
2110
 
1244
2111
  @builtins.property
1245
- def service_identifier(self) -> typing.Optional[builtins.str]:
1246
- '''The ID or Amazon Resource Name (ARN) of the service.
2112
+ def subnet_ids(self) -> typing.Optional[typing.List[builtins.str]]:
2113
+ '''The ID of one or more subnets in which to create an endpoint network interface.
1247
2114
 
1248
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-listener.html#cfn-vpclattice-listener-serviceidentifier
2115
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html#cfn-vpclattice-resourcegateway-subnetids
1249
2116
  '''
1250
- result = self._values.get("service_identifier")
1251
- return typing.cast(typing.Optional[builtins.str], result)
2117
+ result = self._values.get("subnet_ids")
2118
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
1252
2119
 
1253
2120
  @builtins.property
1254
2121
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
1255
- '''The tags for the listener.
1256
-
1257
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-listener.html#cfn-vpclattice-listener-tags
2122
+ '''
2123
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html#cfn-vpclattice-resourcegateway-tags
1258
2124
  '''
1259
2125
  result = self._values.get("tags")
1260
2126
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
1261
2127
 
2128
+ @builtins.property
2129
+ def vpc_identifier(self) -> typing.Optional[builtins.str]:
2130
+ '''
2131
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html#cfn-vpclattice-resourcegateway-vpcidentifier
2132
+ '''
2133
+ result = self._values.get("vpc_identifier")
2134
+ return typing.cast(typing.Optional[builtins.str], result)
2135
+
1262
2136
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
1263
2137
  return isinstance(rhs, self.__class__) and rhs._values == self._values
1264
2138
 
@@ -1266,7 +2140,7 @@ class CfnListenerProps:
1266
2140
  return not (rhs == self)
1267
2141
 
1268
2142
  def __repr__(self) -> str:
1269
- return "CfnListenerProps(%s)" % ", ".join(
2143
+ return "CfnResourceGatewayProps(%s)" % ", ".join(
1270
2144
  k + "=" + repr(v) for k, v in self._values.items()
1271
2145
  )
1272
2146
 
@@ -1277,7 +2151,7 @@ class CfnResourcePolicy(
1277
2151
  metaclass=jsii.JSIIMeta,
1278
2152
  jsii_type="aws-cdk-lib.aws_vpclattice.CfnResourcePolicy",
1279
2153
  ):
1280
- '''Retrieves information about the resource policy.
2154
+ '''Retrieves information about the specified resource policy.
1281
2155
 
1282
2156
  The resource policy is an IAM policy created on behalf of the resource owner when they share a resource.
1283
2157
 
@@ -1543,9 +2417,9 @@ class CfnRule(
1543
2417
  :param action: Describes the action for a rule.
1544
2418
  :param match: The rule match.
1545
2419
  :param priority: The priority assigned to the rule. Each rule for a specific listener must have a unique priority. The lower the priority number the higher the priority.
1546
- :param listener_identifier: The ID or Amazon Resource Name (ARN) of the listener.
2420
+ :param listener_identifier: The ID or ARN of the listener.
1547
2421
  :param name: The name of the rule. The name must be unique within the listener. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen. If you don't specify a name, CloudFormation generates one. However, if you specify a name, and later want to replace the resource, you must specify a new name.
1548
- :param service_identifier: The ID or Amazon Resource Name (ARN) of the service.
2422
+ :param service_identifier: The ID or ARN of the service.
1549
2423
  :param tags: The tags for the rule.
1550
2424
  '''
1551
2425
  if __debug__:
@@ -1671,7 +2545,7 @@ class CfnRule(
1671
2545
  @builtins.property
1672
2546
  @jsii.member(jsii_name="listenerIdentifier")
1673
2547
  def listener_identifier(self) -> typing.Optional[builtins.str]:
1674
- '''The ID or Amazon Resource Name (ARN) of the listener.'''
2548
+ '''The ID or ARN of the listener.'''
1675
2549
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "listenerIdentifier"))
1676
2550
 
1677
2551
  @listener_identifier.setter
@@ -1697,7 +2571,7 @@ class CfnRule(
1697
2571
  @builtins.property
1698
2572
  @jsii.member(jsii_name="serviceIdentifier")
1699
2573
  def service_identifier(self) -> typing.Optional[builtins.str]:
1700
- '''The ID or Amazon Resource Name (ARN) of the service.'''
2574
+ '''The ID or ARN of the service.'''
1701
2575
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "serviceIdentifier"))
1702
2576
 
1703
2577
  @service_identifier.setter
@@ -2575,9 +3449,9 @@ class CfnRuleProps:
2575
3449
  :param action: Describes the action for a rule.
2576
3450
  :param match: The rule match.
2577
3451
  :param priority: The priority assigned to the rule. Each rule for a specific listener must have a unique priority. The lower the priority number the higher the priority.
2578
- :param listener_identifier: The ID or Amazon Resource Name (ARN) of the listener.
3452
+ :param listener_identifier: The ID or ARN of the listener.
2579
3453
  :param name: The name of the rule. The name must be unique within the listener. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen. If you don't specify a name, CloudFormation generates one. However, if you specify a name, and later want to replace the resource, you must specify a new name.
2580
- :param service_identifier: The ID or Amazon Resource Name (ARN) of the service.
3454
+ :param service_identifier: The ID or ARN of the service.
2581
3455
  :param tags: The tags for the rule.
2582
3456
 
2583
3457
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-rule.html
@@ -2697,7 +3571,7 @@ class CfnRuleProps:
2697
3571
 
2698
3572
  @builtins.property
2699
3573
  def listener_identifier(self) -> typing.Optional[builtins.str]:
2700
- '''The ID or Amazon Resource Name (ARN) of the listener.
3574
+ '''The ID or ARN of the listener.
2701
3575
 
2702
3576
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-rule.html#cfn-vpclattice-rule-listeneridentifier
2703
3577
  '''
@@ -2719,7 +3593,7 @@ class CfnRuleProps:
2719
3593
 
2720
3594
  @builtins.property
2721
3595
  def service_identifier(self) -> typing.Optional[builtins.str]:
2722
- '''The ID or Amazon Resource Name (ARN) of the service.
3596
+ '''The ID or ARN of the service.
2723
3597
 
2724
3598
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-rule.html#cfn-vpclattice-rule-serviceidentifier
2725
3599
  '''
@@ -3322,42 +4196,310 @@ class CfnServiceNetwork(
3322
4196
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
3323
4197
  return isinstance(rhs, self.__class__) and rhs._values == self._values
3324
4198
 
3325
- def __ne__(self, rhs: typing.Any) -> builtins.bool:
3326
- return not (rhs == self)
4199
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
4200
+ return not (rhs == self)
4201
+
4202
+ def __repr__(self) -> str:
4203
+ return "SharingConfigProperty(%s)" % ", ".join(
4204
+ k + "=" + repr(v) for k, v in self._values.items()
4205
+ )
4206
+
4207
+
4208
+ @jsii.data_type(
4209
+ jsii_type="aws-cdk-lib.aws_vpclattice.CfnServiceNetworkProps",
4210
+ jsii_struct_bases=[],
4211
+ name_mapping={
4212
+ "auth_type": "authType",
4213
+ "name": "name",
4214
+ "sharing_config": "sharingConfig",
4215
+ "tags": "tags",
4216
+ },
4217
+ )
4218
+ class CfnServiceNetworkProps:
4219
+ def __init__(
4220
+ self,
4221
+ *,
4222
+ auth_type: typing.Optional[builtins.str] = None,
4223
+ name: typing.Optional[builtins.str] = None,
4224
+ sharing_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnServiceNetwork.SharingConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4225
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
4226
+ ) -> None:
4227
+ '''Properties for defining a ``CfnServiceNetwork``.
4228
+
4229
+ :param auth_type: The type of IAM policy. - ``NONE`` : The resource does not use an IAM policy. This is the default. - ``AWS_IAM`` : The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required. Default: - "NONE"
4230
+ :param name: The name of the service network. The name must be unique to the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen. If you don't specify a name, CloudFormation generates one. However, if you specify a name, and later want to replace the resource, you must specify a new name.
4231
+ :param sharing_config:
4232
+ :param tags: The tags for the service network.
4233
+
4234
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetwork.html
4235
+ :exampleMetadata: fixture=_generated
4236
+
4237
+ Example::
4238
+
4239
+ # The code below shows an example of how to instantiate this type.
4240
+ # The values are placeholders you should change.
4241
+ from aws_cdk import aws_vpclattice as vpclattice
4242
+
4243
+ cfn_service_network_props = vpclattice.CfnServiceNetworkProps(
4244
+ auth_type="authType",
4245
+ name="name",
4246
+ sharing_config=vpclattice.CfnServiceNetwork.SharingConfigProperty(
4247
+ enabled=False
4248
+ ),
4249
+ tags=[CfnTag(
4250
+ key="key",
4251
+ value="value"
4252
+ )]
4253
+ )
4254
+ '''
4255
+ if __debug__:
4256
+ type_hints = typing.get_type_hints(_typecheckingstub__d53f770e586510e575c9248934a04f476ddc52636df2e0e8ad22f5800f529a9b)
4257
+ check_type(argname="argument auth_type", value=auth_type, expected_type=type_hints["auth_type"])
4258
+ check_type(argname="argument name", value=name, expected_type=type_hints["name"])
4259
+ check_type(argname="argument sharing_config", value=sharing_config, expected_type=type_hints["sharing_config"])
4260
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
4261
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
4262
+ if auth_type is not None:
4263
+ self._values["auth_type"] = auth_type
4264
+ if name is not None:
4265
+ self._values["name"] = name
4266
+ if sharing_config is not None:
4267
+ self._values["sharing_config"] = sharing_config
4268
+ if tags is not None:
4269
+ self._values["tags"] = tags
4270
+
4271
+ @builtins.property
4272
+ def auth_type(self) -> typing.Optional[builtins.str]:
4273
+ '''The type of IAM policy.
4274
+
4275
+ - ``NONE`` : The resource does not use an IAM policy. This is the default.
4276
+ - ``AWS_IAM`` : The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.
4277
+
4278
+ :default: - "NONE"
4279
+
4280
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetwork.html#cfn-vpclattice-servicenetwork-authtype
4281
+ '''
4282
+ result = self._values.get("auth_type")
4283
+ return typing.cast(typing.Optional[builtins.str], result)
4284
+
4285
+ @builtins.property
4286
+ def name(self) -> typing.Optional[builtins.str]:
4287
+ '''The name of the service network.
4288
+
4289
+ The name must be unique to the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.
4290
+
4291
+ If you don't specify a name, CloudFormation generates one. However, if you specify a name, and later want to replace the resource, you must specify a new name.
4292
+
4293
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetwork.html#cfn-vpclattice-servicenetwork-name
4294
+ '''
4295
+ result = self._values.get("name")
4296
+ return typing.cast(typing.Optional[builtins.str], result)
4297
+
4298
+ @builtins.property
4299
+ def sharing_config(
4300
+ self,
4301
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnServiceNetwork.SharingConfigProperty]]:
4302
+ '''
4303
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetwork.html#cfn-vpclattice-servicenetwork-sharingconfig
4304
+ '''
4305
+ result = self._values.get("sharing_config")
4306
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnServiceNetwork.SharingConfigProperty]], result)
4307
+
4308
+ @builtins.property
4309
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
4310
+ '''The tags for the service network.
4311
+
4312
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetwork.html#cfn-vpclattice-servicenetwork-tags
4313
+ '''
4314
+ result = self._values.get("tags")
4315
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
4316
+
4317
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
4318
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
4319
+
4320
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
4321
+ return not (rhs == self)
4322
+
4323
+ def __repr__(self) -> str:
4324
+ return "CfnServiceNetworkProps(%s)" % ", ".join(
4325
+ k + "=" + repr(v) for k, v in self._values.items()
4326
+ )
4327
+
4328
+
4329
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
4330
+ class CfnServiceNetworkResourceAssociation(
4331
+ _CfnResource_9df397a6,
4332
+ metaclass=jsii.JSIIMeta,
4333
+ jsii_type="aws-cdk-lib.aws_vpclattice.CfnServiceNetworkResourceAssociation",
4334
+ ):
4335
+ '''VpcLattice ServiceNetworkResourceAssociation CFN resource.
4336
+
4337
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkresourceassociation.html
4338
+ :cloudformationResource: AWS::VpcLattice::ServiceNetworkResourceAssociation
4339
+ :exampleMetadata: fixture=_generated
4340
+
4341
+ Example::
4342
+
4343
+ # The code below shows an example of how to instantiate this type.
4344
+ # The values are placeholders you should change.
4345
+ from aws_cdk import aws_vpclattice as vpclattice
4346
+
4347
+ cfn_service_network_resource_association = vpclattice.CfnServiceNetworkResourceAssociation(self, "MyCfnServiceNetworkResourceAssociation",
4348
+ resource_configuration_id="resourceConfigurationId",
4349
+ service_network_id="serviceNetworkId",
4350
+ tags=[CfnTag(
4351
+ key="key",
4352
+ value="value"
4353
+ )]
4354
+ )
4355
+ '''
4356
+
4357
+ def __init__(
4358
+ self,
4359
+ scope: _constructs_77d1e7e8.Construct,
4360
+ id: builtins.str,
4361
+ *,
4362
+ resource_configuration_id: typing.Optional[builtins.str] = None,
4363
+ service_network_id: typing.Optional[builtins.str] = None,
4364
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
4365
+ ) -> None:
4366
+ '''
4367
+ :param scope: Scope in which this resource is defined.
4368
+ :param id: Construct identifier for this resource (unique in its scope).
4369
+ :param resource_configuration_id:
4370
+ :param service_network_id:
4371
+ :param tags:
4372
+ '''
4373
+ if __debug__:
4374
+ type_hints = typing.get_type_hints(_typecheckingstub__ffab6e55fc82b7928229e0716dca828baee57de24513094d512751e4ffbc88b7)
4375
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
4376
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
4377
+ props = CfnServiceNetworkResourceAssociationProps(
4378
+ resource_configuration_id=resource_configuration_id,
4379
+ service_network_id=service_network_id,
4380
+ tags=tags,
4381
+ )
4382
+
4383
+ jsii.create(self.__class__, self, [scope, id, props])
4384
+
4385
+ @jsii.member(jsii_name="inspect")
4386
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
4387
+ '''Examines the CloudFormation resource and discloses attributes.
4388
+
4389
+ :param inspector: tree inspector to collect and process attributes.
4390
+ '''
4391
+ if __debug__:
4392
+ type_hints = typing.get_type_hints(_typecheckingstub__5266c95707ced321dae79a2a458f435f13776f9a7eb6b7ccd15a2faec148d282)
4393
+ check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
4394
+ return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
4395
+
4396
+ @jsii.member(jsii_name="renderProperties")
4397
+ def _render_properties(
4398
+ self,
4399
+ props: typing.Mapping[builtins.str, typing.Any],
4400
+ ) -> typing.Mapping[builtins.str, typing.Any]:
4401
+ '''
4402
+ :param props: -
4403
+ '''
4404
+ if __debug__:
4405
+ type_hints = typing.get_type_hints(_typecheckingstub__19f6968b61e203ddf7a2a3eb4577b74930ab5ee8b1fa259adefd457eb40389a3)
4406
+ check_type(argname="argument props", value=props, expected_type=type_hints["props"])
4407
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
4408
+
4409
+ @jsii.python.classproperty
4410
+ @jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
4411
+ def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
4412
+ '''The CloudFormation resource type name for this resource class.'''
4413
+ return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
4414
+
4415
+ @builtins.property
4416
+ @jsii.member(jsii_name="attrArn")
4417
+ def attr_arn(self) -> builtins.str:
4418
+ '''
4419
+ :cloudformationAttribute: Arn
4420
+ '''
4421
+ return typing.cast(builtins.str, jsii.get(self, "attrArn"))
4422
+
4423
+ @builtins.property
4424
+ @jsii.member(jsii_name="attrId")
4425
+ def attr_id(self) -> builtins.str:
4426
+ '''
4427
+ :cloudformationAttribute: Id
4428
+ '''
4429
+ return typing.cast(builtins.str, jsii.get(self, "attrId"))
4430
+
4431
+ @builtins.property
4432
+ @jsii.member(jsii_name="cdkTagManager")
4433
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
4434
+ '''Tag Manager which manages the tags for this resource.'''
4435
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
4436
+
4437
+ @builtins.property
4438
+ @jsii.member(jsii_name="cfnProperties")
4439
+ def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
4440
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
4441
+
4442
+ @builtins.property
4443
+ @jsii.member(jsii_name="resourceConfigurationId")
4444
+ def resource_configuration_id(self) -> typing.Optional[builtins.str]:
4445
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "resourceConfigurationId"))
4446
+
4447
+ @resource_configuration_id.setter
4448
+ def resource_configuration_id(self, value: typing.Optional[builtins.str]) -> None:
4449
+ if __debug__:
4450
+ type_hints = typing.get_type_hints(_typecheckingstub__b656244c192fb6f7efe74a434dfd0208029f15df3319840d8f1aababc6d3497a)
4451
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4452
+ jsii.set(self, "resourceConfigurationId", value) # pyright: ignore[reportArgumentType]
4453
+
4454
+ @builtins.property
4455
+ @jsii.member(jsii_name="serviceNetworkId")
4456
+ def service_network_id(self) -> typing.Optional[builtins.str]:
4457
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "serviceNetworkId"))
4458
+
4459
+ @service_network_id.setter
4460
+ def service_network_id(self, value: typing.Optional[builtins.str]) -> None:
4461
+ if __debug__:
4462
+ type_hints = typing.get_type_hints(_typecheckingstub__143b386c842e4ce5ad50135fce07ec6875d798dde39410e593b93b9f44731c32)
4463
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4464
+ jsii.set(self, "serviceNetworkId", value) # pyright: ignore[reportArgumentType]
4465
+
4466
+ @builtins.property
4467
+ @jsii.member(jsii_name="tags")
4468
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
4469
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
3327
4470
 
3328
- def __repr__(self) -> str:
3329
- return "SharingConfigProperty(%s)" % ", ".join(
3330
- k + "=" + repr(v) for k, v in self._values.items()
3331
- )
4471
+ @tags.setter
4472
+ def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
4473
+ if __debug__:
4474
+ type_hints = typing.get_type_hints(_typecheckingstub__a7b2caf1b457306227662fd5f3d77c20c3a7709749640ee23bd13b6a28d4b4c6)
4475
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4476
+ jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
3332
4477
 
3333
4478
 
3334
4479
  @jsii.data_type(
3335
- jsii_type="aws-cdk-lib.aws_vpclattice.CfnServiceNetworkProps",
4480
+ jsii_type="aws-cdk-lib.aws_vpclattice.CfnServiceNetworkResourceAssociationProps",
3336
4481
  jsii_struct_bases=[],
3337
4482
  name_mapping={
3338
- "auth_type": "authType",
3339
- "name": "name",
3340
- "sharing_config": "sharingConfig",
4483
+ "resource_configuration_id": "resourceConfigurationId",
4484
+ "service_network_id": "serviceNetworkId",
3341
4485
  "tags": "tags",
3342
4486
  },
3343
4487
  )
3344
- class CfnServiceNetworkProps:
4488
+ class CfnServiceNetworkResourceAssociationProps:
3345
4489
  def __init__(
3346
4490
  self,
3347
4491
  *,
3348
- auth_type: typing.Optional[builtins.str] = None,
3349
- name: typing.Optional[builtins.str] = None,
3350
- sharing_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnServiceNetwork.SharingConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4492
+ resource_configuration_id: typing.Optional[builtins.str] = None,
4493
+ service_network_id: typing.Optional[builtins.str] = None,
3351
4494
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3352
4495
  ) -> None:
3353
- '''Properties for defining a ``CfnServiceNetwork``.
4496
+ '''Properties for defining a ``CfnServiceNetworkResourceAssociation``.
3354
4497
 
3355
- :param auth_type: The type of IAM policy. - ``NONE`` : The resource does not use an IAM policy. This is the default. - ``AWS_IAM`` : The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required. Default: - "NONE"
3356
- :param name: The name of the service network. The name must be unique to the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen. If you don't specify a name, CloudFormation generates one. However, if you specify a name, and later want to replace the resource, you must specify a new name.
3357
- :param sharing_config:
3358
- :param tags: The tags for the service network.
4498
+ :param resource_configuration_id:
4499
+ :param service_network_id:
4500
+ :param tags:
3359
4501
 
3360
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetwork.html
4502
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkresourceassociation.html
3361
4503
  :exampleMetadata: fixture=_generated
3362
4504
 
3363
4505
  Example::
@@ -3366,12 +4508,9 @@ class CfnServiceNetworkProps:
3366
4508
  # The values are placeholders you should change.
3367
4509
  from aws_cdk import aws_vpclattice as vpclattice
3368
4510
 
3369
- cfn_service_network_props = vpclattice.CfnServiceNetworkProps(
3370
- auth_type="authType",
3371
- name="name",
3372
- sharing_config=vpclattice.CfnServiceNetwork.SharingConfigProperty(
3373
- enabled=False
3374
- ),
4511
+ cfn_service_network_resource_association_props = vpclattice.CfnServiceNetworkResourceAssociationProps(
4512
+ resource_configuration_id="resourceConfigurationId",
4513
+ service_network_id="serviceNetworkId",
3375
4514
  tags=[CfnTag(
3376
4515
  key="key",
3377
4516
  value="value"
@@ -3379,63 +4518,38 @@ class CfnServiceNetworkProps:
3379
4518
  )
3380
4519
  '''
3381
4520
  if __debug__:
3382
- type_hints = typing.get_type_hints(_typecheckingstub__d53f770e586510e575c9248934a04f476ddc52636df2e0e8ad22f5800f529a9b)
3383
- check_type(argname="argument auth_type", value=auth_type, expected_type=type_hints["auth_type"])
3384
- check_type(argname="argument name", value=name, expected_type=type_hints["name"])
3385
- check_type(argname="argument sharing_config", value=sharing_config, expected_type=type_hints["sharing_config"])
4521
+ type_hints = typing.get_type_hints(_typecheckingstub__d8fd9f985a37c435043ce57ac34945022dddb3d1b8d09e05d4ebecfce4d884f2)
4522
+ check_type(argname="argument resource_configuration_id", value=resource_configuration_id, expected_type=type_hints["resource_configuration_id"])
4523
+ check_type(argname="argument service_network_id", value=service_network_id, expected_type=type_hints["service_network_id"])
3386
4524
  check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
3387
4525
  self._values: typing.Dict[builtins.str, typing.Any] = {}
3388
- if auth_type is not None:
3389
- self._values["auth_type"] = auth_type
3390
- if name is not None:
3391
- self._values["name"] = name
3392
- if sharing_config is not None:
3393
- self._values["sharing_config"] = sharing_config
4526
+ if resource_configuration_id is not None:
4527
+ self._values["resource_configuration_id"] = resource_configuration_id
4528
+ if service_network_id is not None:
4529
+ self._values["service_network_id"] = service_network_id
3394
4530
  if tags is not None:
3395
4531
  self._values["tags"] = tags
3396
4532
 
3397
4533
  @builtins.property
3398
- def auth_type(self) -> typing.Optional[builtins.str]:
3399
- '''The type of IAM policy.
3400
-
3401
- - ``NONE`` : The resource does not use an IAM policy. This is the default.
3402
- - ``AWS_IAM`` : The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.
3403
-
3404
- :default: - "NONE"
3405
-
3406
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetwork.html#cfn-vpclattice-servicenetwork-authtype
4534
+ def resource_configuration_id(self) -> typing.Optional[builtins.str]:
3407
4535
  '''
3408
- result = self._values.get("auth_type")
3409
- return typing.cast(typing.Optional[builtins.str], result)
3410
-
3411
- @builtins.property
3412
- def name(self) -> typing.Optional[builtins.str]:
3413
- '''The name of the service network.
3414
-
3415
- The name must be unique to the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.
3416
-
3417
- If you don't specify a name, CloudFormation generates one. However, if you specify a name, and later want to replace the resource, you must specify a new name.
3418
-
3419
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetwork.html#cfn-vpclattice-servicenetwork-name
4536
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkresourceassociation.html#cfn-vpclattice-servicenetworkresourceassociation-resourceconfigurationid
3420
4537
  '''
3421
- result = self._values.get("name")
4538
+ result = self._values.get("resource_configuration_id")
3422
4539
  return typing.cast(typing.Optional[builtins.str], result)
3423
4540
 
3424
4541
  @builtins.property
3425
- def sharing_config(
3426
- self,
3427
- ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnServiceNetwork.SharingConfigProperty]]:
4542
+ def service_network_id(self) -> typing.Optional[builtins.str]:
3428
4543
  '''
3429
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetwork.html#cfn-vpclattice-servicenetwork-sharingconfig
4544
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkresourceassociation.html#cfn-vpclattice-servicenetworkresourceassociation-servicenetworkid
3430
4545
  '''
3431
- result = self._values.get("sharing_config")
3432
- return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnServiceNetwork.SharingConfigProperty]], result)
4546
+ result = self._values.get("service_network_id")
4547
+ return typing.cast(typing.Optional[builtins.str], result)
3433
4548
 
3434
4549
  @builtins.property
3435
4550
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
3436
- '''The tags for the service network.
3437
-
3438
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetwork.html#cfn-vpclattice-servicenetwork-tags
4551
+ '''
4552
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkresourceassociation.html#cfn-vpclattice-servicenetworkresourceassociation-tags
3439
4553
  '''
3440
4554
  result = self._values.get("tags")
3441
4555
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
@@ -3447,7 +4561,7 @@ class CfnServiceNetworkProps:
3447
4561
  return not (rhs == self)
3448
4562
 
3449
4563
  def __repr__(self) -> str:
3450
- return "CfnServiceNetworkProps(%s)" % ", ".join(
4564
+ return "CfnServiceNetworkResourceAssociationProps(%s)" % ", ".join(
3451
4565
  k + "=" + repr(v) for k, v in self._values.items()
3452
4566
  )
3453
4567
 
@@ -3458,7 +4572,7 @@ class CfnServiceNetworkServiceAssociation(
3458
4572
  metaclass=jsii.JSIIMeta,
3459
4573
  jsii_type="aws-cdk-lib.aws_vpclattice.CfnServiceNetworkServiceAssociation",
3460
4574
  ):
3461
- '''Associates a service with a service network.
4575
+ '''Associates the specified service with the specified service network.
3462
4576
 
3463
4577
  For more information, see `Manage service associations <https://docs.aws.amazon.com/vpc-lattice/latest/ug/service-network-associations.html#service-network-service-associations>`_ in the *Amazon VPC Lattice User Guide* .
3464
4578
 
@@ -3506,8 +4620,8 @@ class CfnServiceNetworkServiceAssociation(
3506
4620
  :param scope: Scope in which this resource is defined.
3507
4621
  :param id: Construct identifier for this resource (unique in its scope).
3508
4622
  :param dns_entry: The DNS information of the service.
3509
- :param service_identifier: The ID or Amazon Resource Name (ARN) of the service.
3510
- :param service_network_identifier: The ID or Amazon Resource Name (ARN) of the service network. You must use the ARN if the resources specified in the operation are in different accounts.
4623
+ :param service_identifier: The ID or ARN of the service.
4624
+ :param service_network_identifier: The ID or ARN of the service network. You must use an ARN if the resources are in different accounts.
3511
4625
  :param tags: The tags for the association.
3512
4626
  '''
3513
4627
  if __debug__:
@@ -3693,7 +4807,7 @@ class CfnServiceNetworkServiceAssociation(
3693
4807
  @builtins.property
3694
4808
  @jsii.member(jsii_name="serviceIdentifier")
3695
4809
  def service_identifier(self) -> typing.Optional[builtins.str]:
3696
- '''The ID or Amazon Resource Name (ARN) of the service.'''
4810
+ '''The ID or ARN of the service.'''
3697
4811
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "serviceIdentifier"))
3698
4812
 
3699
4813
  @service_identifier.setter
@@ -3706,7 +4820,7 @@ class CfnServiceNetworkServiceAssociation(
3706
4820
  @builtins.property
3707
4821
  @jsii.member(jsii_name="serviceNetworkIdentifier")
3708
4822
  def service_network_identifier(self) -> typing.Optional[builtins.str]:
3709
- '''The ID or Amazon Resource Name (ARN) of the service network.'''
4823
+ '''The ID or ARN of the service network.'''
3710
4824
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "serviceNetworkIdentifier"))
3711
4825
 
3712
4826
  @service_network_identifier.setter
@@ -3822,8 +4936,8 @@ class CfnServiceNetworkServiceAssociationProps:
3822
4936
  '''Properties for defining a ``CfnServiceNetworkServiceAssociation``.
3823
4937
 
3824
4938
  :param dns_entry: The DNS information of the service.
3825
- :param service_identifier: The ID or Amazon Resource Name (ARN) of the service.
3826
- :param service_network_identifier: The ID or Amazon Resource Name (ARN) of the service network. You must use the ARN if the resources specified in the operation are in different accounts.
4939
+ :param service_identifier: The ID or ARN of the service.
4940
+ :param service_network_identifier: The ID or ARN of the service network. You must use an ARN if the resources are in different accounts.
3827
4941
  :param tags: The tags for the association.
3828
4942
 
3829
4943
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkserviceassociation.html
@@ -3877,7 +4991,7 @@ class CfnServiceNetworkServiceAssociationProps:
3877
4991
 
3878
4992
  @builtins.property
3879
4993
  def service_identifier(self) -> typing.Optional[builtins.str]:
3880
- '''The ID or Amazon Resource Name (ARN) of the service.
4994
+ '''The ID or ARN of the service.
3881
4995
 
3882
4996
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkserviceassociation.html#cfn-vpclattice-servicenetworkserviceassociation-serviceidentifier
3883
4997
  '''
@@ -3886,9 +5000,9 @@ class CfnServiceNetworkServiceAssociationProps:
3886
5000
 
3887
5001
  @builtins.property
3888
5002
  def service_network_identifier(self) -> typing.Optional[builtins.str]:
3889
- '''The ID or Amazon Resource Name (ARN) of the service network.
5003
+ '''The ID or ARN of the service network.
3890
5004
 
3891
- You must use the ARN if the resources specified in the operation are in different accounts.
5005
+ You must use an ARN if the resources are in different accounts.
3892
5006
 
3893
5007
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkserviceassociation.html#cfn-vpclattice-servicenetworkserviceassociation-servicenetworkidentifier
3894
5008
  '''
@@ -3967,7 +5081,7 @@ class CfnServiceNetworkVpcAssociation(
3967
5081
  :param scope: Scope in which this resource is defined.
3968
5082
  :param id: Construct identifier for this resource (unique in its scope).
3969
5083
  :param security_group_ids: The IDs of the security groups. Security groups aren't added by default. You can add a security group to apply network level controls to control which resources in a VPC are allowed to access the service network and its services. For more information, see `Control traffic to resources using security groups <https://docs.aws.amazon.com//vpc/latest/userguide/VPC_SecurityGroups.html>`_ in the *Amazon VPC User Guide* .
3970
- :param service_network_identifier: The ID or Amazon Resource Name (ARN) of the service network. You must use the ARN when the resources specified in the operation are in different accounts.
5084
+ :param service_network_identifier: The ID or ARN of the service network. You must use an ARN if the resources are in different accounts.
3971
5085
  :param tags: The tags for the association.
3972
5086
  :param vpc_identifier: The ID of the VPC.
3973
5087
  '''
@@ -4116,7 +5230,7 @@ class CfnServiceNetworkVpcAssociation(
4116
5230
  @builtins.property
4117
5231
  @jsii.member(jsii_name="serviceNetworkIdentifier")
4118
5232
  def service_network_identifier(self) -> typing.Optional[builtins.str]:
4119
- '''The ID or Amazon Resource Name (ARN) of the service network.'''
5233
+ '''The ID or ARN of the service network.'''
4120
5234
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "serviceNetworkIdentifier"))
4121
5235
 
4122
5236
  @service_network_identifier.setter
@@ -4175,7 +5289,7 @@ class CfnServiceNetworkVpcAssociationProps:
4175
5289
  '''Properties for defining a ``CfnServiceNetworkVpcAssociation``.
4176
5290
 
4177
5291
  :param security_group_ids: The IDs of the security groups. Security groups aren't added by default. You can add a security group to apply network level controls to control which resources in a VPC are allowed to access the service network and its services. For more information, see `Control traffic to resources using security groups <https://docs.aws.amazon.com//vpc/latest/userguide/VPC_SecurityGroups.html>`_ in the *Amazon VPC User Guide* .
4178
- :param service_network_identifier: The ID or Amazon Resource Name (ARN) of the service network. You must use the ARN when the resources specified in the operation are in different accounts.
5292
+ :param service_network_identifier: The ID or ARN of the service network. You must use an ARN if the resources are in different accounts.
4179
5293
  :param tags: The tags for the association.
4180
5294
  :param vpc_identifier: The ID of the VPC.
4181
5295
 
@@ -4227,9 +5341,9 @@ class CfnServiceNetworkVpcAssociationProps:
4227
5341
 
4228
5342
  @builtins.property
4229
5343
  def service_network_identifier(self) -> typing.Optional[builtins.str]:
4230
- '''The ID or Amazon Resource Name (ARN) of the service network.
5344
+ '''The ID or ARN of the service network.
4231
5345
 
4232
- You must use the ARN when the resources specified in the operation are in different accounts.
5346
+ You must use an ARN if the resources are in different accounts.
4233
5347
 
4234
5348
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkvpcassociation.html#cfn-vpclattice-servicenetworkvpcassociation-servicenetworkidentifier
4235
5349
  '''
@@ -5388,6 +6502,10 @@ __all__ = [
5388
6502
  "CfnAuthPolicyProps",
5389
6503
  "CfnListener",
5390
6504
  "CfnListenerProps",
6505
+ "CfnResourceConfiguration",
6506
+ "CfnResourceConfigurationProps",
6507
+ "CfnResourceGateway",
6508
+ "CfnResourceGatewayProps",
5391
6509
  "CfnResourcePolicy",
5392
6510
  "CfnResourcePolicyProps",
5393
6511
  "CfnRule",
@@ -5395,6 +6513,8 @@ __all__ = [
5395
6513
  "CfnService",
5396
6514
  "CfnServiceNetwork",
5397
6515
  "CfnServiceNetworkProps",
6516
+ "CfnServiceNetworkResourceAssociation",
6517
+ "CfnServiceNetworkResourceAssociationProps",
5398
6518
  "CfnServiceNetworkServiceAssociation",
5399
6519
  "CfnServiceNetworkServiceAssociationProps",
5400
6520
  "CfnServiceNetworkVpcAssociation",
@@ -5610,6 +6730,193 @@ def _typecheckingstub__2abd654d29759383ba4227953efda14c5f7db6190ad40176eb92bfbb7
5610
6730
  """Type checking stubs"""
5611
6731
  pass
5612
6732
 
6733
+ def _typecheckingstub__6d403f9161b4d427bd92d4b1a1a263447b680ac47cb5036d62501f7fbc094fa8(
6734
+ scope: _constructs_77d1e7e8.Construct,
6735
+ id: builtins.str,
6736
+ *,
6737
+ allow_association_to_sharable_service_network: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
6738
+ name: typing.Optional[builtins.str] = None,
6739
+ port_ranges: typing.Optional[typing.Sequence[builtins.str]] = None,
6740
+ protocol_type: typing.Optional[builtins.str] = None,
6741
+ resource_configuration_auth_type: typing.Optional[builtins.str] = None,
6742
+ resource_configuration_definition: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnResourceConfiguration.ResourceConfigurationDefinitionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
6743
+ resource_configuration_group_id: typing.Optional[builtins.str] = None,
6744
+ resource_configuration_type: typing.Optional[builtins.str] = None,
6745
+ resource_gateway_id: typing.Optional[builtins.str] = None,
6746
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
6747
+ ) -> None:
6748
+ """Type checking stubs"""
6749
+ pass
6750
+
6751
+ def _typecheckingstub__f4a06c6b8e94c8464ad1454a24e372a09eb877d8f3e458c78b522220e29aaf70(
6752
+ inspector: _TreeInspector_488e0dd5,
6753
+ ) -> None:
6754
+ """Type checking stubs"""
6755
+ pass
6756
+
6757
+ def _typecheckingstub__3754b09494f8006d837368599eb7dfc715e33b3e7d30d21f635a62e5387b0c5a(
6758
+ props: typing.Mapping[builtins.str, typing.Any],
6759
+ ) -> None:
6760
+ """Type checking stubs"""
6761
+ pass
6762
+
6763
+ def _typecheckingstub__d1ef450fae7a40fb3e9c4ee0eb161050d61b06bd98ab10bb1187f14c7b5c9ceb(
6764
+ value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
6765
+ ) -> None:
6766
+ """Type checking stubs"""
6767
+ pass
6768
+
6769
+ def _typecheckingstub__05c6c80cd49033d3aa0afe190c923dcae73156dcab6ce48936861ca4ccc73ef0(
6770
+ value: typing.Optional[builtins.str],
6771
+ ) -> None:
6772
+ """Type checking stubs"""
6773
+ pass
6774
+
6775
+ def _typecheckingstub__1cc4f3245eb439613256fcc148c8285002aeb6909efedb87a40b5694b1a8fc85(
6776
+ value: typing.Optional[typing.List[builtins.str]],
6777
+ ) -> None:
6778
+ """Type checking stubs"""
6779
+ pass
6780
+
6781
+ def _typecheckingstub__08b6d6e5c0f44624c6d5f2512c7527e00c3ef937b3b38d19a24cb5d9d784af7d(
6782
+ value: typing.Optional[builtins.str],
6783
+ ) -> None:
6784
+ """Type checking stubs"""
6785
+ pass
6786
+
6787
+ def _typecheckingstub__bc2fb81d3ba4756f61160590710d8684f20485505b7b325afb2e862b68530fee(
6788
+ value: typing.Optional[builtins.str],
6789
+ ) -> None:
6790
+ """Type checking stubs"""
6791
+ pass
6792
+
6793
+ def _typecheckingstub__7788613af96a11a7c69e0fffa865e7ae3848958ee2d19e159a8a81638e218ca2(
6794
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnResourceConfiguration.ResourceConfigurationDefinitionProperty]],
6795
+ ) -> None:
6796
+ """Type checking stubs"""
6797
+ pass
6798
+
6799
+ def _typecheckingstub__1121abed475cd3e475b62bd8b47dabfd15e44d41d9771f06cad88fe0c46fa3b2(
6800
+ value: typing.Optional[builtins.str],
6801
+ ) -> None:
6802
+ """Type checking stubs"""
6803
+ pass
6804
+
6805
+ def _typecheckingstub__78c78698636e3ca61354c53cb8cdfc165b65a1ae7d941087c00f199b89c59f80(
6806
+ value: typing.Optional[builtins.str],
6807
+ ) -> None:
6808
+ """Type checking stubs"""
6809
+ pass
6810
+
6811
+ def _typecheckingstub__3823c802f0ca61b478a6bc105102ac700a4091dd81e698a0148bcfd91ec5332a(
6812
+ value: typing.Optional[builtins.str],
6813
+ ) -> None:
6814
+ """Type checking stubs"""
6815
+ pass
6816
+
6817
+ def _typecheckingstub__4f5f1b5a9415ccd7fa5ca852ef4adaa16d7ede062f9c3e53659f7d70469e270f(
6818
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
6819
+ ) -> None:
6820
+ """Type checking stubs"""
6821
+ pass
6822
+
6823
+ def _typecheckingstub__9121263d95571010bd6dc19e1c8287b50bf9733de5f1bdf0bc8a14a7f1387be0(
6824
+ *,
6825
+ ip_resource: builtins.str,
6826
+ ) -> None:
6827
+ """Type checking stubs"""
6828
+ pass
6829
+
6830
+ def _typecheckingstub__797cfcb00db81ec7627009ae5f799c38c09652aee4a602480e341f9e4049b098(
6831
+ *,
6832
+ allow_association_to_sharable_service_network: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
6833
+ name: typing.Optional[builtins.str] = None,
6834
+ port_ranges: typing.Optional[typing.Sequence[builtins.str]] = None,
6835
+ protocol_type: typing.Optional[builtins.str] = None,
6836
+ resource_configuration_auth_type: typing.Optional[builtins.str] = None,
6837
+ resource_configuration_definition: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnResourceConfiguration.ResourceConfigurationDefinitionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
6838
+ resource_configuration_group_id: typing.Optional[builtins.str] = None,
6839
+ resource_configuration_type: typing.Optional[builtins.str] = None,
6840
+ resource_gateway_id: typing.Optional[builtins.str] = None,
6841
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
6842
+ ) -> None:
6843
+ """Type checking stubs"""
6844
+ pass
6845
+
6846
+ def _typecheckingstub__c33d35acb93670756de87bb99dc9b48c5bdce217c8b7068ec8d831a66a1b9be2(
6847
+ scope: _constructs_77d1e7e8.Construct,
6848
+ id: builtins.str,
6849
+ *,
6850
+ ip_address_type: typing.Optional[builtins.str] = None,
6851
+ name: typing.Optional[builtins.str] = None,
6852
+ security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
6853
+ subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
6854
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
6855
+ vpc_identifier: typing.Optional[builtins.str] = None,
6856
+ ) -> None:
6857
+ """Type checking stubs"""
6858
+ pass
6859
+
6860
+ def _typecheckingstub__a3cc6427fa7f595b593b3e5011b72a3b4d57142473934f37b5081472530f3f40(
6861
+ inspector: _TreeInspector_488e0dd5,
6862
+ ) -> None:
6863
+ """Type checking stubs"""
6864
+ pass
6865
+
6866
+ def _typecheckingstub__961cdaca88b2adc0c4bd56e6891207c7285b0ef143ebf35c7492768ed7249dd8(
6867
+ props: typing.Mapping[builtins.str, typing.Any],
6868
+ ) -> None:
6869
+ """Type checking stubs"""
6870
+ pass
6871
+
6872
+ def _typecheckingstub__da193673158e2d7b463232edae7461c41e04d65f3e9a6058fb5136fae629871c(
6873
+ value: typing.Optional[builtins.str],
6874
+ ) -> None:
6875
+ """Type checking stubs"""
6876
+ pass
6877
+
6878
+ def _typecheckingstub__6348f03faf91ccdea29f2fa6d88ff150ead094ceb4483d7c650b7fcee3937500(
6879
+ value: typing.Optional[builtins.str],
6880
+ ) -> None:
6881
+ """Type checking stubs"""
6882
+ pass
6883
+
6884
+ def _typecheckingstub__7e2e4828934d008108e9f5f74e2c02dbd9f159db6f7be2e11295977601d1296b(
6885
+ value: typing.Optional[typing.List[builtins.str]],
6886
+ ) -> None:
6887
+ """Type checking stubs"""
6888
+ pass
6889
+
6890
+ def _typecheckingstub__b80d0378bcb62c6afdab4c3852b32a936d35964b8dc8a67be99af3f3d016b584(
6891
+ value: typing.Optional[typing.List[builtins.str]],
6892
+ ) -> None:
6893
+ """Type checking stubs"""
6894
+ pass
6895
+
6896
+ def _typecheckingstub__bf6ddd6a110cbcda973426d8df8b1e68b145ff32b0292ba9db84cd36b76d4da5(
6897
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
6898
+ ) -> None:
6899
+ """Type checking stubs"""
6900
+ pass
6901
+
6902
+ def _typecheckingstub__9f006ab0220c58f3a982987d77cde2d3d365338eafe9cc6abcd387432475e2c1(
6903
+ value: typing.Optional[builtins.str],
6904
+ ) -> None:
6905
+ """Type checking stubs"""
6906
+ pass
6907
+
6908
+ def _typecheckingstub__ed2c643634b9016a56acc1cdf5c3044eaa6f62d982922519a82cdbd49bdae174(
6909
+ *,
6910
+ ip_address_type: typing.Optional[builtins.str] = None,
6911
+ name: typing.Optional[builtins.str] = None,
6912
+ security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
6913
+ subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
6914
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
6915
+ vpc_identifier: typing.Optional[builtins.str] = None,
6916
+ ) -> None:
6917
+ """Type checking stubs"""
6918
+ pass
6919
+
5613
6920
  def _typecheckingstub__4cc9008c3f7ccae7d54d444c5b5dcc1b03b4db009ad23c4a5ed74863b84b8360(
5614
6921
  scope: _constructs_77d1e7e8.Construct,
5615
6922
  id: builtins.str,
@@ -5949,6 +7256,56 @@ def _typecheckingstub__d53f770e586510e575c9248934a04f476ddc52636df2e0e8ad22f5800
5949
7256
  """Type checking stubs"""
5950
7257
  pass
5951
7258
 
7259
+ def _typecheckingstub__ffab6e55fc82b7928229e0716dca828baee57de24513094d512751e4ffbc88b7(
7260
+ scope: _constructs_77d1e7e8.Construct,
7261
+ id: builtins.str,
7262
+ *,
7263
+ resource_configuration_id: typing.Optional[builtins.str] = None,
7264
+ service_network_id: typing.Optional[builtins.str] = None,
7265
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
7266
+ ) -> None:
7267
+ """Type checking stubs"""
7268
+ pass
7269
+
7270
+ def _typecheckingstub__5266c95707ced321dae79a2a458f435f13776f9a7eb6b7ccd15a2faec148d282(
7271
+ inspector: _TreeInspector_488e0dd5,
7272
+ ) -> None:
7273
+ """Type checking stubs"""
7274
+ pass
7275
+
7276
+ def _typecheckingstub__19f6968b61e203ddf7a2a3eb4577b74930ab5ee8b1fa259adefd457eb40389a3(
7277
+ props: typing.Mapping[builtins.str, typing.Any],
7278
+ ) -> None:
7279
+ """Type checking stubs"""
7280
+ pass
7281
+
7282
+ def _typecheckingstub__b656244c192fb6f7efe74a434dfd0208029f15df3319840d8f1aababc6d3497a(
7283
+ value: typing.Optional[builtins.str],
7284
+ ) -> None:
7285
+ """Type checking stubs"""
7286
+ pass
7287
+
7288
+ def _typecheckingstub__143b386c842e4ce5ad50135fce07ec6875d798dde39410e593b93b9f44731c32(
7289
+ value: typing.Optional[builtins.str],
7290
+ ) -> None:
7291
+ """Type checking stubs"""
7292
+ pass
7293
+
7294
+ def _typecheckingstub__a7b2caf1b457306227662fd5f3d77c20c3a7709749640ee23bd13b6a28d4b4c6(
7295
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
7296
+ ) -> None:
7297
+ """Type checking stubs"""
7298
+ pass
7299
+
7300
+ def _typecheckingstub__d8fd9f985a37c435043ce57ac34945022dddb3d1b8d09e05d4ebecfce4d884f2(
7301
+ *,
7302
+ resource_configuration_id: typing.Optional[builtins.str] = None,
7303
+ service_network_id: typing.Optional[builtins.str] = None,
7304
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
7305
+ ) -> None:
7306
+ """Type checking stubs"""
7307
+ pass
7308
+
5952
7309
  def _typecheckingstub__5fca8cd49cce41155937ce0a58cb5d8795cc6cabeb7236c6e50e7dc2ec43a4fa(
5953
7310
  scope: _constructs_77d1e7e8.Construct,
5954
7311
  id: builtins.str,