aws-cdk-lib 2.153.0__py3-none-any.whl → 2.154.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +157 -215
- aws_cdk/_jsii/__init__.py +2 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.153.0.jsii.tgz → aws-cdk-lib@2.154.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -3
- aws_cdk/aws_accessanalyzer/__init__.py +5 -5
- aws_cdk/aws_acmpca/__init__.py +79 -24
- aws_cdk/aws_amazonmq/__init__.py +161 -161
- aws_cdk/aws_amplify/__init__.py +36 -36
- aws_cdk/aws_amplifyuibuilder/__init__.py +32 -32
- aws_cdk/aws_apigateway/__init__.py +122 -122
- aws_cdk/aws_apigatewayv2/__init__.py +135 -121
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +12 -12
- aws_cdk/aws_appconfig/__init__.py +59 -59
- aws_cdk/aws_appflow/__init__.py +20 -20
- aws_cdk/aws_appintegrations/__init__.py +19 -19
- aws_cdk/aws_applicationautoscaling/__init__.py +31 -16
- aws_cdk/aws_applicationinsights/__init__.py +11 -11
- aws_cdk/aws_applicationsignals/__init__.py +5 -5
- aws_cdk/aws_appmesh/__init__.py +35 -35
- aws_cdk/aws_apprunner/__init__.py +25 -25
- aws_cdk/aws_appstream/__init__.py +105 -105
- aws_cdk/aws_appsync/__init__.py +89 -89
- aws_cdk/aws_apptest/__init__.py +25 -25
- aws_cdk/aws_aps/__init__.py +14 -14
- aws_cdk/aws_arczonalshift/__init__.py +200 -3
- aws_cdk/aws_athena/__init__.py +25 -25
- aws_cdk/aws_auditmanager/__init__.py +15 -15
- aws_cdk/aws_autoscaling/__init__.py +84 -84
- aws_cdk/aws_autoscalingplans/__init__.py +2 -2
- aws_cdk/aws_b2bi/__init__.py +24 -24
- aws_cdk/aws_backup/__init__.py +33 -33
- aws_cdk/aws_backupgateway/__init__.py +7 -7
- aws_cdk/aws_batch/__init__.py +289 -35
- aws_cdk/aws_bcmdataexports/__init__.py +2 -2
- aws_cdk/aws_bedrock/__init__.py +13239 -3277
- aws_cdk/aws_billingconductor/__init__.py +28 -28
- aws_cdk/aws_budgets/__init__.py +12 -12
- aws_cdk/aws_cassandra/__init__.py +16 -16
- aws_cdk/aws_ce/__init__.py +17 -17
- aws_cdk/aws_certificatemanager/__init__.py +9 -9
- aws_cdk/aws_chatbot/__init__.py +22 -22
- aws_cdk/aws_cleanrooms/__init__.py +2470 -307
- aws_cdk/aws_cleanroomsml/__init__.py +5 -5
- aws_cdk/aws_cloud9/__init__.py +10 -10
- aws_cdk/aws_cloudformation/__init__.py +94 -69
- aws_cdk/aws_cloudfront/__init__.py +31 -30
- aws_cdk/aws_cloudtrail/__init__.py +46 -44
- aws_cdk/aws_cloudwatch/__init__.py +61 -69
- aws_cdk/aws_codeartifact/__init__.py +19 -19
- aws_cdk/aws_codebuild/__init__.py +60 -68
- aws_cdk/aws_codecommit/__init__.py +10 -6
- aws_cdk/aws_codeconnections/__init__.py +5 -5
- aws_cdk/aws_codedeploy/__init__.py +28 -28
- aws_cdk/aws_codeguruprofiler/__init__.py +5 -5
- aws_cdk/aws_codegurureviewer/__init__.py +6 -6
- aws_cdk/aws_codepipeline/__init__.py +849 -52
- aws_cdk/aws_codepipeline_actions/__init__.py +1 -1
- aws_cdk/aws_codestar/__init__.py +8 -8
- aws_cdk/aws_codestarconnections/__init__.py +17 -17
- aws_cdk/aws_codestarnotifications/__init__.py +10 -10
- aws_cdk/aws_cognito/__init__.py +465 -133
- aws_cdk/aws_comprehend/__init__.py +20 -20
- aws_cdk/aws_config/__init__.py +67 -67
- aws_cdk/aws_connect/__init__.py +139 -137
- aws_cdk/aws_connectcampaigns/__init__.py +5 -5
- aws_cdk/aws_controltower/__init__.py +12 -12
- aws_cdk/aws_cur/__init__.py +12 -12
- aws_cdk/aws_customerprofiles/__init__.py +36 -36
- aws_cdk/aws_databrew/__init__.py +45 -45
- aws_cdk/aws_datapipeline/__init__.py +12 -8
- aws_cdk/aws_datasync/__init__.py +119 -117
- aws_cdk/aws_datazone/__init__.py +63 -63
- aws_cdk/aws_dax/__init__.py +20 -20
- aws_cdk/aws_deadline/__init__.py +221 -292
- aws_cdk/aws_detective/__init__.py +8 -8
- aws_cdk/aws_devicefarm/__init__.py +37 -37
- aws_cdk/aws_devopsguru/__init__.py +2 -2
- aws_cdk/aws_directoryservice/__init__.py +15 -15
- aws_cdk/aws_dlm/__init__.py +12 -12
- aws_cdk/aws_dms/__init__.py +300 -298
- aws_cdk/aws_docdb/__init__.py +49 -49
- aws_cdk/aws_docdbelastic/__init__.py +14 -14
- aws_cdk/aws_dynamodb/__init__.py +371 -37
- aws_cdk/aws_ec2/__init__.py +900 -606
- aws_cdk/aws_ecr/__init__.py +117 -77
- aws_cdk/aws_ecr_assets/__init__.py +4 -4
- aws_cdk/aws_ecs/__init__.py +190 -191
- aws_cdk/aws_ecs_patterns/__init__.py +2 -2
- aws_cdk/aws_efs/__init__.py +22 -22
- aws_cdk/aws_eks/__init__.py +177 -61
- aws_cdk/aws_elasticache/__init__.py +218 -226
- aws_cdk/aws_elasticbeanstalk/__init__.py +25 -25
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -16
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1066 -102
- aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +86 -4
- aws_cdk/aws_elasticsearch/__init__.py +16 -16
- aws_cdk/aws_emr/__init__.py +74 -74
- aws_cdk/aws_emrcontainers/__init__.py +3 -3
- aws_cdk/aws_emrserverless/__init__.py +157 -14
- aws_cdk/aws_entityresolution/__init__.py +613 -35
- aws_cdk/aws_events/__init__.py +42 -42
- aws_cdk/aws_eventschemas/__init__.py +16 -16
- aws_cdk/aws_evidently/__init__.py +38 -38
- aws_cdk/aws_finspace/__init__.py +8 -8
- aws_cdk/aws_fis/__init__.py +12 -12
- aws_cdk/aws_fms/__init__.py +21 -21
- aws_cdk/aws_forecast/__init__.py +18 -11
- aws_cdk/aws_frauddetector/__init__.py +35 -35
- aws_cdk/aws_fsx/__init__.py +35 -35
- aws_cdk/aws_gamelift/__init__.py +103 -103
- aws_cdk/aws_globalaccelerator/__init__.py +46 -24
- aws_cdk/aws_glue/__init__.py +132 -139
- aws_cdk/aws_grafana/__init__.py +17 -17
- aws_cdk/aws_greengrass/__init__.py +48 -48
- aws_cdk/aws_greengrassv2/__init__.py +10 -10
- aws_cdk/aws_groundstation/__init__.py +16 -16
- aws_cdk/aws_guardduty/__init__.py +40 -38
- aws_cdk/aws_healthimaging/__init__.py +3 -3
- aws_cdk/aws_healthlake/__init__.py +6 -6
- aws_cdk/aws_iam/__init__.py +120 -122
- aws_cdk/aws_identitystore/__init__.py +6 -6
- aws_cdk/aws_imagebuilder/__init__.py +92 -92
- aws_cdk/aws_inspector/__init__.py +8 -8
- aws_cdk/aws_inspectorv2/__init__.py +102 -97
- aws_cdk/aws_internetmonitor/__init__.py +12 -12
- aws_cdk/aws_iot/__init__.py +141 -141
- aws_cdk/aws_iot1click/__init__.py +9 -9
- aws_cdk/aws_iotanalytics/__init__.py +21 -21
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +2 -2
- aws_cdk/aws_iotevents/__init__.py +20 -20
- aws_cdk/aws_iotfleethub/__init__.py +4 -4
- aws_cdk/aws_iotfleetwise/__init__.py +45 -45
- aws_cdk/aws_iotsitewise/__init__.py +40 -40
- aws_cdk/aws_iotthingsgraph/__init__.py +2 -2
- aws_cdk/aws_iottwinmaker/__init__.py +34 -34
- aws_cdk/aws_iotwireless/__init__.py +66 -66
- aws_cdk/aws_ivs/__init__.py +32 -32
- aws_cdk/aws_ivschat/__init__.py +9 -9
- aws_cdk/aws_kafkaconnect/__init__.py +22 -22
- aws_cdk/aws_kendra/__init__.py +28 -28
- aws_cdk/aws_kendraranking/__init__.py +4 -4
- aws_cdk/aws_kinesis/__init__.py +8 -8
- aws_cdk/aws_kinesisanalytics/__init__.py +23 -23
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +15 -15
- aws_cdk/aws_kinesisfirehose/__init__.py +677 -18
- aws_cdk/aws_kinesisvideo/__init__.py +10 -10
- aws_cdk/aws_kms/__init__.py +20 -20
- aws_cdk/aws_lakeformation/__init__.py +36 -36
- aws_cdk/aws_lambda/__init__.py +174 -118
- aws_cdk/aws_launchwizard/__init__.py +508 -0
- aws_cdk/aws_lex/__init__.py +24 -24
- aws_cdk/aws_licensemanager/__init__.py +17 -17
- aws_cdk/aws_lightsail/__init__.py +90 -90
- aws_cdk/aws_location/__init__.py +41 -41
- aws_cdk/aws_logs/__init__.py +50 -50
- aws_cdk/aws_lookoutequipment/__init__.py +9 -9
- aws_cdk/aws_lookoutmetrics/__init__.py +10 -10
- aws_cdk/aws_lookoutvision/__init__.py +1 -1
- aws_cdk/aws_m2/__init__.py +20 -20
- aws_cdk/aws_macie/__init__.py +19 -19
- aws_cdk/aws_managedblockchain/__init__.py +10 -10
- aws_cdk/aws_mediaconnect/__init__.py +114 -77
- aws_cdk/aws_mediaconvert/__init__.py +20 -20
- aws_cdk/aws_medialive/__init__.py +44 -76
- aws_cdk/aws_mediapackage/__init__.py +38 -38
- aws_cdk/aws_mediapackagev2/__init__.py +178 -25
- aws_cdk/aws_mediastore/__init__.py +7 -7
- aws_cdk/aws_mediatailor/__init__.py +40 -40
- aws_cdk/aws_memorydb/__init__.py +41 -41
- aws_cdk/aws_msk/__init__.py +39 -39
- aws_cdk/aws_mwaa/__init__.py +25 -25
- aws_cdk/aws_neptune/__init__.py +55 -55
- aws_cdk/aws_neptunegraph/__init__.py +11 -11
- aws_cdk/aws_networkfirewall/__init__.py +36 -30
- aws_cdk/aws_networkmanager/__init__.py +1062 -91
- aws_cdk/aws_nimblestudio/__init__.py +31 -31
- aws_cdk/aws_oam/__init__.py +8 -8
- aws_cdk/aws_omics/__init__.py +36 -36
- aws_cdk/aws_opensearchserverless/__init__.py +25 -25
- aws_cdk/aws_opensearchservice/__init__.py +20 -20
- aws_cdk/aws_opsworks/__init__.py +87 -87
- aws_cdk/aws_opsworkscm/__init__.py +21 -21
- aws_cdk/aws_organizations/__init__.py +17 -17
- aws_cdk/aws_osis/__init__.py +122 -9
- aws_cdk/aws_panorama/__init__.py +27 -22
- aws_cdk/aws_paymentcryptography/__init__.py +7 -7
- aws_cdk/aws_pcaconnectorad/__init__.py +17 -17
- aws_cdk/aws_personalize/__init__.py +19 -19
- aws_cdk/aws_pinpoint/__init__.py +122 -122
- aws_cdk/aws_pinpointemail/__init__.py +16 -16
- aws_cdk/aws_pipes/__init__.py +14 -16
- aws_cdk/aws_proton/__init__.py +19 -19
- aws_cdk/aws_qbusiness/__init__.py +160 -45
- aws_cdk/aws_qldb/__init__.py +12 -12
- aws_cdk/aws_quicksight/__init__.py +91 -91
- aws_cdk/aws_ram/__init__.py +11 -11
- aws_cdk/aws_rds/__init__.py +365 -259
- aws_cdk/aws_redshift/__init__.py +136 -91
- aws_cdk/aws_redshiftserverless/__init__.py +27 -27
- aws_cdk/aws_refactorspaces/__init__.py +26 -26
- aws_cdk/aws_rekognition/__init__.py +16 -16
- aws_cdk/aws_resiliencehub/__init__.py +15 -15
- aws_cdk/aws_resourceexplorer2/__init__.py +8 -8
- aws_cdk/aws_resourcegroups/__init__.py +6 -6
- aws_cdk/aws_robomaker/__init__.py +25 -25
- aws_cdk/aws_rolesanywhere/__init__.py +67 -19
- aws_cdk/aws_route53/__init__.py +36 -36
- aws_cdk/aws_route53profiles/__init__.py +11 -11
- aws_cdk/aws_route53recoverycontrol/__init__.py +14 -14
- aws_cdk/aws_route53recoveryreadiness/__init__.py +13 -13
- aws_cdk/aws_route53resolver/__init__.py +123 -82
- aws_cdk/aws_rum/__init__.py +6 -6
- aws_cdk/aws_s3/__init__.py +136 -80
- aws_cdk/aws_s3_deployment/__init__.py +30 -24
- aws_cdk/aws_s3_notifications/__init__.py +3 -4
- aws_cdk/aws_s3express/__init__.py +5 -5
- aws_cdk/aws_s3objectlambda/__init__.py +6 -6
- aws_cdk/aws_s3outposts/__init__.py +16 -16
- aws_cdk/aws_sagemaker/__init__.py +2412 -280
- aws_cdk/aws_sam/__init__.py +101 -101
- aws_cdk/aws_scheduler/__init__.py +13 -13
- aws_cdk/aws_sdb/__init__.py +1 -1
- aws_cdk/aws_secretsmanager/__init__.py +20 -19
- aws_cdk/aws_securityhub/__init__.py +70 -57
- aws_cdk/aws_securitylake/__init__.py +341 -16
- aws_cdk/aws_servicecatalog/__init__.py +87 -87
- aws_cdk/aws_servicecatalogappregistry/__init__.py +12 -12
- aws_cdk/aws_servicediscovery/__init__.py +23 -23
- aws_cdk/aws_ses/__init__.py +12038 -5604
- aws_cdk/aws_shield/__init__.py +15 -15
- aws_cdk/aws_signer/__init__.py +9 -9
- aws_cdk/aws_simspaceweaver/__init__.py +5 -5
- aws_cdk/aws_sns/__init__.py +28 -28
- aws_cdk/aws_sqs/__init__.py +20 -20
- aws_cdk/aws_ssm/__init__.py +172 -101
- aws_cdk/aws_ssmcontacts/__init__.py +18 -18
- aws_cdk/aws_ssmincidents/__init__.py +11 -11
- aws_cdk/aws_sso/__init__.py +31 -31
- aws_cdk/aws_stepfunctions/__init__.py +370 -28
- aws_cdk/aws_supportapp/__init__.py +11 -11
- aws_cdk/aws_synthetics/__init__.py +18 -18
- aws_cdk/aws_systemsmanagersap/__init__.py +48 -7
- aws_cdk/aws_timestream/__init__.py +34 -34
- aws_cdk/aws_transfer/__init__.py +57 -57
- aws_cdk/aws_verifiedpermissions/__init__.py +11 -11
- aws_cdk/aws_voiceid/__init__.py +4 -4
- aws_cdk/aws_vpclattice/__init__.py +42 -42
- aws_cdk/aws_waf/__init__.py +17 -17
- aws_cdk/aws_wafregional/__init__.py +28 -28
- aws_cdk/aws_wafv2/__init__.py +39 -39
- aws_cdk/aws_wisdom/__init__.py +16 -16
- aws_cdk/aws_workspaces/__init__.py +18 -18
- aws_cdk/aws_workspacesthinclient/__init__.py +63 -9
- aws_cdk/aws_workspacesweb/__init__.py +87 -46
- aws_cdk/aws_xray/__init__.py +12 -12
- aws_cdk/cloud_assembly_schema/__init__.py +348 -239
- aws_cdk/custom_resources/__init__.py +283 -0
- aws_cdk/cx_api/__init__.py +15 -15
- aws_cdk/pipelines/__init__.py +172 -237
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/METADATA +3 -2
- aws_cdk_lib-2.154.0.dist-info/RECORD +292 -0
- aws_cdk_lib-2.153.0.dist-info/RECORD +0 -291
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/top_level.txt +0 -0
|
@@ -83,6 +83,15 @@ class CfnConnectAttachment(
|
|
|
83
83
|
transport_attachment_id="transportAttachmentId",
|
|
84
84
|
|
|
85
85
|
# the properties below are optional
|
|
86
|
+
network_function_group_name="networkFunctionGroupName",
|
|
87
|
+
proposed_network_function_group_change=networkmanager.CfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty(
|
|
88
|
+
attachment_policy_rule_number=123,
|
|
89
|
+
network_function_group_name="networkFunctionGroupName",
|
|
90
|
+
tags=[CfnTag(
|
|
91
|
+
key="key",
|
|
92
|
+
value="value"
|
|
93
|
+
)]
|
|
94
|
+
),
|
|
86
95
|
proposed_segment_change=networkmanager.CfnConnectAttachment.ProposedSegmentChangeProperty(
|
|
87
96
|
attachment_policy_rule_number=123,
|
|
88
97
|
segment_name="segmentName",
|
|
@@ -107,6 +116,8 @@ class CfnConnectAttachment(
|
|
|
107
116
|
edge_location: builtins.str,
|
|
108
117
|
options: typing.Union[_IResolvable_da3f097b, typing.Union["CfnConnectAttachment.ConnectAttachmentOptionsProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
109
118
|
transport_attachment_id: builtins.str,
|
|
119
|
+
network_function_group_name: typing.Optional[builtins.str] = None,
|
|
120
|
+
proposed_network_function_group_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
110
121
|
proposed_segment_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnConnectAttachment.ProposedSegmentChangeProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
111
122
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
112
123
|
) -> None:
|
|
@@ -117,6 +128,8 @@ class CfnConnectAttachment(
|
|
|
117
128
|
:param edge_location: The Region where the edge is located.
|
|
118
129
|
:param options: Options for connecting an attachment.
|
|
119
130
|
:param transport_attachment_id: The ID of the transport attachment.
|
|
131
|
+
:param network_function_group_name: The name of the network function group.
|
|
132
|
+
:param proposed_network_function_group_change: Describes proposed changes to a network function group.
|
|
120
133
|
:param proposed_segment_change: Describes a proposed segment change. In some cases, the segment change must first be evaluated and accepted.
|
|
121
134
|
:param tags: The tags associated with the Connect attachment.
|
|
122
135
|
'''
|
|
@@ -129,6 +142,8 @@ class CfnConnectAttachment(
|
|
|
129
142
|
edge_location=edge_location,
|
|
130
143
|
options=options,
|
|
131
144
|
transport_attachment_id=transport_attachment_id,
|
|
145
|
+
network_function_group_name=network_function_group_name,
|
|
146
|
+
proposed_network_function_group_change=proposed_network_function_group_change,
|
|
132
147
|
proposed_segment_change=proposed_segment_change,
|
|
133
148
|
tags=tags,
|
|
134
149
|
)
|
|
@@ -281,7 +296,7 @@ class CfnConnectAttachment(
|
|
|
281
296
|
if __debug__:
|
|
282
297
|
type_hints = typing.get_type_hints(_typecheckingstub__e1019c9f66ae0f0b6c31480b08f0844a5328118d1f4beeb166ff2f71b6068b0a)
|
|
283
298
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
284
|
-
jsii.set(self, "coreNetworkId", value)
|
|
299
|
+
jsii.set(self, "coreNetworkId", value) # pyright: ignore[reportArgumentType]
|
|
285
300
|
|
|
286
301
|
@builtins.property
|
|
287
302
|
@jsii.member(jsii_name="edgeLocation")
|
|
@@ -294,7 +309,7 @@ class CfnConnectAttachment(
|
|
|
294
309
|
if __debug__:
|
|
295
310
|
type_hints = typing.get_type_hints(_typecheckingstub__65f8076caf77f777faab35b0ff1e31902eae6e5c1507ec93cdcdef28bd00b0bb)
|
|
296
311
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
297
|
-
jsii.set(self, "edgeLocation", value)
|
|
312
|
+
jsii.set(self, "edgeLocation", value) # pyright: ignore[reportArgumentType]
|
|
298
313
|
|
|
299
314
|
@builtins.property
|
|
300
315
|
@jsii.member(jsii_name="options")
|
|
@@ -312,7 +327,7 @@ class CfnConnectAttachment(
|
|
|
312
327
|
if __debug__:
|
|
313
328
|
type_hints = typing.get_type_hints(_typecheckingstub__a3ec27706fe61280d3c2f24d80b9b25fadffd2d87cfb1922fb82b4b8309feeab)
|
|
314
329
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
315
|
-
jsii.set(self, "options", value)
|
|
330
|
+
jsii.set(self, "options", value) # pyright: ignore[reportArgumentType]
|
|
316
331
|
|
|
317
332
|
@builtins.property
|
|
318
333
|
@jsii.member(jsii_name="transportAttachmentId")
|
|
@@ -325,7 +340,38 @@ class CfnConnectAttachment(
|
|
|
325
340
|
if __debug__:
|
|
326
341
|
type_hints = typing.get_type_hints(_typecheckingstub__f45177b471df4bf392fc7f3cd3a02af202d007968b4b8f463eab9717182e743e)
|
|
327
342
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
328
|
-
jsii.set(self, "transportAttachmentId", value)
|
|
343
|
+
jsii.set(self, "transportAttachmentId", value) # pyright: ignore[reportArgumentType]
|
|
344
|
+
|
|
345
|
+
@builtins.property
|
|
346
|
+
@jsii.member(jsii_name="networkFunctionGroupName")
|
|
347
|
+
def network_function_group_name(self) -> typing.Optional[builtins.str]:
|
|
348
|
+
'''The name of the network function group.'''
|
|
349
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "networkFunctionGroupName"))
|
|
350
|
+
|
|
351
|
+
@network_function_group_name.setter
|
|
352
|
+
def network_function_group_name(self, value: typing.Optional[builtins.str]) -> None:
|
|
353
|
+
if __debug__:
|
|
354
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1d4be38811824cef16f7576db94e35d0ea6676c13c9d2aadb66c5f50ea36c2f9)
|
|
355
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
356
|
+
jsii.set(self, "networkFunctionGroupName", value) # pyright: ignore[reportArgumentType]
|
|
357
|
+
|
|
358
|
+
@builtins.property
|
|
359
|
+
@jsii.member(jsii_name="proposedNetworkFunctionGroupChange")
|
|
360
|
+
def proposed_network_function_group_change(
|
|
361
|
+
self,
|
|
362
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty"]]:
|
|
363
|
+
'''Describes proposed changes to a network function group.'''
|
|
364
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty"]], jsii.get(self, "proposedNetworkFunctionGroupChange"))
|
|
365
|
+
|
|
366
|
+
@proposed_network_function_group_change.setter
|
|
367
|
+
def proposed_network_function_group_change(
|
|
368
|
+
self,
|
|
369
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty"]],
|
|
370
|
+
) -> None:
|
|
371
|
+
if __debug__:
|
|
372
|
+
type_hints = typing.get_type_hints(_typecheckingstub__dccb28b989acb4e3a5c49a170fa11260f391700e664729657f932025736d838b)
|
|
373
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
374
|
+
jsii.set(self, "proposedNetworkFunctionGroupChange", value) # pyright: ignore[reportArgumentType]
|
|
329
375
|
|
|
330
376
|
@builtins.property
|
|
331
377
|
@jsii.member(jsii_name="proposedSegmentChange")
|
|
@@ -343,7 +389,7 @@ class CfnConnectAttachment(
|
|
|
343
389
|
if __debug__:
|
|
344
390
|
type_hints = typing.get_type_hints(_typecheckingstub__84b1c89b7abda3eee8505aae6dbce09c5893b6a4187a20a6c43a4204cea40ffd)
|
|
345
391
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
346
|
-
jsii.set(self, "proposedSegmentChange", value)
|
|
392
|
+
jsii.set(self, "proposedSegmentChange", value) # pyright: ignore[reportArgumentType]
|
|
347
393
|
|
|
348
394
|
@builtins.property
|
|
349
395
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -356,7 +402,7 @@ class CfnConnectAttachment(
|
|
|
356
402
|
if __debug__:
|
|
357
403
|
type_hints = typing.get_type_hints(_typecheckingstub__ffc7890372457410bdf1574c98526291062406f7166b95fd35ac58c7cbd3e98c)
|
|
358
404
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
359
|
-
jsii.set(self, "tagsRaw", value)
|
|
405
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
360
406
|
|
|
361
407
|
@jsii.data_type(
|
|
362
408
|
jsii_type="aws-cdk-lib.aws_networkmanager.CfnConnectAttachment.ConnectAttachmentOptionsProperty",
|
|
@@ -409,6 +455,98 @@ class CfnConnectAttachment(
|
|
|
409
455
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
410
456
|
)
|
|
411
457
|
|
|
458
|
+
@jsii.data_type(
|
|
459
|
+
jsii_type="aws-cdk-lib.aws_networkmanager.CfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty",
|
|
460
|
+
jsii_struct_bases=[],
|
|
461
|
+
name_mapping={
|
|
462
|
+
"attachment_policy_rule_number": "attachmentPolicyRuleNumber",
|
|
463
|
+
"network_function_group_name": "networkFunctionGroupName",
|
|
464
|
+
"tags": "tags",
|
|
465
|
+
},
|
|
466
|
+
)
|
|
467
|
+
class ProposedNetworkFunctionGroupChangeProperty:
|
|
468
|
+
def __init__(
|
|
469
|
+
self,
|
|
470
|
+
*,
|
|
471
|
+
attachment_policy_rule_number: typing.Optional[jsii.Number] = None,
|
|
472
|
+
network_function_group_name: typing.Optional[builtins.str] = None,
|
|
473
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
474
|
+
) -> None:
|
|
475
|
+
'''Describes proposed changes to a network function group.
|
|
476
|
+
|
|
477
|
+
:param attachment_policy_rule_number: The proposed new attachment policy rule number for the network function group.
|
|
478
|
+
:param network_function_group_name: The proposed name change for the network function group name.
|
|
479
|
+
:param tags: The list of proposed changes to the key-value tags associated with the network function group.
|
|
480
|
+
|
|
481
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-connectattachment-proposednetworkfunctiongroupchange.html
|
|
482
|
+
:exampleMetadata: fixture=_generated
|
|
483
|
+
|
|
484
|
+
Example::
|
|
485
|
+
|
|
486
|
+
# The code below shows an example of how to instantiate this type.
|
|
487
|
+
# The values are placeholders you should change.
|
|
488
|
+
from aws_cdk import aws_networkmanager as networkmanager
|
|
489
|
+
|
|
490
|
+
proposed_network_function_group_change_property = networkmanager.CfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty(
|
|
491
|
+
attachment_policy_rule_number=123,
|
|
492
|
+
network_function_group_name="networkFunctionGroupName",
|
|
493
|
+
tags=[CfnTag(
|
|
494
|
+
key="key",
|
|
495
|
+
value="value"
|
|
496
|
+
)]
|
|
497
|
+
)
|
|
498
|
+
'''
|
|
499
|
+
if __debug__:
|
|
500
|
+
type_hints = typing.get_type_hints(_typecheckingstub__89769d5714e04e48001d73bac8578198f44a1767121126780bf319f090209f09)
|
|
501
|
+
check_type(argname="argument attachment_policy_rule_number", value=attachment_policy_rule_number, expected_type=type_hints["attachment_policy_rule_number"])
|
|
502
|
+
check_type(argname="argument network_function_group_name", value=network_function_group_name, expected_type=type_hints["network_function_group_name"])
|
|
503
|
+
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
504
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
505
|
+
if attachment_policy_rule_number is not None:
|
|
506
|
+
self._values["attachment_policy_rule_number"] = attachment_policy_rule_number
|
|
507
|
+
if network_function_group_name is not None:
|
|
508
|
+
self._values["network_function_group_name"] = network_function_group_name
|
|
509
|
+
if tags is not None:
|
|
510
|
+
self._values["tags"] = tags
|
|
511
|
+
|
|
512
|
+
@builtins.property
|
|
513
|
+
def attachment_policy_rule_number(self) -> typing.Optional[jsii.Number]:
|
|
514
|
+
'''The proposed new attachment policy rule number for the network function group.
|
|
515
|
+
|
|
516
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-connectattachment-proposednetworkfunctiongroupchange.html#cfn-networkmanager-connectattachment-proposednetworkfunctiongroupchange-attachmentpolicyrulenumber
|
|
517
|
+
'''
|
|
518
|
+
result = self._values.get("attachment_policy_rule_number")
|
|
519
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
520
|
+
|
|
521
|
+
@builtins.property
|
|
522
|
+
def network_function_group_name(self) -> typing.Optional[builtins.str]:
|
|
523
|
+
'''The proposed name change for the network function group name.
|
|
524
|
+
|
|
525
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-connectattachment-proposednetworkfunctiongroupchange.html#cfn-networkmanager-connectattachment-proposednetworkfunctiongroupchange-networkfunctiongroupname
|
|
526
|
+
'''
|
|
527
|
+
result = self._values.get("network_function_group_name")
|
|
528
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
529
|
+
|
|
530
|
+
@builtins.property
|
|
531
|
+
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
532
|
+
'''The list of proposed changes to the key-value tags associated with the network function group.
|
|
533
|
+
|
|
534
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-connectattachment-proposednetworkfunctiongroupchange.html#cfn-networkmanager-connectattachment-proposednetworkfunctiongroupchange-tags
|
|
535
|
+
'''
|
|
536
|
+
result = self._values.get("tags")
|
|
537
|
+
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
|
|
538
|
+
|
|
539
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
540
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
541
|
+
|
|
542
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
543
|
+
return not (rhs == self)
|
|
544
|
+
|
|
545
|
+
def __repr__(self) -> str:
|
|
546
|
+
return "ProposedNetworkFunctionGroupChangeProperty(%s)" % ", ".join(
|
|
547
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
548
|
+
)
|
|
549
|
+
|
|
412
550
|
@jsii.data_type(
|
|
413
551
|
jsii_type="aws-cdk-lib.aws_networkmanager.CfnConnectAttachment.ProposedSegmentChangeProperty",
|
|
414
552
|
jsii_struct_bases=[],
|
|
@@ -512,6 +650,8 @@ class CfnConnectAttachment(
|
|
|
512
650
|
"edge_location": "edgeLocation",
|
|
513
651
|
"options": "options",
|
|
514
652
|
"transport_attachment_id": "transportAttachmentId",
|
|
653
|
+
"network_function_group_name": "networkFunctionGroupName",
|
|
654
|
+
"proposed_network_function_group_change": "proposedNetworkFunctionGroupChange",
|
|
515
655
|
"proposed_segment_change": "proposedSegmentChange",
|
|
516
656
|
"tags": "tags",
|
|
517
657
|
},
|
|
@@ -524,6 +664,8 @@ class CfnConnectAttachmentProps:
|
|
|
524
664
|
edge_location: builtins.str,
|
|
525
665
|
options: typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnectAttachment.ConnectAttachmentOptionsProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
526
666
|
transport_attachment_id: builtins.str,
|
|
667
|
+
network_function_group_name: typing.Optional[builtins.str] = None,
|
|
668
|
+
proposed_network_function_group_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
527
669
|
proposed_segment_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnectAttachment.ProposedSegmentChangeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
528
670
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
529
671
|
) -> None:
|
|
@@ -533,6 +675,8 @@ class CfnConnectAttachmentProps:
|
|
|
533
675
|
:param edge_location: The Region where the edge is located.
|
|
534
676
|
:param options: Options for connecting an attachment.
|
|
535
677
|
:param transport_attachment_id: The ID of the transport attachment.
|
|
678
|
+
:param network_function_group_name: The name of the network function group.
|
|
679
|
+
:param proposed_network_function_group_change: Describes proposed changes to a network function group.
|
|
536
680
|
:param proposed_segment_change: Describes a proposed segment change. In some cases, the segment change must first be evaluated and accepted.
|
|
537
681
|
:param tags: The tags associated with the Connect attachment.
|
|
538
682
|
|
|
@@ -554,6 +698,15 @@ class CfnConnectAttachmentProps:
|
|
|
554
698
|
transport_attachment_id="transportAttachmentId",
|
|
555
699
|
|
|
556
700
|
# the properties below are optional
|
|
701
|
+
network_function_group_name="networkFunctionGroupName",
|
|
702
|
+
proposed_network_function_group_change=networkmanager.CfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty(
|
|
703
|
+
attachment_policy_rule_number=123,
|
|
704
|
+
network_function_group_name="networkFunctionGroupName",
|
|
705
|
+
tags=[CfnTag(
|
|
706
|
+
key="key",
|
|
707
|
+
value="value"
|
|
708
|
+
)]
|
|
709
|
+
),
|
|
557
710
|
proposed_segment_change=networkmanager.CfnConnectAttachment.ProposedSegmentChangeProperty(
|
|
558
711
|
attachment_policy_rule_number=123,
|
|
559
712
|
segment_name="segmentName",
|
|
@@ -574,6 +727,8 @@ class CfnConnectAttachmentProps:
|
|
|
574
727
|
check_type(argname="argument edge_location", value=edge_location, expected_type=type_hints["edge_location"])
|
|
575
728
|
check_type(argname="argument options", value=options, expected_type=type_hints["options"])
|
|
576
729
|
check_type(argname="argument transport_attachment_id", value=transport_attachment_id, expected_type=type_hints["transport_attachment_id"])
|
|
730
|
+
check_type(argname="argument network_function_group_name", value=network_function_group_name, expected_type=type_hints["network_function_group_name"])
|
|
731
|
+
check_type(argname="argument proposed_network_function_group_change", value=proposed_network_function_group_change, expected_type=type_hints["proposed_network_function_group_change"])
|
|
577
732
|
check_type(argname="argument proposed_segment_change", value=proposed_segment_change, expected_type=type_hints["proposed_segment_change"])
|
|
578
733
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
579
734
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
@@ -582,6 +737,10 @@ class CfnConnectAttachmentProps:
|
|
|
582
737
|
"options": options,
|
|
583
738
|
"transport_attachment_id": transport_attachment_id,
|
|
584
739
|
}
|
|
740
|
+
if network_function_group_name is not None:
|
|
741
|
+
self._values["network_function_group_name"] = network_function_group_name
|
|
742
|
+
if proposed_network_function_group_change is not None:
|
|
743
|
+
self._values["proposed_network_function_group_change"] = proposed_network_function_group_change
|
|
585
744
|
if proposed_segment_change is not None:
|
|
586
745
|
self._values["proposed_segment_change"] = proposed_segment_change
|
|
587
746
|
if tags is not None:
|
|
@@ -629,6 +788,26 @@ class CfnConnectAttachmentProps:
|
|
|
629
788
|
assert result is not None, "Required property 'transport_attachment_id' is missing"
|
|
630
789
|
return typing.cast(builtins.str, result)
|
|
631
790
|
|
|
791
|
+
@builtins.property
|
|
792
|
+
def network_function_group_name(self) -> typing.Optional[builtins.str]:
|
|
793
|
+
'''The name of the network function group.
|
|
794
|
+
|
|
795
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-connectattachment.html#cfn-networkmanager-connectattachment-networkfunctiongroupname
|
|
796
|
+
'''
|
|
797
|
+
result = self._values.get("network_function_group_name")
|
|
798
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
799
|
+
|
|
800
|
+
@builtins.property
|
|
801
|
+
def proposed_network_function_group_change(
|
|
802
|
+
self,
|
|
803
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty]]:
|
|
804
|
+
'''Describes proposed changes to a network function group.
|
|
805
|
+
|
|
806
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-connectattachment.html#cfn-networkmanager-connectattachment-proposednetworkfunctiongroupchange
|
|
807
|
+
'''
|
|
808
|
+
result = self._values.get("proposed_network_function_group_change")
|
|
809
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty]], result)
|
|
810
|
+
|
|
632
811
|
@builtins.property
|
|
633
812
|
def proposed_segment_change(
|
|
634
813
|
self,
|
|
@@ -888,7 +1067,7 @@ class CfnConnectPeer(
|
|
|
888
1067
|
if __debug__:
|
|
889
1068
|
type_hints = typing.get_type_hints(_typecheckingstub__d6837b16f8b774f684a7de66e3e0192162c799f4ccc35d48270125b5a9867f69)
|
|
890
1069
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
891
|
-
jsii.set(self, "connectAttachmentId", value)
|
|
1070
|
+
jsii.set(self, "connectAttachmentId", value) # pyright: ignore[reportArgumentType]
|
|
892
1071
|
|
|
893
1072
|
@builtins.property
|
|
894
1073
|
@jsii.member(jsii_name="peerAddress")
|
|
@@ -901,7 +1080,7 @@ class CfnConnectPeer(
|
|
|
901
1080
|
if __debug__:
|
|
902
1081
|
type_hints = typing.get_type_hints(_typecheckingstub__c390f124a44254d44c9db6c9600d7d4bedeaa234040db5482b9da71be5ba3267)
|
|
903
1082
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
904
|
-
jsii.set(self, "peerAddress", value)
|
|
1083
|
+
jsii.set(self, "peerAddress", value) # pyright: ignore[reportArgumentType]
|
|
905
1084
|
|
|
906
1085
|
@builtins.property
|
|
907
1086
|
@jsii.member(jsii_name="bgpOptions")
|
|
@@ -919,7 +1098,7 @@ class CfnConnectPeer(
|
|
|
919
1098
|
if __debug__:
|
|
920
1099
|
type_hints = typing.get_type_hints(_typecheckingstub__09c2cde583ab1ee0b8539941f5f59464104e4b15a665812986be376af521cd7c)
|
|
921
1100
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
922
|
-
jsii.set(self, "bgpOptions", value)
|
|
1101
|
+
jsii.set(self, "bgpOptions", value) # pyright: ignore[reportArgumentType]
|
|
923
1102
|
|
|
924
1103
|
@builtins.property
|
|
925
1104
|
@jsii.member(jsii_name="coreNetworkAddress")
|
|
@@ -932,7 +1111,7 @@ class CfnConnectPeer(
|
|
|
932
1111
|
if __debug__:
|
|
933
1112
|
type_hints = typing.get_type_hints(_typecheckingstub__2ccd872c8477548a54a56ce63aa9266f60d6d4a8ce8da83adaf0c37aa370d21d)
|
|
934
1113
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
935
|
-
jsii.set(self, "coreNetworkAddress", value)
|
|
1114
|
+
jsii.set(self, "coreNetworkAddress", value) # pyright: ignore[reportArgumentType]
|
|
936
1115
|
|
|
937
1116
|
@builtins.property
|
|
938
1117
|
@jsii.member(jsii_name="insideCidrBlocks")
|
|
@@ -948,7 +1127,7 @@ class CfnConnectPeer(
|
|
|
948
1127
|
if __debug__:
|
|
949
1128
|
type_hints = typing.get_type_hints(_typecheckingstub__6579db2e8401c4c460fad5541ac628299f109239ae0b747856b5b464e0fb2394)
|
|
950
1129
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
951
|
-
jsii.set(self, "insideCidrBlocks", value)
|
|
1130
|
+
jsii.set(self, "insideCidrBlocks", value) # pyright: ignore[reportArgumentType]
|
|
952
1131
|
|
|
953
1132
|
@builtins.property
|
|
954
1133
|
@jsii.member(jsii_name="subnetArn")
|
|
@@ -961,7 +1140,7 @@ class CfnConnectPeer(
|
|
|
961
1140
|
if __debug__:
|
|
962
1141
|
type_hints = typing.get_type_hints(_typecheckingstub__ae0ae5d1512a66892ff59daa2dd20f23758a07b8ed9e002ab8cf6d8282ee7620)
|
|
963
1142
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
964
|
-
jsii.set(self, "subnetArn", value)
|
|
1143
|
+
jsii.set(self, "subnetArn", value) # pyright: ignore[reportArgumentType]
|
|
965
1144
|
|
|
966
1145
|
@builtins.property
|
|
967
1146
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -974,7 +1153,7 @@ class CfnConnectPeer(
|
|
|
974
1153
|
if __debug__:
|
|
975
1154
|
type_hints = typing.get_type_hints(_typecheckingstub__be35c1c86a9354575519ff51daf71188a8d6c995c7f05b5070cfc8f935af359f)
|
|
976
1155
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
977
|
-
jsii.set(self, "tagsRaw", value)
|
|
1156
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
978
1157
|
|
|
979
1158
|
@jsii.data_type(
|
|
980
1159
|
jsii_type="aws-cdk-lib.aws_networkmanager.CfnConnectPeer.BgpOptionsProperty",
|
|
@@ -1555,6 +1734,15 @@ class CfnCoreNetwork(
|
|
|
1555
1734
|
'''
|
|
1556
1735
|
return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrEdges"))
|
|
1557
1736
|
|
|
1737
|
+
@builtins.property
|
|
1738
|
+
@jsii.member(jsii_name="attrNetworkFunctionGroups")
|
|
1739
|
+
def attr_network_function_groups(self) -> _IResolvable_da3f097b:
|
|
1740
|
+
'''The network function groups associated with a core network.
|
|
1741
|
+
|
|
1742
|
+
:cloudformationAttribute: NetworkFunctionGroups
|
|
1743
|
+
'''
|
|
1744
|
+
return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrNetworkFunctionGroups"))
|
|
1745
|
+
|
|
1558
1746
|
@builtins.property
|
|
1559
1747
|
@jsii.member(jsii_name="attrOwnerAccount")
|
|
1560
1748
|
def attr_owner_account(self) -> builtins.str:
|
|
@@ -1606,7 +1794,7 @@ class CfnCoreNetwork(
|
|
|
1606
1794
|
if __debug__:
|
|
1607
1795
|
type_hints = typing.get_type_hints(_typecheckingstub__86408588b749b814a7197fcea933176b0c59fa27af364e497dd8c35db9c2767b)
|
|
1608
1796
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1609
|
-
jsii.set(self, "globalNetworkId", value)
|
|
1797
|
+
jsii.set(self, "globalNetworkId", value) # pyright: ignore[reportArgumentType]
|
|
1610
1798
|
|
|
1611
1799
|
@builtins.property
|
|
1612
1800
|
@jsii.member(jsii_name="description")
|
|
@@ -1619,7 +1807,7 @@ class CfnCoreNetwork(
|
|
|
1619
1807
|
if __debug__:
|
|
1620
1808
|
type_hints = typing.get_type_hints(_typecheckingstub__fd943ed85c9a7352421e16d77f69b1d40ca95e68eac8600af543194df8d324f7)
|
|
1621
1809
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1622
|
-
jsii.set(self, "description", value)
|
|
1810
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
1623
1811
|
|
|
1624
1812
|
@builtins.property
|
|
1625
1813
|
@jsii.member(jsii_name="policyDocument")
|
|
@@ -1635,7 +1823,7 @@ class CfnCoreNetwork(
|
|
|
1635
1823
|
if __debug__:
|
|
1636
1824
|
type_hints = typing.get_type_hints(_typecheckingstub__95fd0d184423074af0fbb9e444ffac5c0adbdbe161eb0520bbbd67705f54b4d2)
|
|
1637
1825
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1638
|
-
jsii.set(self, "policyDocument", value)
|
|
1826
|
+
jsii.set(self, "policyDocument", value) # pyright: ignore[reportArgumentType]
|
|
1639
1827
|
|
|
1640
1828
|
@builtins.property
|
|
1641
1829
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -1648,7 +1836,7 @@ class CfnCoreNetwork(
|
|
|
1648
1836
|
if __debug__:
|
|
1649
1837
|
type_hints = typing.get_type_hints(_typecheckingstub__96b99af1b4897054c775f7c57c33730e70cc058523a18542f6bac227d93d5e39)
|
|
1650
1838
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1651
|
-
jsii.set(self, "tagsRaw", value)
|
|
1839
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
1652
1840
|
|
|
1653
1841
|
@jsii.data_type(
|
|
1654
1842
|
jsii_type="aws-cdk-lib.aws_networkmanager.CfnCoreNetwork.CoreNetworkEdgeProperty",
|
|
@@ -1739,6 +1927,100 @@ class CfnCoreNetwork(
|
|
|
1739
1927
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
1740
1928
|
)
|
|
1741
1929
|
|
|
1930
|
+
@jsii.data_type(
|
|
1931
|
+
jsii_type="aws-cdk-lib.aws_networkmanager.CfnCoreNetwork.CoreNetworkNetworkFunctionGroupProperty",
|
|
1932
|
+
jsii_struct_bases=[],
|
|
1933
|
+
name_mapping={
|
|
1934
|
+
"edge_locations": "edgeLocations",
|
|
1935
|
+
"name": "name",
|
|
1936
|
+
"segments": "segments",
|
|
1937
|
+
},
|
|
1938
|
+
)
|
|
1939
|
+
class CoreNetworkNetworkFunctionGroupProperty:
|
|
1940
|
+
def __init__(
|
|
1941
|
+
self,
|
|
1942
|
+
*,
|
|
1943
|
+
edge_locations: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
1944
|
+
name: typing.Optional[builtins.str] = None,
|
|
1945
|
+
segments: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCoreNetwork.SegmentsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1946
|
+
) -> None:
|
|
1947
|
+
'''Describes a network function group.
|
|
1948
|
+
|
|
1949
|
+
:param edge_locations: The core network edge locations.
|
|
1950
|
+
:param name: The name of the network function group.
|
|
1951
|
+
:param segments: The segments associated with the network function group.
|
|
1952
|
+
|
|
1953
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-corenetwork-corenetworknetworkfunctiongroup.html
|
|
1954
|
+
:exampleMetadata: fixture=_generated
|
|
1955
|
+
|
|
1956
|
+
Example::
|
|
1957
|
+
|
|
1958
|
+
# The code below shows an example of how to instantiate this type.
|
|
1959
|
+
# The values are placeholders you should change.
|
|
1960
|
+
from aws_cdk import aws_networkmanager as networkmanager
|
|
1961
|
+
|
|
1962
|
+
core_network_network_function_group_property = networkmanager.CfnCoreNetwork.CoreNetworkNetworkFunctionGroupProperty(
|
|
1963
|
+
edge_locations=["edgeLocations"],
|
|
1964
|
+
name="name",
|
|
1965
|
+
segments=networkmanager.CfnCoreNetwork.SegmentsProperty(
|
|
1966
|
+
send_to=["sendTo"],
|
|
1967
|
+
send_via=["sendVia"]
|
|
1968
|
+
)
|
|
1969
|
+
)
|
|
1970
|
+
'''
|
|
1971
|
+
if __debug__:
|
|
1972
|
+
type_hints = typing.get_type_hints(_typecheckingstub__47bcd2c8d75ad620e2ec660870e85a779acc4d0a1125e354a79617658d3ad3b5)
|
|
1973
|
+
check_type(argname="argument edge_locations", value=edge_locations, expected_type=type_hints["edge_locations"])
|
|
1974
|
+
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
1975
|
+
check_type(argname="argument segments", value=segments, expected_type=type_hints["segments"])
|
|
1976
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
1977
|
+
if edge_locations is not None:
|
|
1978
|
+
self._values["edge_locations"] = edge_locations
|
|
1979
|
+
if name is not None:
|
|
1980
|
+
self._values["name"] = name
|
|
1981
|
+
if segments is not None:
|
|
1982
|
+
self._values["segments"] = segments
|
|
1983
|
+
|
|
1984
|
+
@builtins.property
|
|
1985
|
+
def edge_locations(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
1986
|
+
'''The core network edge locations.
|
|
1987
|
+
|
|
1988
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-corenetwork-corenetworknetworkfunctiongroup.html#cfn-networkmanager-corenetwork-corenetworknetworkfunctiongroup-edgelocations
|
|
1989
|
+
'''
|
|
1990
|
+
result = self._values.get("edge_locations")
|
|
1991
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
1992
|
+
|
|
1993
|
+
@builtins.property
|
|
1994
|
+
def name(self) -> typing.Optional[builtins.str]:
|
|
1995
|
+
'''The name of the network function group.
|
|
1996
|
+
|
|
1997
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-corenetwork-corenetworknetworkfunctiongroup.html#cfn-networkmanager-corenetwork-corenetworknetworkfunctiongroup-name
|
|
1998
|
+
'''
|
|
1999
|
+
result = self._values.get("name")
|
|
2000
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
2001
|
+
|
|
2002
|
+
@builtins.property
|
|
2003
|
+
def segments(
|
|
2004
|
+
self,
|
|
2005
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCoreNetwork.SegmentsProperty"]]:
|
|
2006
|
+
'''The segments associated with the network function group.
|
|
2007
|
+
|
|
2008
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-corenetwork-corenetworknetworkfunctiongroup.html#cfn-networkmanager-corenetwork-corenetworknetworkfunctiongroup-segments
|
|
2009
|
+
'''
|
|
2010
|
+
result = self._values.get("segments")
|
|
2011
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCoreNetwork.SegmentsProperty"]], result)
|
|
2012
|
+
|
|
2013
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2014
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2015
|
+
|
|
2016
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2017
|
+
return not (rhs == self)
|
|
2018
|
+
|
|
2019
|
+
def __repr__(self) -> str:
|
|
2020
|
+
return "CoreNetworkNetworkFunctionGroupProperty(%s)" % ", ".join(
|
|
2021
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2022
|
+
)
|
|
2023
|
+
|
|
1742
2024
|
@jsii.data_type(
|
|
1743
2025
|
jsii_type="aws-cdk-lib.aws_networkmanager.CfnCoreNetwork.CoreNetworkSegmentProperty",
|
|
1744
2026
|
jsii_struct_bases=[],
|
|
@@ -1830,6 +2112,73 @@ class CfnCoreNetwork(
|
|
|
1830
2112
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
1831
2113
|
)
|
|
1832
2114
|
|
|
2115
|
+
@jsii.data_type(
|
|
2116
|
+
jsii_type="aws-cdk-lib.aws_networkmanager.CfnCoreNetwork.SegmentsProperty",
|
|
2117
|
+
jsii_struct_bases=[],
|
|
2118
|
+
name_mapping={"send_to": "sendTo", "send_via": "sendVia"},
|
|
2119
|
+
)
|
|
2120
|
+
class SegmentsProperty:
|
|
2121
|
+
def __init__(
|
|
2122
|
+
self,
|
|
2123
|
+
*,
|
|
2124
|
+
send_to: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2125
|
+
send_via: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2126
|
+
) -> None:
|
|
2127
|
+
'''
|
|
2128
|
+
:param send_to:
|
|
2129
|
+
:param send_via:
|
|
2130
|
+
|
|
2131
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-corenetwork-segments.html
|
|
2132
|
+
:exampleMetadata: fixture=_generated
|
|
2133
|
+
|
|
2134
|
+
Example::
|
|
2135
|
+
|
|
2136
|
+
# The code below shows an example of how to instantiate this type.
|
|
2137
|
+
# The values are placeholders you should change.
|
|
2138
|
+
from aws_cdk import aws_networkmanager as networkmanager
|
|
2139
|
+
|
|
2140
|
+
segments_property = networkmanager.CfnCoreNetwork.SegmentsProperty(
|
|
2141
|
+
send_to=["sendTo"],
|
|
2142
|
+
send_via=["sendVia"]
|
|
2143
|
+
)
|
|
2144
|
+
'''
|
|
2145
|
+
if __debug__:
|
|
2146
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c298bd0c7fc56d798ae29d2f60af362e954939b04f2af906035fee1e04559317)
|
|
2147
|
+
check_type(argname="argument send_to", value=send_to, expected_type=type_hints["send_to"])
|
|
2148
|
+
check_type(argname="argument send_via", value=send_via, expected_type=type_hints["send_via"])
|
|
2149
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
2150
|
+
if send_to is not None:
|
|
2151
|
+
self._values["send_to"] = send_to
|
|
2152
|
+
if send_via is not None:
|
|
2153
|
+
self._values["send_via"] = send_via
|
|
2154
|
+
|
|
2155
|
+
@builtins.property
|
|
2156
|
+
def send_to(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2157
|
+
'''
|
|
2158
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-corenetwork-segments.html#cfn-networkmanager-corenetwork-segments-sendto
|
|
2159
|
+
'''
|
|
2160
|
+
result = self._values.get("send_to")
|
|
2161
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
2162
|
+
|
|
2163
|
+
@builtins.property
|
|
2164
|
+
def send_via(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2165
|
+
'''
|
|
2166
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-corenetwork-segments.html#cfn-networkmanager-corenetwork-segments-sendvia
|
|
2167
|
+
'''
|
|
2168
|
+
result = self._values.get("send_via")
|
|
2169
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
2170
|
+
|
|
2171
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2172
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2173
|
+
|
|
2174
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2175
|
+
return not (rhs == self)
|
|
2176
|
+
|
|
2177
|
+
def __repr__(self) -> str:
|
|
2178
|
+
return "SegmentsProperty(%s)" % ", ".join(
|
|
2179
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2180
|
+
)
|
|
2181
|
+
|
|
1833
2182
|
|
|
1834
2183
|
@jsii.data_type(
|
|
1835
2184
|
jsii_type="aws-cdk-lib.aws_networkmanager.CfnCoreNetworkProps",
|
|
@@ -2056,7 +2405,7 @@ class CfnCustomerGatewayAssociation(
|
|
|
2056
2405
|
if __debug__:
|
|
2057
2406
|
type_hints = typing.get_type_hints(_typecheckingstub__f23e31195cfb70367760a032bd3771e71ab9a3e41af843be539654bd26f895a9)
|
|
2058
2407
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2059
|
-
jsii.set(self, "customerGatewayArn", value)
|
|
2408
|
+
jsii.set(self, "customerGatewayArn", value) # pyright: ignore[reportArgumentType]
|
|
2060
2409
|
|
|
2061
2410
|
@builtins.property
|
|
2062
2411
|
@jsii.member(jsii_name="deviceId")
|
|
@@ -2069,7 +2418,7 @@ class CfnCustomerGatewayAssociation(
|
|
|
2069
2418
|
if __debug__:
|
|
2070
2419
|
type_hints = typing.get_type_hints(_typecheckingstub__b65adc2efb3c3657aee3b06f73070c15bae503de5f5b47afedb7a41ddb49d96a)
|
|
2071
2420
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2072
|
-
jsii.set(self, "deviceId", value)
|
|
2421
|
+
jsii.set(self, "deviceId", value) # pyright: ignore[reportArgumentType]
|
|
2073
2422
|
|
|
2074
2423
|
@builtins.property
|
|
2075
2424
|
@jsii.member(jsii_name="globalNetworkId")
|
|
@@ -2082,7 +2431,7 @@ class CfnCustomerGatewayAssociation(
|
|
|
2082
2431
|
if __debug__:
|
|
2083
2432
|
type_hints = typing.get_type_hints(_typecheckingstub__9b47d831038fea5cc72a69621a49acee67d94496b914cdf714d36f59c8572340)
|
|
2084
2433
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2085
|
-
jsii.set(self, "globalNetworkId", value)
|
|
2434
|
+
jsii.set(self, "globalNetworkId", value) # pyright: ignore[reportArgumentType]
|
|
2086
2435
|
|
|
2087
2436
|
@builtins.property
|
|
2088
2437
|
@jsii.member(jsii_name="linkId")
|
|
@@ -2095,7 +2444,7 @@ class CfnCustomerGatewayAssociation(
|
|
|
2095
2444
|
if __debug__:
|
|
2096
2445
|
type_hints = typing.get_type_hints(_typecheckingstub__2f1a9d0d94d8a37a3549e10ffcd4469d4dd99b00032e3bfcfe63c53b1b505a80)
|
|
2097
2446
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2098
|
-
jsii.set(self, "linkId", value)
|
|
2447
|
+
jsii.set(self, "linkId", value) # pyright: ignore[reportArgumentType]
|
|
2099
2448
|
|
|
2100
2449
|
|
|
2101
2450
|
@jsii.data_type(
|
|
@@ -2392,7 +2741,7 @@ class CfnDevice(
|
|
|
2392
2741
|
if __debug__:
|
|
2393
2742
|
type_hints = typing.get_type_hints(_typecheckingstub__bfe93f5f35db9797ee30d721c0dc9a87d465bbfaee9d289f745d2ec564240fc8)
|
|
2394
2743
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2395
|
-
jsii.set(self, "globalNetworkId", value)
|
|
2744
|
+
jsii.set(self, "globalNetworkId", value) # pyright: ignore[reportArgumentType]
|
|
2396
2745
|
|
|
2397
2746
|
@builtins.property
|
|
2398
2747
|
@jsii.member(jsii_name="awsLocation")
|
|
@@ -2410,7 +2759,7 @@ class CfnDevice(
|
|
|
2410
2759
|
if __debug__:
|
|
2411
2760
|
type_hints = typing.get_type_hints(_typecheckingstub__4583117af731ea782790ab60127926847bd464d6c6710eae89844bbfd59bb491)
|
|
2412
2761
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2413
|
-
jsii.set(self, "awsLocation", value)
|
|
2762
|
+
jsii.set(self, "awsLocation", value) # pyright: ignore[reportArgumentType]
|
|
2414
2763
|
|
|
2415
2764
|
@builtins.property
|
|
2416
2765
|
@jsii.member(jsii_name="description")
|
|
@@ -2423,7 +2772,7 @@ class CfnDevice(
|
|
|
2423
2772
|
if __debug__:
|
|
2424
2773
|
type_hints = typing.get_type_hints(_typecheckingstub__9e735fe734530f45aa89056e48a9a7241fe5d210c4f83b0fad47adf9be3677fd)
|
|
2425
2774
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2426
|
-
jsii.set(self, "description", value)
|
|
2775
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
2427
2776
|
|
|
2428
2777
|
@builtins.property
|
|
2429
2778
|
@jsii.member(jsii_name="location")
|
|
@@ -2441,7 +2790,7 @@ class CfnDevice(
|
|
|
2441
2790
|
if __debug__:
|
|
2442
2791
|
type_hints = typing.get_type_hints(_typecheckingstub__4b88d3e1b4865be708f6cc69c3a68a598b6d1f850245deb4c3da99d1a4a2a4a7)
|
|
2443
2792
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2444
|
-
jsii.set(self, "location", value)
|
|
2793
|
+
jsii.set(self, "location", value) # pyright: ignore[reportArgumentType]
|
|
2445
2794
|
|
|
2446
2795
|
@builtins.property
|
|
2447
2796
|
@jsii.member(jsii_name="model")
|
|
@@ -2454,7 +2803,7 @@ class CfnDevice(
|
|
|
2454
2803
|
if __debug__:
|
|
2455
2804
|
type_hints = typing.get_type_hints(_typecheckingstub__af59216267fbe291d9a86c89712257d97c0d6866de65577764718a5ab20e656f)
|
|
2456
2805
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2457
|
-
jsii.set(self, "model", value)
|
|
2806
|
+
jsii.set(self, "model", value) # pyright: ignore[reportArgumentType]
|
|
2458
2807
|
|
|
2459
2808
|
@builtins.property
|
|
2460
2809
|
@jsii.member(jsii_name="serialNumber")
|
|
@@ -2467,7 +2816,7 @@ class CfnDevice(
|
|
|
2467
2816
|
if __debug__:
|
|
2468
2817
|
type_hints = typing.get_type_hints(_typecheckingstub__391e1294cca69f190d4b32c42e15faead42d783500f2807a30c3f0ab04e10580)
|
|
2469
2818
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2470
|
-
jsii.set(self, "serialNumber", value)
|
|
2819
|
+
jsii.set(self, "serialNumber", value) # pyright: ignore[reportArgumentType]
|
|
2471
2820
|
|
|
2472
2821
|
@builtins.property
|
|
2473
2822
|
@jsii.member(jsii_name="siteId")
|
|
@@ -2480,7 +2829,7 @@ class CfnDevice(
|
|
|
2480
2829
|
if __debug__:
|
|
2481
2830
|
type_hints = typing.get_type_hints(_typecheckingstub__d356eccb03811c1a8c04efa44c470e4d99c9e5426ac16419449ff2c9e066b2e0)
|
|
2482
2831
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2483
|
-
jsii.set(self, "siteId", value)
|
|
2832
|
+
jsii.set(self, "siteId", value) # pyright: ignore[reportArgumentType]
|
|
2484
2833
|
|
|
2485
2834
|
@builtins.property
|
|
2486
2835
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -2493,7 +2842,7 @@ class CfnDevice(
|
|
|
2493
2842
|
if __debug__:
|
|
2494
2843
|
type_hints = typing.get_type_hints(_typecheckingstub__26c263b233a1cae0165c1b45058ac8409a2bfaff22af7d0609a990d166cef3fd)
|
|
2495
2844
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2496
|
-
jsii.set(self, "tagsRaw", value)
|
|
2845
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
2497
2846
|
|
|
2498
2847
|
@builtins.property
|
|
2499
2848
|
@jsii.member(jsii_name="type")
|
|
@@ -2506,7 +2855,7 @@ class CfnDevice(
|
|
|
2506
2855
|
if __debug__:
|
|
2507
2856
|
type_hints = typing.get_type_hints(_typecheckingstub__1c61590f79bc7db569a8dd74aab8282cec9db607de9dca86bfdb39ebe67ec719)
|
|
2508
2857
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2509
|
-
jsii.set(self, "type", value)
|
|
2858
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
2510
2859
|
|
|
2511
2860
|
@builtins.property
|
|
2512
2861
|
@jsii.member(jsii_name="vendor")
|
|
@@ -2519,7 +2868,7 @@ class CfnDevice(
|
|
|
2519
2868
|
if __debug__:
|
|
2520
2869
|
type_hints = typing.get_type_hints(_typecheckingstub__4dfaeac3f3ef9890082ea071cb4a3ac124e205509c2a2fe6537128d482a516ac)
|
|
2521
2870
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2522
|
-
jsii.set(self, "vendor", value)
|
|
2871
|
+
jsii.set(self, "vendor", value) # pyright: ignore[reportArgumentType]
|
|
2523
2872
|
|
|
2524
2873
|
@jsii.data_type(
|
|
2525
2874
|
jsii_type="aws-cdk-lib.aws_networkmanager.CfnDevice.AWSLocationProperty",
|
|
@@ -3041,7 +3390,7 @@ class CfnGlobalNetwork(
|
|
|
3041
3390
|
if __debug__:
|
|
3042
3391
|
type_hints = typing.get_type_hints(_typecheckingstub__687bcb75c383d4e165886566dd1dc83f1a59a373094804f566290ab73e7eb918)
|
|
3043
3392
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3044
|
-
jsii.set(self, "createdAt", value)
|
|
3393
|
+
jsii.set(self, "createdAt", value) # pyright: ignore[reportArgumentType]
|
|
3045
3394
|
|
|
3046
3395
|
@builtins.property
|
|
3047
3396
|
@jsii.member(jsii_name="description")
|
|
@@ -3054,7 +3403,7 @@ class CfnGlobalNetwork(
|
|
|
3054
3403
|
if __debug__:
|
|
3055
3404
|
type_hints = typing.get_type_hints(_typecheckingstub__19a1a1c3b45eed0a10e7c5e3bb7a960be34852e62b1241a92db880448eba0301)
|
|
3056
3405
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3057
|
-
jsii.set(self, "description", value)
|
|
3406
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
3058
3407
|
|
|
3059
3408
|
@builtins.property
|
|
3060
3409
|
@jsii.member(jsii_name="state")
|
|
@@ -3067,7 +3416,7 @@ class CfnGlobalNetwork(
|
|
|
3067
3416
|
if __debug__:
|
|
3068
3417
|
type_hints = typing.get_type_hints(_typecheckingstub__6e508ba7539997c330de7b50e216acbeb1af3dce4219dd2990d9a9808514b3dd)
|
|
3069
3418
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3070
|
-
jsii.set(self, "state", value)
|
|
3419
|
+
jsii.set(self, "state", value) # pyright: ignore[reportArgumentType]
|
|
3071
3420
|
|
|
3072
3421
|
@builtins.property
|
|
3073
3422
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -3080,7 +3429,7 @@ class CfnGlobalNetwork(
|
|
|
3080
3429
|
if __debug__:
|
|
3081
3430
|
type_hints = typing.get_type_hints(_typecheckingstub__4e1af222068741701cde749bdf31ed3994009b5ed482f7ae4e4901c954d350ff)
|
|
3082
3431
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3083
|
-
jsii.set(self, "tagsRaw", value)
|
|
3432
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
3084
3433
|
|
|
3085
3434
|
|
|
3086
3435
|
@jsii.data_type(
|
|
@@ -3368,7 +3717,7 @@ class CfnLink(
|
|
|
3368
3717
|
if __debug__:
|
|
3369
3718
|
type_hints = typing.get_type_hints(_typecheckingstub__988888cdb37dacfb2adb77af73f778a15dd9db7b8586f6a4a0748cc7ae082b96)
|
|
3370
3719
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3371
|
-
jsii.set(self, "bandwidth", value)
|
|
3720
|
+
jsii.set(self, "bandwidth", value) # pyright: ignore[reportArgumentType]
|
|
3372
3721
|
|
|
3373
3722
|
@builtins.property
|
|
3374
3723
|
@jsii.member(jsii_name="globalNetworkId")
|
|
@@ -3381,7 +3730,7 @@ class CfnLink(
|
|
|
3381
3730
|
if __debug__:
|
|
3382
3731
|
type_hints = typing.get_type_hints(_typecheckingstub__5259ab5861d067f6495afc71e1f3826c064c92b18d3401e69328a415b375f60b)
|
|
3383
3732
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3384
|
-
jsii.set(self, "globalNetworkId", value)
|
|
3733
|
+
jsii.set(self, "globalNetworkId", value) # pyright: ignore[reportArgumentType]
|
|
3385
3734
|
|
|
3386
3735
|
@builtins.property
|
|
3387
3736
|
@jsii.member(jsii_name="siteId")
|
|
@@ -3394,7 +3743,7 @@ class CfnLink(
|
|
|
3394
3743
|
if __debug__:
|
|
3395
3744
|
type_hints = typing.get_type_hints(_typecheckingstub__820ae0c9b3b49e33e7da67095da21a8f43e171b3d4aae4e715300b82480190f9)
|
|
3396
3745
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3397
|
-
jsii.set(self, "siteId", value)
|
|
3746
|
+
jsii.set(self, "siteId", value) # pyright: ignore[reportArgumentType]
|
|
3398
3747
|
|
|
3399
3748
|
@builtins.property
|
|
3400
3749
|
@jsii.member(jsii_name="description")
|
|
@@ -3407,7 +3756,7 @@ class CfnLink(
|
|
|
3407
3756
|
if __debug__:
|
|
3408
3757
|
type_hints = typing.get_type_hints(_typecheckingstub__c24e7374c54735ea9b48c8a23a947605911fd130fd389dcc21e481484b5ca689)
|
|
3409
3758
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3410
|
-
jsii.set(self, "description", value)
|
|
3759
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
3411
3760
|
|
|
3412
3761
|
@builtins.property
|
|
3413
3762
|
@jsii.member(jsii_name="provider")
|
|
@@ -3420,7 +3769,7 @@ class CfnLink(
|
|
|
3420
3769
|
if __debug__:
|
|
3421
3770
|
type_hints = typing.get_type_hints(_typecheckingstub__51a319abdcd33f238855c8baffca80d87f52d9a8d1ee39a68ebd9fa1f1b6a1ab)
|
|
3422
3771
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3423
|
-
jsii.set(self, "provider", value)
|
|
3772
|
+
jsii.set(self, "provider", value) # pyright: ignore[reportArgumentType]
|
|
3424
3773
|
|
|
3425
3774
|
@builtins.property
|
|
3426
3775
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -3433,7 +3782,7 @@ class CfnLink(
|
|
|
3433
3782
|
if __debug__:
|
|
3434
3783
|
type_hints = typing.get_type_hints(_typecheckingstub__b3d04cb05f180d4cf6476de9fd9cb617bb7f8aafae4932b64bf61314e0e8bdf5)
|
|
3435
3784
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3436
|
-
jsii.set(self, "tagsRaw", value)
|
|
3785
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
3437
3786
|
|
|
3438
3787
|
@builtins.property
|
|
3439
3788
|
@jsii.member(jsii_name="type")
|
|
@@ -3446,7 +3795,7 @@ class CfnLink(
|
|
|
3446
3795
|
if __debug__:
|
|
3447
3796
|
type_hints = typing.get_type_hints(_typecheckingstub__9091a25b0a2281020308a09f55e57da148e2f12e522813a9ad84ab34db3d06a7)
|
|
3448
3797
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3449
|
-
jsii.set(self, "type", value)
|
|
3798
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
3450
3799
|
|
|
3451
3800
|
@jsii.data_type(
|
|
3452
3801
|
jsii_type="aws-cdk-lib.aws_networkmanager.CfnLink.BandwidthProperty",
|
|
@@ -3619,7 +3968,7 @@ class CfnLinkAssociation(
|
|
|
3619
3968
|
if __debug__:
|
|
3620
3969
|
type_hints = typing.get_type_hints(_typecheckingstub__ed1cdb15e97d2900717e8b201967996154300677713c8143598891b7d417d675)
|
|
3621
3970
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3622
|
-
jsii.set(self, "deviceId", value)
|
|
3971
|
+
jsii.set(self, "deviceId", value) # pyright: ignore[reportArgumentType]
|
|
3623
3972
|
|
|
3624
3973
|
@builtins.property
|
|
3625
3974
|
@jsii.member(jsii_name="globalNetworkId")
|
|
@@ -3632,7 +3981,7 @@ class CfnLinkAssociation(
|
|
|
3632
3981
|
if __debug__:
|
|
3633
3982
|
type_hints = typing.get_type_hints(_typecheckingstub__96f86556261820395986ba7acbd7b8156cfa0a1672e1c38e2bb4cf7cd9c5fad1)
|
|
3634
3983
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3635
|
-
jsii.set(self, "globalNetworkId", value)
|
|
3984
|
+
jsii.set(self, "globalNetworkId", value) # pyright: ignore[reportArgumentType]
|
|
3636
3985
|
|
|
3637
3986
|
@builtins.property
|
|
3638
3987
|
@jsii.member(jsii_name="linkId")
|
|
@@ -3645,7 +3994,7 @@ class CfnLinkAssociation(
|
|
|
3645
3994
|
if __debug__:
|
|
3646
3995
|
type_hints = typing.get_type_hints(_typecheckingstub__67215c31eae75fa556251496e69b477a798d5564fa5dc3454d37ea75d2afe359)
|
|
3647
3996
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3648
|
-
jsii.set(self, "linkId", value)
|
|
3997
|
+
jsii.set(self, "linkId", value) # pyright: ignore[reportArgumentType]
|
|
3649
3998
|
|
|
3650
3999
|
|
|
3651
4000
|
@jsii.data_type(
|
|
@@ -4068,7 +4417,7 @@ class CfnSite(
|
|
|
4068
4417
|
if __debug__:
|
|
4069
4418
|
type_hints = typing.get_type_hints(_typecheckingstub__bc8803e9a4461e26d551cc4a419b4cd5d0bada265b033a999052a427929cfb6b)
|
|
4070
4419
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4071
|
-
jsii.set(self, "globalNetworkId", value)
|
|
4420
|
+
jsii.set(self, "globalNetworkId", value) # pyright: ignore[reportArgumentType]
|
|
4072
4421
|
|
|
4073
4422
|
@builtins.property
|
|
4074
4423
|
@jsii.member(jsii_name="description")
|
|
@@ -4081,7 +4430,7 @@ class CfnSite(
|
|
|
4081
4430
|
if __debug__:
|
|
4082
4431
|
type_hints = typing.get_type_hints(_typecheckingstub__46188c191417eab8a9ca7f0b8f39542585227143528c34a981df829dff8b3e73)
|
|
4083
4432
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4084
|
-
jsii.set(self, "description", value)
|
|
4433
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
4085
4434
|
|
|
4086
4435
|
@builtins.property
|
|
4087
4436
|
@jsii.member(jsii_name="location")
|
|
@@ -4099,7 +4448,7 @@ class CfnSite(
|
|
|
4099
4448
|
if __debug__:
|
|
4100
4449
|
type_hints = typing.get_type_hints(_typecheckingstub__f9fbc23ce76923bed7902ba8ee0048c3665c496e695387f60a440db911264548)
|
|
4101
4450
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4102
|
-
jsii.set(self, "location", value)
|
|
4451
|
+
jsii.set(self, "location", value) # pyright: ignore[reportArgumentType]
|
|
4103
4452
|
|
|
4104
4453
|
@builtins.property
|
|
4105
4454
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -4112,7 +4461,7 @@ class CfnSite(
|
|
|
4112
4461
|
if __debug__:
|
|
4113
4462
|
type_hints = typing.get_type_hints(_typecheckingstub__4acfa4f7a596e57882e361fb67af36d8b498b641763fab5731de8c92e52197e3)
|
|
4114
4463
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4115
|
-
jsii.set(self, "tagsRaw", value)
|
|
4464
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
4116
4465
|
|
|
4117
4466
|
@jsii.data_type(
|
|
4118
4467
|
jsii_type="aws-cdk-lib.aws_networkmanager.CfnSite.LocationProperty",
|
|
@@ -4353,6 +4702,15 @@ class CfnSiteToSiteVpnAttachment(
|
|
|
4353
4702
|
vpn_connection_arn="vpnConnectionArn",
|
|
4354
4703
|
|
|
4355
4704
|
# the properties below are optional
|
|
4705
|
+
network_function_group_name="networkFunctionGroupName",
|
|
4706
|
+
proposed_network_function_group_change=networkmanager.CfnSiteToSiteVpnAttachment.ProposedNetworkFunctionGroupChangeProperty(
|
|
4707
|
+
attachment_policy_rule_number=123,
|
|
4708
|
+
network_function_group_name="networkFunctionGroupName",
|
|
4709
|
+
tags=[CfnTag(
|
|
4710
|
+
key="key",
|
|
4711
|
+
value="value"
|
|
4712
|
+
)]
|
|
4713
|
+
),
|
|
4356
4714
|
proposed_segment_change=networkmanager.CfnSiteToSiteVpnAttachment.ProposedSegmentChangeProperty(
|
|
4357
4715
|
attachment_policy_rule_number=123,
|
|
4358
4716
|
segment_name="segmentName",
|
|
@@ -4375,6 +4733,8 @@ class CfnSiteToSiteVpnAttachment(
|
|
|
4375
4733
|
*,
|
|
4376
4734
|
core_network_id: builtins.str,
|
|
4377
4735
|
vpn_connection_arn: builtins.str,
|
|
4736
|
+
network_function_group_name: typing.Optional[builtins.str] = None,
|
|
4737
|
+
proposed_network_function_group_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnSiteToSiteVpnAttachment.ProposedNetworkFunctionGroupChangeProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4378
4738
|
proposed_segment_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnSiteToSiteVpnAttachment.ProposedSegmentChangeProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4379
4739
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4380
4740
|
) -> None:
|
|
@@ -4383,6 +4743,8 @@ class CfnSiteToSiteVpnAttachment(
|
|
|
4383
4743
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
4384
4744
|
:param core_network_id: The ID of a core network where you're creating a site-to-site VPN attachment.
|
|
4385
4745
|
:param vpn_connection_arn: The ARN of the site-to-site VPN attachment.
|
|
4746
|
+
:param network_function_group_name: The name of the network function group.
|
|
4747
|
+
:param proposed_network_function_group_change: Describes proposed changes to a network function group.
|
|
4386
4748
|
:param proposed_segment_change: Describes a proposed segment change. In some cases, the segment change must first be evaluated and accepted.
|
|
4387
4749
|
:param tags: The tags associated with the Site-to-Site VPN attachment.
|
|
4388
4750
|
'''
|
|
@@ -4393,6 +4755,8 @@ class CfnSiteToSiteVpnAttachment(
|
|
|
4393
4755
|
props = CfnSiteToSiteVpnAttachmentProps(
|
|
4394
4756
|
core_network_id=core_network_id,
|
|
4395
4757
|
vpn_connection_arn=vpn_connection_arn,
|
|
4758
|
+
network_function_group_name=network_function_group_name,
|
|
4759
|
+
proposed_network_function_group_change=proposed_network_function_group_change,
|
|
4396
4760
|
proposed_segment_change=proposed_segment_change,
|
|
4397
4761
|
tags=tags,
|
|
4398
4762
|
)
|
|
@@ -4554,7 +4918,7 @@ class CfnSiteToSiteVpnAttachment(
|
|
|
4554
4918
|
if __debug__:
|
|
4555
4919
|
type_hints = typing.get_type_hints(_typecheckingstub__6fba7832d3fd7c322d67c2d3ab554048476534725099669bbb27f6c353ee461a)
|
|
4556
4920
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4557
|
-
jsii.set(self, "coreNetworkId", value)
|
|
4921
|
+
jsii.set(self, "coreNetworkId", value) # pyright: ignore[reportArgumentType]
|
|
4558
4922
|
|
|
4559
4923
|
@builtins.property
|
|
4560
4924
|
@jsii.member(jsii_name="vpnConnectionArn")
|
|
@@ -4567,7 +4931,38 @@ class CfnSiteToSiteVpnAttachment(
|
|
|
4567
4931
|
if __debug__:
|
|
4568
4932
|
type_hints = typing.get_type_hints(_typecheckingstub__fde85f146ddbfe5918124ff34f04b28072bbe0389091946f95c9fe8cd8980f34)
|
|
4569
4933
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4570
|
-
jsii.set(self, "vpnConnectionArn", value)
|
|
4934
|
+
jsii.set(self, "vpnConnectionArn", value) # pyright: ignore[reportArgumentType]
|
|
4935
|
+
|
|
4936
|
+
@builtins.property
|
|
4937
|
+
@jsii.member(jsii_name="networkFunctionGroupName")
|
|
4938
|
+
def network_function_group_name(self) -> typing.Optional[builtins.str]:
|
|
4939
|
+
'''The name of the network function group.'''
|
|
4940
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "networkFunctionGroupName"))
|
|
4941
|
+
|
|
4942
|
+
@network_function_group_name.setter
|
|
4943
|
+
def network_function_group_name(self, value: typing.Optional[builtins.str]) -> None:
|
|
4944
|
+
if __debug__:
|
|
4945
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d05a80c421708badd8d8e7880b7656cca7f73e2d563fc42313752e56912b35ba)
|
|
4946
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4947
|
+
jsii.set(self, "networkFunctionGroupName", value) # pyright: ignore[reportArgumentType]
|
|
4948
|
+
|
|
4949
|
+
@builtins.property
|
|
4950
|
+
@jsii.member(jsii_name="proposedNetworkFunctionGroupChange")
|
|
4951
|
+
def proposed_network_function_group_change(
|
|
4952
|
+
self,
|
|
4953
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnSiteToSiteVpnAttachment.ProposedNetworkFunctionGroupChangeProperty"]]:
|
|
4954
|
+
'''Describes proposed changes to a network function group.'''
|
|
4955
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnSiteToSiteVpnAttachment.ProposedNetworkFunctionGroupChangeProperty"]], jsii.get(self, "proposedNetworkFunctionGroupChange"))
|
|
4956
|
+
|
|
4957
|
+
@proposed_network_function_group_change.setter
|
|
4958
|
+
def proposed_network_function_group_change(
|
|
4959
|
+
self,
|
|
4960
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnSiteToSiteVpnAttachment.ProposedNetworkFunctionGroupChangeProperty"]],
|
|
4961
|
+
) -> None:
|
|
4962
|
+
if __debug__:
|
|
4963
|
+
type_hints = typing.get_type_hints(_typecheckingstub__fda1f6990ec62bde86bfdd46eb9343b25a9a804f96d66541c547ad4e5436a63c)
|
|
4964
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4965
|
+
jsii.set(self, "proposedNetworkFunctionGroupChange", value) # pyright: ignore[reportArgumentType]
|
|
4571
4966
|
|
|
4572
4967
|
@builtins.property
|
|
4573
4968
|
@jsii.member(jsii_name="proposedSegmentChange")
|
|
@@ -4585,7 +4980,7 @@ class CfnSiteToSiteVpnAttachment(
|
|
|
4585
4980
|
if __debug__:
|
|
4586
4981
|
type_hints = typing.get_type_hints(_typecheckingstub__0d5770719477965190780ebbb69883c941393da5c6c09af57bdb312f48810fbf)
|
|
4587
4982
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4588
|
-
jsii.set(self, "proposedSegmentChange", value)
|
|
4983
|
+
jsii.set(self, "proposedSegmentChange", value) # pyright: ignore[reportArgumentType]
|
|
4589
4984
|
|
|
4590
4985
|
@builtins.property
|
|
4591
4986
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -4598,34 +4993,32 @@ class CfnSiteToSiteVpnAttachment(
|
|
|
4598
4993
|
if __debug__:
|
|
4599
4994
|
type_hints = typing.get_type_hints(_typecheckingstub__fedbd82359a7000ba160b74b2d678e59cb496867f32af82ab2500c7e1a61da46)
|
|
4600
4995
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4601
|
-
jsii.set(self, "tagsRaw", value)
|
|
4996
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
4602
4997
|
|
|
4603
4998
|
@jsii.data_type(
|
|
4604
|
-
jsii_type="aws-cdk-lib.aws_networkmanager.CfnSiteToSiteVpnAttachment.
|
|
4999
|
+
jsii_type="aws-cdk-lib.aws_networkmanager.CfnSiteToSiteVpnAttachment.ProposedNetworkFunctionGroupChangeProperty",
|
|
4605
5000
|
jsii_struct_bases=[],
|
|
4606
5001
|
name_mapping={
|
|
4607
5002
|
"attachment_policy_rule_number": "attachmentPolicyRuleNumber",
|
|
4608
|
-
"
|
|
5003
|
+
"network_function_group_name": "networkFunctionGroupName",
|
|
4609
5004
|
"tags": "tags",
|
|
4610
5005
|
},
|
|
4611
5006
|
)
|
|
4612
|
-
class
|
|
5007
|
+
class ProposedNetworkFunctionGroupChangeProperty:
|
|
4613
5008
|
def __init__(
|
|
4614
5009
|
self,
|
|
4615
5010
|
*,
|
|
4616
5011
|
attachment_policy_rule_number: typing.Optional[jsii.Number] = None,
|
|
4617
|
-
|
|
5012
|
+
network_function_group_name: typing.Optional[builtins.str] = None,
|
|
4618
5013
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4619
5014
|
) -> None:
|
|
4620
|
-
'''Describes a
|
|
4621
|
-
|
|
4622
|
-
In some cases, the segment change must first be evaluated and accepted.
|
|
5015
|
+
'''Describes proposed changes to a network function group.
|
|
4623
5016
|
|
|
4624
|
-
:param attachment_policy_rule_number: The
|
|
4625
|
-
:param
|
|
4626
|
-
:param tags: The list of key-value tags
|
|
5017
|
+
:param attachment_policy_rule_number: The proposed new attachment policy rule number for the network function group.
|
|
5018
|
+
:param network_function_group_name: The proposed name change for the network function group name.
|
|
5019
|
+
:param tags: The list of proposed changes to the key-value tags associated with the network function group.
|
|
4627
5020
|
|
|
4628
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-sitetositevpnattachment-
|
|
5021
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-sitetositevpnattachment-proposednetworkfunctiongroupchange.html
|
|
4629
5022
|
:exampleMetadata: fixture=_generated
|
|
4630
5023
|
|
|
4631
5024
|
Example::
|
|
@@ -4634,9 +5027,9 @@ class CfnSiteToSiteVpnAttachment(
|
|
|
4634
5027
|
# The values are placeholders you should change.
|
|
4635
5028
|
from aws_cdk import aws_networkmanager as networkmanager
|
|
4636
5029
|
|
|
4637
|
-
|
|
5030
|
+
proposed_network_function_group_change_property = networkmanager.CfnSiteToSiteVpnAttachment.ProposedNetworkFunctionGroupChangeProperty(
|
|
4638
5031
|
attachment_policy_rule_number=123,
|
|
4639
|
-
|
|
5032
|
+
network_function_group_name="networkFunctionGroupName",
|
|
4640
5033
|
tags=[CfnTag(
|
|
4641
5034
|
key="key",
|
|
4642
5035
|
value="value"
|
|
@@ -4644,34 +5037,128 @@ class CfnSiteToSiteVpnAttachment(
|
|
|
4644
5037
|
)
|
|
4645
5038
|
'''
|
|
4646
5039
|
if __debug__:
|
|
4647
|
-
type_hints = typing.get_type_hints(
|
|
5040
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f27ea39e93060c67b3497e2e30a199a9e3f5ac1a8bb56f52d952daad635a1590)
|
|
4648
5041
|
check_type(argname="argument attachment_policy_rule_number", value=attachment_policy_rule_number, expected_type=type_hints["attachment_policy_rule_number"])
|
|
4649
|
-
check_type(argname="argument
|
|
5042
|
+
check_type(argname="argument network_function_group_name", value=network_function_group_name, expected_type=type_hints["network_function_group_name"])
|
|
4650
5043
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
4651
5044
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
4652
5045
|
if attachment_policy_rule_number is not None:
|
|
4653
5046
|
self._values["attachment_policy_rule_number"] = attachment_policy_rule_number
|
|
4654
|
-
if
|
|
4655
|
-
self._values["
|
|
5047
|
+
if network_function_group_name is not None:
|
|
5048
|
+
self._values["network_function_group_name"] = network_function_group_name
|
|
4656
5049
|
if tags is not None:
|
|
4657
5050
|
self._values["tags"] = tags
|
|
4658
5051
|
|
|
4659
5052
|
@builtins.property
|
|
4660
5053
|
def attachment_policy_rule_number(self) -> typing.Optional[jsii.Number]:
|
|
4661
|
-
'''The
|
|
5054
|
+
'''The proposed new attachment policy rule number for the network function group.
|
|
4662
5055
|
|
|
4663
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-sitetositevpnattachment-
|
|
5056
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-sitetositevpnattachment-proposednetworkfunctiongroupchange.html#cfn-networkmanager-sitetositevpnattachment-proposednetworkfunctiongroupchange-attachmentpolicyrulenumber
|
|
4664
5057
|
'''
|
|
4665
5058
|
result = self._values.get("attachment_policy_rule_number")
|
|
4666
5059
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
4667
5060
|
|
|
4668
5061
|
@builtins.property
|
|
4669
|
-
def
|
|
4670
|
-
'''The name
|
|
5062
|
+
def network_function_group_name(self) -> typing.Optional[builtins.str]:
|
|
5063
|
+
'''The proposed name change for the network function group name.
|
|
4671
5064
|
|
|
4672
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-sitetositevpnattachment-
|
|
5065
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-sitetositevpnattachment-proposednetworkfunctiongroupchange.html#cfn-networkmanager-sitetositevpnattachment-proposednetworkfunctiongroupchange-networkfunctiongroupname
|
|
4673
5066
|
'''
|
|
4674
|
-
result = self._values.get("
|
|
5067
|
+
result = self._values.get("network_function_group_name")
|
|
5068
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
5069
|
+
|
|
5070
|
+
@builtins.property
|
|
5071
|
+
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
5072
|
+
'''The list of proposed changes to the key-value tags associated with the network function group.
|
|
5073
|
+
|
|
5074
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-sitetositevpnattachment-proposednetworkfunctiongroupchange.html#cfn-networkmanager-sitetositevpnattachment-proposednetworkfunctiongroupchange-tags
|
|
5075
|
+
'''
|
|
5076
|
+
result = self._values.get("tags")
|
|
5077
|
+
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
|
|
5078
|
+
|
|
5079
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
5080
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
5081
|
+
|
|
5082
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
5083
|
+
return not (rhs == self)
|
|
5084
|
+
|
|
5085
|
+
def __repr__(self) -> str:
|
|
5086
|
+
return "ProposedNetworkFunctionGroupChangeProperty(%s)" % ", ".join(
|
|
5087
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
5088
|
+
)
|
|
5089
|
+
|
|
5090
|
+
@jsii.data_type(
|
|
5091
|
+
jsii_type="aws-cdk-lib.aws_networkmanager.CfnSiteToSiteVpnAttachment.ProposedSegmentChangeProperty",
|
|
5092
|
+
jsii_struct_bases=[],
|
|
5093
|
+
name_mapping={
|
|
5094
|
+
"attachment_policy_rule_number": "attachmentPolicyRuleNumber",
|
|
5095
|
+
"segment_name": "segmentName",
|
|
5096
|
+
"tags": "tags",
|
|
5097
|
+
},
|
|
5098
|
+
)
|
|
5099
|
+
class ProposedSegmentChangeProperty:
|
|
5100
|
+
def __init__(
|
|
5101
|
+
self,
|
|
5102
|
+
*,
|
|
5103
|
+
attachment_policy_rule_number: typing.Optional[jsii.Number] = None,
|
|
5104
|
+
segment_name: typing.Optional[builtins.str] = None,
|
|
5105
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5106
|
+
) -> None:
|
|
5107
|
+
'''Describes a proposed segment change.
|
|
5108
|
+
|
|
5109
|
+
In some cases, the segment change must first be evaluated and accepted.
|
|
5110
|
+
|
|
5111
|
+
:param attachment_policy_rule_number: The rule number in the policy document that applies to this change.
|
|
5112
|
+
:param segment_name: The name of the segment to change.
|
|
5113
|
+
:param tags: The list of key-value tags that changed for the segment.
|
|
5114
|
+
|
|
5115
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-sitetositevpnattachment-proposedsegmentchange.html
|
|
5116
|
+
:exampleMetadata: fixture=_generated
|
|
5117
|
+
|
|
5118
|
+
Example::
|
|
5119
|
+
|
|
5120
|
+
# The code below shows an example of how to instantiate this type.
|
|
5121
|
+
# The values are placeholders you should change.
|
|
5122
|
+
from aws_cdk import aws_networkmanager as networkmanager
|
|
5123
|
+
|
|
5124
|
+
proposed_segment_change_property = networkmanager.CfnSiteToSiteVpnAttachment.ProposedSegmentChangeProperty(
|
|
5125
|
+
attachment_policy_rule_number=123,
|
|
5126
|
+
segment_name="segmentName",
|
|
5127
|
+
tags=[CfnTag(
|
|
5128
|
+
key="key",
|
|
5129
|
+
value="value"
|
|
5130
|
+
)]
|
|
5131
|
+
)
|
|
5132
|
+
'''
|
|
5133
|
+
if __debug__:
|
|
5134
|
+
type_hints = typing.get_type_hints(_typecheckingstub__06bfa908f0244b4545d5fbff4fedab4e6c5def43fd0f8e30eee7f0c11bdf579d)
|
|
5135
|
+
check_type(argname="argument attachment_policy_rule_number", value=attachment_policy_rule_number, expected_type=type_hints["attachment_policy_rule_number"])
|
|
5136
|
+
check_type(argname="argument segment_name", value=segment_name, expected_type=type_hints["segment_name"])
|
|
5137
|
+
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
5138
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
5139
|
+
if attachment_policy_rule_number is not None:
|
|
5140
|
+
self._values["attachment_policy_rule_number"] = attachment_policy_rule_number
|
|
5141
|
+
if segment_name is not None:
|
|
5142
|
+
self._values["segment_name"] = segment_name
|
|
5143
|
+
if tags is not None:
|
|
5144
|
+
self._values["tags"] = tags
|
|
5145
|
+
|
|
5146
|
+
@builtins.property
|
|
5147
|
+
def attachment_policy_rule_number(self) -> typing.Optional[jsii.Number]:
|
|
5148
|
+
'''The rule number in the policy document that applies to this change.
|
|
5149
|
+
|
|
5150
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-sitetositevpnattachment-proposedsegmentchange.html#cfn-networkmanager-sitetositevpnattachment-proposedsegmentchange-attachmentpolicyrulenumber
|
|
5151
|
+
'''
|
|
5152
|
+
result = self._values.get("attachment_policy_rule_number")
|
|
5153
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
5154
|
+
|
|
5155
|
+
@builtins.property
|
|
5156
|
+
def segment_name(self) -> typing.Optional[builtins.str]:
|
|
5157
|
+
'''The name of the segment to change.
|
|
5158
|
+
|
|
5159
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-sitetositevpnattachment-proposedsegmentchange.html#cfn-networkmanager-sitetositevpnattachment-proposedsegmentchange-segmentname
|
|
5160
|
+
'''
|
|
5161
|
+
result = self._values.get("segment_name")
|
|
4675
5162
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
4676
5163
|
|
|
4677
5164
|
@builtins.property
|
|
@@ -4701,6 +5188,8 @@ class CfnSiteToSiteVpnAttachment(
|
|
|
4701
5188
|
name_mapping={
|
|
4702
5189
|
"core_network_id": "coreNetworkId",
|
|
4703
5190
|
"vpn_connection_arn": "vpnConnectionArn",
|
|
5191
|
+
"network_function_group_name": "networkFunctionGroupName",
|
|
5192
|
+
"proposed_network_function_group_change": "proposedNetworkFunctionGroupChange",
|
|
4704
5193
|
"proposed_segment_change": "proposedSegmentChange",
|
|
4705
5194
|
"tags": "tags",
|
|
4706
5195
|
},
|
|
@@ -4711,6 +5200,8 @@ class CfnSiteToSiteVpnAttachmentProps:
|
|
|
4711
5200
|
*,
|
|
4712
5201
|
core_network_id: builtins.str,
|
|
4713
5202
|
vpn_connection_arn: builtins.str,
|
|
5203
|
+
network_function_group_name: typing.Optional[builtins.str] = None,
|
|
5204
|
+
proposed_network_function_group_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnSiteToSiteVpnAttachment.ProposedNetworkFunctionGroupChangeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4714
5205
|
proposed_segment_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnSiteToSiteVpnAttachment.ProposedSegmentChangeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4715
5206
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4716
5207
|
) -> None:
|
|
@@ -4718,6 +5209,8 @@ class CfnSiteToSiteVpnAttachmentProps:
|
|
|
4718
5209
|
|
|
4719
5210
|
:param core_network_id: The ID of a core network where you're creating a site-to-site VPN attachment.
|
|
4720
5211
|
:param vpn_connection_arn: The ARN of the site-to-site VPN attachment.
|
|
5212
|
+
:param network_function_group_name: The name of the network function group.
|
|
5213
|
+
:param proposed_network_function_group_change: Describes proposed changes to a network function group.
|
|
4721
5214
|
:param proposed_segment_change: Describes a proposed segment change. In some cases, the segment change must first be evaluated and accepted.
|
|
4722
5215
|
:param tags: The tags associated with the Site-to-Site VPN attachment.
|
|
4723
5216
|
|
|
@@ -4735,6 +5228,15 @@ class CfnSiteToSiteVpnAttachmentProps:
|
|
|
4735
5228
|
vpn_connection_arn="vpnConnectionArn",
|
|
4736
5229
|
|
|
4737
5230
|
# the properties below are optional
|
|
5231
|
+
network_function_group_name="networkFunctionGroupName",
|
|
5232
|
+
proposed_network_function_group_change=networkmanager.CfnSiteToSiteVpnAttachment.ProposedNetworkFunctionGroupChangeProperty(
|
|
5233
|
+
attachment_policy_rule_number=123,
|
|
5234
|
+
network_function_group_name="networkFunctionGroupName",
|
|
5235
|
+
tags=[CfnTag(
|
|
5236
|
+
key="key",
|
|
5237
|
+
value="value"
|
|
5238
|
+
)]
|
|
5239
|
+
),
|
|
4738
5240
|
proposed_segment_change=networkmanager.CfnSiteToSiteVpnAttachment.ProposedSegmentChangeProperty(
|
|
4739
5241
|
attachment_policy_rule_number=123,
|
|
4740
5242
|
segment_name="segmentName",
|
|
@@ -4753,12 +5255,18 @@ class CfnSiteToSiteVpnAttachmentProps:
|
|
|
4753
5255
|
type_hints = typing.get_type_hints(_typecheckingstub__113def3967f836e31386ebfbfb261bf671b49bfa26918b1a903a386050490f06)
|
|
4754
5256
|
check_type(argname="argument core_network_id", value=core_network_id, expected_type=type_hints["core_network_id"])
|
|
4755
5257
|
check_type(argname="argument vpn_connection_arn", value=vpn_connection_arn, expected_type=type_hints["vpn_connection_arn"])
|
|
5258
|
+
check_type(argname="argument network_function_group_name", value=network_function_group_name, expected_type=type_hints["network_function_group_name"])
|
|
5259
|
+
check_type(argname="argument proposed_network_function_group_change", value=proposed_network_function_group_change, expected_type=type_hints["proposed_network_function_group_change"])
|
|
4756
5260
|
check_type(argname="argument proposed_segment_change", value=proposed_segment_change, expected_type=type_hints["proposed_segment_change"])
|
|
4757
5261
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
4758
5262
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
4759
5263
|
"core_network_id": core_network_id,
|
|
4760
5264
|
"vpn_connection_arn": vpn_connection_arn,
|
|
4761
5265
|
}
|
|
5266
|
+
if network_function_group_name is not None:
|
|
5267
|
+
self._values["network_function_group_name"] = network_function_group_name
|
|
5268
|
+
if proposed_network_function_group_change is not None:
|
|
5269
|
+
self._values["proposed_network_function_group_change"] = proposed_network_function_group_change
|
|
4762
5270
|
if proposed_segment_change is not None:
|
|
4763
5271
|
self._values["proposed_segment_change"] = proposed_segment_change
|
|
4764
5272
|
if tags is not None:
|
|
@@ -4784,6 +5292,26 @@ class CfnSiteToSiteVpnAttachmentProps:
|
|
|
4784
5292
|
assert result is not None, "Required property 'vpn_connection_arn' is missing"
|
|
4785
5293
|
return typing.cast(builtins.str, result)
|
|
4786
5294
|
|
|
5295
|
+
@builtins.property
|
|
5296
|
+
def network_function_group_name(self) -> typing.Optional[builtins.str]:
|
|
5297
|
+
'''The name of the network function group.
|
|
5298
|
+
|
|
5299
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-sitetositevpnattachment.html#cfn-networkmanager-sitetositevpnattachment-networkfunctiongroupname
|
|
5300
|
+
'''
|
|
5301
|
+
result = self._values.get("network_function_group_name")
|
|
5302
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
5303
|
+
|
|
5304
|
+
@builtins.property
|
|
5305
|
+
def proposed_network_function_group_change(
|
|
5306
|
+
self,
|
|
5307
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnSiteToSiteVpnAttachment.ProposedNetworkFunctionGroupChangeProperty]]:
|
|
5308
|
+
'''Describes proposed changes to a network function group.
|
|
5309
|
+
|
|
5310
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-sitetositevpnattachment.html#cfn-networkmanager-sitetositevpnattachment-proposednetworkfunctiongroupchange
|
|
5311
|
+
'''
|
|
5312
|
+
result = self._values.get("proposed_network_function_group_change")
|
|
5313
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnSiteToSiteVpnAttachment.ProposedNetworkFunctionGroupChangeProperty]], result)
|
|
5314
|
+
|
|
4787
5315
|
@builtins.property
|
|
4788
5316
|
def proposed_segment_change(
|
|
4789
5317
|
self,
|
|
@@ -5013,7 +5541,7 @@ class CfnTransitGatewayPeering(
|
|
|
5013
5541
|
if __debug__:
|
|
5014
5542
|
type_hints = typing.get_type_hints(_typecheckingstub__439082e4f08493cbbc6d80e894b6f4dfd77144360df686a8c6f3a8211c56db01)
|
|
5015
5543
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5016
|
-
jsii.set(self, "coreNetworkId", value)
|
|
5544
|
+
jsii.set(self, "coreNetworkId", value) # pyright: ignore[reportArgumentType]
|
|
5017
5545
|
|
|
5018
5546
|
@builtins.property
|
|
5019
5547
|
@jsii.member(jsii_name="transitGatewayArn")
|
|
@@ -5026,7 +5554,7 @@ class CfnTransitGatewayPeering(
|
|
|
5026
5554
|
if __debug__:
|
|
5027
5555
|
type_hints = typing.get_type_hints(_typecheckingstub__f61bd1b63b20558994e70ffe5513360796b00386f6642583ee771667f950f000)
|
|
5028
5556
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5029
|
-
jsii.set(self, "transitGatewayArn", value)
|
|
5557
|
+
jsii.set(self, "transitGatewayArn", value) # pyright: ignore[reportArgumentType]
|
|
5030
5558
|
|
|
5031
5559
|
@builtins.property
|
|
5032
5560
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -5039,7 +5567,7 @@ class CfnTransitGatewayPeering(
|
|
|
5039
5567
|
if __debug__:
|
|
5040
5568
|
type_hints = typing.get_type_hints(_typecheckingstub__832f5e84db21f837c9c3c23bc334ca3604552518624f6a01c6743e9ad31fa391)
|
|
5041
5569
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5042
|
-
jsii.set(self, "tagsRaw", value)
|
|
5570
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
5043
5571
|
|
|
5044
5572
|
|
|
5045
5573
|
@jsii.data_type(
|
|
@@ -5235,7 +5763,7 @@ class CfnTransitGatewayRegistration(
|
|
|
5235
5763
|
if __debug__:
|
|
5236
5764
|
type_hints = typing.get_type_hints(_typecheckingstub__3479609666aeb26b1973c2e635f65d0a6808b4152046244ab06699694f8afbee)
|
|
5237
5765
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5238
|
-
jsii.set(self, "globalNetworkId", value)
|
|
5766
|
+
jsii.set(self, "globalNetworkId", value) # pyright: ignore[reportArgumentType]
|
|
5239
5767
|
|
|
5240
5768
|
@builtins.property
|
|
5241
5769
|
@jsii.member(jsii_name="transitGatewayArn")
|
|
@@ -5248,7 +5776,7 @@ class CfnTransitGatewayRegistration(
|
|
|
5248
5776
|
if __debug__:
|
|
5249
5777
|
type_hints = typing.get_type_hints(_typecheckingstub__7660bc4e9fada811170861b820a6606047adea2f279a8d4735670e4fa3b4aec0)
|
|
5250
5778
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5251
|
-
jsii.set(self, "transitGatewayArn", value)
|
|
5779
|
+
jsii.set(self, "transitGatewayArn", value) # pyright: ignore[reportArgumentType]
|
|
5252
5780
|
|
|
5253
5781
|
|
|
5254
5782
|
@jsii.data_type(
|
|
@@ -5349,6 +5877,15 @@ class CfnTransitGatewayRouteTableAttachment(
|
|
|
5349
5877
|
transit_gateway_route_table_arn="transitGatewayRouteTableArn",
|
|
5350
5878
|
|
|
5351
5879
|
# the properties below are optional
|
|
5880
|
+
network_function_group_name="networkFunctionGroupName",
|
|
5881
|
+
proposed_network_function_group_change=networkmanager.CfnTransitGatewayRouteTableAttachment.ProposedNetworkFunctionGroupChangeProperty(
|
|
5882
|
+
attachment_policy_rule_number=123,
|
|
5883
|
+
network_function_group_name="networkFunctionGroupName",
|
|
5884
|
+
tags=[CfnTag(
|
|
5885
|
+
key="key",
|
|
5886
|
+
value="value"
|
|
5887
|
+
)]
|
|
5888
|
+
),
|
|
5352
5889
|
proposed_segment_change=networkmanager.CfnTransitGatewayRouteTableAttachment.ProposedSegmentChangeProperty(
|
|
5353
5890
|
attachment_policy_rule_number=123,
|
|
5354
5891
|
segment_name="segmentName",
|
|
@@ -5371,6 +5908,8 @@ class CfnTransitGatewayRouteTableAttachment(
|
|
|
5371
5908
|
*,
|
|
5372
5909
|
peering_id: builtins.str,
|
|
5373
5910
|
transit_gateway_route_table_arn: builtins.str,
|
|
5911
|
+
network_function_group_name: typing.Optional[builtins.str] = None,
|
|
5912
|
+
proposed_network_function_group_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTransitGatewayRouteTableAttachment.ProposedNetworkFunctionGroupChangeProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5374
5913
|
proposed_segment_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTransitGatewayRouteTableAttachment.ProposedSegmentChangeProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5375
5914
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5376
5915
|
) -> None:
|
|
@@ -5379,6 +5918,8 @@ class CfnTransitGatewayRouteTableAttachment(
|
|
|
5379
5918
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
5380
5919
|
:param peering_id: The ID of the transit gateway peering.
|
|
5381
5920
|
:param transit_gateway_route_table_arn: The ARN of the transit gateway attachment route table. For example, ``"TransitGatewayRouteTableArn": "arn:aws:ec2:us-west-2:123456789012:transit-gateway-route-table/tgw-rtb-9876543210123456"`` .
|
|
5921
|
+
:param network_function_group_name: The name of the network function group.
|
|
5922
|
+
:param proposed_network_function_group_change: Describes proposed changes to a network function group.
|
|
5382
5923
|
:param proposed_segment_change: This property is read-only. Values can't be assigned to it.
|
|
5383
5924
|
:param tags: The list of key-value pairs associated with the transit gateway route table attachment.
|
|
5384
5925
|
'''
|
|
@@ -5389,6 +5930,8 @@ class CfnTransitGatewayRouteTableAttachment(
|
|
|
5389
5930
|
props = CfnTransitGatewayRouteTableAttachmentProps(
|
|
5390
5931
|
peering_id=peering_id,
|
|
5391
5932
|
transit_gateway_route_table_arn=transit_gateway_route_table_arn,
|
|
5933
|
+
network_function_group_name=network_function_group_name,
|
|
5934
|
+
proposed_network_function_group_change=proposed_network_function_group_change,
|
|
5392
5935
|
proposed_segment_change=proposed_segment_change,
|
|
5393
5936
|
tags=tags,
|
|
5394
5937
|
)
|
|
@@ -5559,7 +6102,7 @@ class CfnTransitGatewayRouteTableAttachment(
|
|
|
5559
6102
|
if __debug__:
|
|
5560
6103
|
type_hints = typing.get_type_hints(_typecheckingstub__cc057602684fcd6d30d72064e2609de0278fcd49507560ee02b7a0f7eea74a4b)
|
|
5561
6104
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5562
|
-
jsii.set(self, "peeringId", value)
|
|
6105
|
+
jsii.set(self, "peeringId", value) # pyright: ignore[reportArgumentType]
|
|
5563
6106
|
|
|
5564
6107
|
@builtins.property
|
|
5565
6108
|
@jsii.member(jsii_name="transitGatewayRouteTableArn")
|
|
@@ -5572,7 +6115,38 @@ class CfnTransitGatewayRouteTableAttachment(
|
|
|
5572
6115
|
if __debug__:
|
|
5573
6116
|
type_hints = typing.get_type_hints(_typecheckingstub__e96460515a73cddc08c4eeb7c5c0d62b3470f6ba77019112fad9b6b67d9b4313)
|
|
5574
6117
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5575
|
-
jsii.set(self, "transitGatewayRouteTableArn", value)
|
|
6118
|
+
jsii.set(self, "transitGatewayRouteTableArn", value) # pyright: ignore[reportArgumentType]
|
|
6119
|
+
|
|
6120
|
+
@builtins.property
|
|
6121
|
+
@jsii.member(jsii_name="networkFunctionGroupName")
|
|
6122
|
+
def network_function_group_name(self) -> typing.Optional[builtins.str]:
|
|
6123
|
+
'''The name of the network function group.'''
|
|
6124
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "networkFunctionGroupName"))
|
|
6125
|
+
|
|
6126
|
+
@network_function_group_name.setter
|
|
6127
|
+
def network_function_group_name(self, value: typing.Optional[builtins.str]) -> None:
|
|
6128
|
+
if __debug__:
|
|
6129
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2126f9a4fa55e495a14ebdde0f7ee58e0aecff60468e0630cb2ac77b72dbf3c2)
|
|
6130
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6131
|
+
jsii.set(self, "networkFunctionGroupName", value) # pyright: ignore[reportArgumentType]
|
|
6132
|
+
|
|
6133
|
+
@builtins.property
|
|
6134
|
+
@jsii.member(jsii_name="proposedNetworkFunctionGroupChange")
|
|
6135
|
+
def proposed_network_function_group_change(
|
|
6136
|
+
self,
|
|
6137
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTransitGatewayRouteTableAttachment.ProposedNetworkFunctionGroupChangeProperty"]]:
|
|
6138
|
+
'''Describes proposed changes to a network function group.'''
|
|
6139
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTransitGatewayRouteTableAttachment.ProposedNetworkFunctionGroupChangeProperty"]], jsii.get(self, "proposedNetworkFunctionGroupChange"))
|
|
6140
|
+
|
|
6141
|
+
@proposed_network_function_group_change.setter
|
|
6142
|
+
def proposed_network_function_group_change(
|
|
6143
|
+
self,
|
|
6144
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTransitGatewayRouteTableAttachment.ProposedNetworkFunctionGroupChangeProperty"]],
|
|
6145
|
+
) -> None:
|
|
6146
|
+
if __debug__:
|
|
6147
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e1942ea07c2f6a897771725cd1b40a57144f128a31474ed07c0924ecc5d40c70)
|
|
6148
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6149
|
+
jsii.set(self, "proposedNetworkFunctionGroupChange", value) # pyright: ignore[reportArgumentType]
|
|
5576
6150
|
|
|
5577
6151
|
@builtins.property
|
|
5578
6152
|
@jsii.member(jsii_name="proposedSegmentChange")
|
|
@@ -5590,7 +6164,7 @@ class CfnTransitGatewayRouteTableAttachment(
|
|
|
5590
6164
|
if __debug__:
|
|
5591
6165
|
type_hints = typing.get_type_hints(_typecheckingstub__833b64ddb00aa1bf9b86b7f76ee36148417740e18097f46e7c35c82b700f36f6)
|
|
5592
6166
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5593
|
-
jsii.set(self, "proposedSegmentChange", value)
|
|
6167
|
+
jsii.set(self, "proposedSegmentChange", value) # pyright: ignore[reportArgumentType]
|
|
5594
6168
|
|
|
5595
6169
|
@builtins.property
|
|
5596
6170
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -5603,7 +6177,99 @@ class CfnTransitGatewayRouteTableAttachment(
|
|
|
5603
6177
|
if __debug__:
|
|
5604
6178
|
type_hints = typing.get_type_hints(_typecheckingstub__b3b7316bcb7e40529995cb7c98b7c558e8ac3b24b7e6b5bcf786ac3da836b14a)
|
|
5605
6179
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5606
|
-
jsii.set(self, "tagsRaw", value)
|
|
6180
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
6181
|
+
|
|
6182
|
+
@jsii.data_type(
|
|
6183
|
+
jsii_type="aws-cdk-lib.aws_networkmanager.CfnTransitGatewayRouteTableAttachment.ProposedNetworkFunctionGroupChangeProperty",
|
|
6184
|
+
jsii_struct_bases=[],
|
|
6185
|
+
name_mapping={
|
|
6186
|
+
"attachment_policy_rule_number": "attachmentPolicyRuleNumber",
|
|
6187
|
+
"network_function_group_name": "networkFunctionGroupName",
|
|
6188
|
+
"tags": "tags",
|
|
6189
|
+
},
|
|
6190
|
+
)
|
|
6191
|
+
class ProposedNetworkFunctionGroupChangeProperty:
|
|
6192
|
+
def __init__(
|
|
6193
|
+
self,
|
|
6194
|
+
*,
|
|
6195
|
+
attachment_policy_rule_number: typing.Optional[jsii.Number] = None,
|
|
6196
|
+
network_function_group_name: typing.Optional[builtins.str] = None,
|
|
6197
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6198
|
+
) -> None:
|
|
6199
|
+
'''Describes proposed changes to a network function group.
|
|
6200
|
+
|
|
6201
|
+
:param attachment_policy_rule_number: The proposed new attachment policy rule number for the network function group.
|
|
6202
|
+
:param network_function_group_name: The proposed name change for the network function group name.
|
|
6203
|
+
:param tags: The list of proposed changes to the key-value tags associated with the network function group.
|
|
6204
|
+
|
|
6205
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-transitgatewayroutetableattachment-proposednetworkfunctiongroupchange.html
|
|
6206
|
+
:exampleMetadata: fixture=_generated
|
|
6207
|
+
|
|
6208
|
+
Example::
|
|
6209
|
+
|
|
6210
|
+
# The code below shows an example of how to instantiate this type.
|
|
6211
|
+
# The values are placeholders you should change.
|
|
6212
|
+
from aws_cdk import aws_networkmanager as networkmanager
|
|
6213
|
+
|
|
6214
|
+
proposed_network_function_group_change_property = networkmanager.CfnTransitGatewayRouteTableAttachment.ProposedNetworkFunctionGroupChangeProperty(
|
|
6215
|
+
attachment_policy_rule_number=123,
|
|
6216
|
+
network_function_group_name="networkFunctionGroupName",
|
|
6217
|
+
tags=[CfnTag(
|
|
6218
|
+
key="key",
|
|
6219
|
+
value="value"
|
|
6220
|
+
)]
|
|
6221
|
+
)
|
|
6222
|
+
'''
|
|
6223
|
+
if __debug__:
|
|
6224
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4464e666a6f2f84d1a4aba82a2d5f303ed16a8422d0ba92d79b98fcb26cc3fde)
|
|
6225
|
+
check_type(argname="argument attachment_policy_rule_number", value=attachment_policy_rule_number, expected_type=type_hints["attachment_policy_rule_number"])
|
|
6226
|
+
check_type(argname="argument network_function_group_name", value=network_function_group_name, expected_type=type_hints["network_function_group_name"])
|
|
6227
|
+
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
6228
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
6229
|
+
if attachment_policy_rule_number is not None:
|
|
6230
|
+
self._values["attachment_policy_rule_number"] = attachment_policy_rule_number
|
|
6231
|
+
if network_function_group_name is not None:
|
|
6232
|
+
self._values["network_function_group_name"] = network_function_group_name
|
|
6233
|
+
if tags is not None:
|
|
6234
|
+
self._values["tags"] = tags
|
|
6235
|
+
|
|
6236
|
+
@builtins.property
|
|
6237
|
+
def attachment_policy_rule_number(self) -> typing.Optional[jsii.Number]:
|
|
6238
|
+
'''The proposed new attachment policy rule number for the network function group.
|
|
6239
|
+
|
|
6240
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-transitgatewayroutetableattachment-proposednetworkfunctiongroupchange.html#cfn-networkmanager-transitgatewayroutetableattachment-proposednetworkfunctiongroupchange-attachmentpolicyrulenumber
|
|
6241
|
+
'''
|
|
6242
|
+
result = self._values.get("attachment_policy_rule_number")
|
|
6243
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
6244
|
+
|
|
6245
|
+
@builtins.property
|
|
6246
|
+
def network_function_group_name(self) -> typing.Optional[builtins.str]:
|
|
6247
|
+
'''The proposed name change for the network function group name.
|
|
6248
|
+
|
|
6249
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-transitgatewayroutetableattachment-proposednetworkfunctiongroupchange.html#cfn-networkmanager-transitgatewayroutetableattachment-proposednetworkfunctiongroupchange-networkfunctiongroupname
|
|
6250
|
+
'''
|
|
6251
|
+
result = self._values.get("network_function_group_name")
|
|
6252
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
6253
|
+
|
|
6254
|
+
@builtins.property
|
|
6255
|
+
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
6256
|
+
'''The list of proposed changes to the key-value tags associated with the network function group.
|
|
6257
|
+
|
|
6258
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-transitgatewayroutetableattachment-proposednetworkfunctiongroupchange.html#cfn-networkmanager-transitgatewayroutetableattachment-proposednetworkfunctiongroupchange-tags
|
|
6259
|
+
'''
|
|
6260
|
+
result = self._values.get("tags")
|
|
6261
|
+
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
|
|
6262
|
+
|
|
6263
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
6264
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
6265
|
+
|
|
6266
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
6267
|
+
return not (rhs == self)
|
|
6268
|
+
|
|
6269
|
+
def __repr__(self) -> str:
|
|
6270
|
+
return "ProposedNetworkFunctionGroupChangeProperty(%s)" % ", ".join(
|
|
6271
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
6272
|
+
)
|
|
5607
6273
|
|
|
5608
6274
|
@jsii.data_type(
|
|
5609
6275
|
jsii_type="aws-cdk-lib.aws_networkmanager.CfnTransitGatewayRouteTableAttachment.ProposedSegmentChangeProperty",
|
|
@@ -5706,6 +6372,8 @@ class CfnTransitGatewayRouteTableAttachment(
|
|
|
5706
6372
|
name_mapping={
|
|
5707
6373
|
"peering_id": "peeringId",
|
|
5708
6374
|
"transit_gateway_route_table_arn": "transitGatewayRouteTableArn",
|
|
6375
|
+
"network_function_group_name": "networkFunctionGroupName",
|
|
6376
|
+
"proposed_network_function_group_change": "proposedNetworkFunctionGroupChange",
|
|
5709
6377
|
"proposed_segment_change": "proposedSegmentChange",
|
|
5710
6378
|
"tags": "tags",
|
|
5711
6379
|
},
|
|
@@ -5716,6 +6384,8 @@ class CfnTransitGatewayRouteTableAttachmentProps:
|
|
|
5716
6384
|
*,
|
|
5717
6385
|
peering_id: builtins.str,
|
|
5718
6386
|
transit_gateway_route_table_arn: builtins.str,
|
|
6387
|
+
network_function_group_name: typing.Optional[builtins.str] = None,
|
|
6388
|
+
proposed_network_function_group_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTransitGatewayRouteTableAttachment.ProposedNetworkFunctionGroupChangeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5719
6389
|
proposed_segment_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTransitGatewayRouteTableAttachment.ProposedSegmentChangeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5720
6390
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5721
6391
|
) -> None:
|
|
@@ -5723,6 +6393,8 @@ class CfnTransitGatewayRouteTableAttachmentProps:
|
|
|
5723
6393
|
|
|
5724
6394
|
:param peering_id: The ID of the transit gateway peering.
|
|
5725
6395
|
:param transit_gateway_route_table_arn: The ARN of the transit gateway attachment route table. For example, ``"TransitGatewayRouteTableArn": "arn:aws:ec2:us-west-2:123456789012:transit-gateway-route-table/tgw-rtb-9876543210123456"`` .
|
|
6396
|
+
:param network_function_group_name: The name of the network function group.
|
|
6397
|
+
:param proposed_network_function_group_change: Describes proposed changes to a network function group.
|
|
5726
6398
|
:param proposed_segment_change: This property is read-only. Values can't be assigned to it.
|
|
5727
6399
|
:param tags: The list of key-value pairs associated with the transit gateway route table attachment.
|
|
5728
6400
|
|
|
@@ -5740,6 +6412,15 @@ class CfnTransitGatewayRouteTableAttachmentProps:
|
|
|
5740
6412
|
transit_gateway_route_table_arn="transitGatewayRouteTableArn",
|
|
5741
6413
|
|
|
5742
6414
|
# the properties below are optional
|
|
6415
|
+
network_function_group_name="networkFunctionGroupName",
|
|
6416
|
+
proposed_network_function_group_change=networkmanager.CfnTransitGatewayRouteTableAttachment.ProposedNetworkFunctionGroupChangeProperty(
|
|
6417
|
+
attachment_policy_rule_number=123,
|
|
6418
|
+
network_function_group_name="networkFunctionGroupName",
|
|
6419
|
+
tags=[CfnTag(
|
|
6420
|
+
key="key",
|
|
6421
|
+
value="value"
|
|
6422
|
+
)]
|
|
6423
|
+
),
|
|
5743
6424
|
proposed_segment_change=networkmanager.CfnTransitGatewayRouteTableAttachment.ProposedSegmentChangeProperty(
|
|
5744
6425
|
attachment_policy_rule_number=123,
|
|
5745
6426
|
segment_name="segmentName",
|
|
@@ -5758,12 +6439,18 @@ class CfnTransitGatewayRouteTableAttachmentProps:
|
|
|
5758
6439
|
type_hints = typing.get_type_hints(_typecheckingstub__32c28142db297494ed9a38267ab8bd9715938d6419db97dd30cc2434fec11a0a)
|
|
5759
6440
|
check_type(argname="argument peering_id", value=peering_id, expected_type=type_hints["peering_id"])
|
|
5760
6441
|
check_type(argname="argument transit_gateway_route_table_arn", value=transit_gateway_route_table_arn, expected_type=type_hints["transit_gateway_route_table_arn"])
|
|
6442
|
+
check_type(argname="argument network_function_group_name", value=network_function_group_name, expected_type=type_hints["network_function_group_name"])
|
|
6443
|
+
check_type(argname="argument proposed_network_function_group_change", value=proposed_network_function_group_change, expected_type=type_hints["proposed_network_function_group_change"])
|
|
5761
6444
|
check_type(argname="argument proposed_segment_change", value=proposed_segment_change, expected_type=type_hints["proposed_segment_change"])
|
|
5762
6445
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
5763
6446
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
5764
6447
|
"peering_id": peering_id,
|
|
5765
6448
|
"transit_gateway_route_table_arn": transit_gateway_route_table_arn,
|
|
5766
6449
|
}
|
|
6450
|
+
if network_function_group_name is not None:
|
|
6451
|
+
self._values["network_function_group_name"] = network_function_group_name
|
|
6452
|
+
if proposed_network_function_group_change is not None:
|
|
6453
|
+
self._values["proposed_network_function_group_change"] = proposed_network_function_group_change
|
|
5767
6454
|
if proposed_segment_change is not None:
|
|
5768
6455
|
self._values["proposed_segment_change"] = proposed_segment_change
|
|
5769
6456
|
if tags is not None:
|
|
@@ -5791,6 +6478,26 @@ class CfnTransitGatewayRouteTableAttachmentProps:
|
|
|
5791
6478
|
assert result is not None, "Required property 'transit_gateway_route_table_arn' is missing"
|
|
5792
6479
|
return typing.cast(builtins.str, result)
|
|
5793
6480
|
|
|
6481
|
+
@builtins.property
|
|
6482
|
+
def network_function_group_name(self) -> typing.Optional[builtins.str]:
|
|
6483
|
+
'''The name of the network function group.
|
|
6484
|
+
|
|
6485
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayroutetableattachment.html#cfn-networkmanager-transitgatewayroutetableattachment-networkfunctiongroupname
|
|
6486
|
+
'''
|
|
6487
|
+
result = self._values.get("network_function_group_name")
|
|
6488
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
6489
|
+
|
|
6490
|
+
@builtins.property
|
|
6491
|
+
def proposed_network_function_group_change(
|
|
6492
|
+
self,
|
|
6493
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnTransitGatewayRouteTableAttachment.ProposedNetworkFunctionGroupChangeProperty]]:
|
|
6494
|
+
'''Describes proposed changes to a network function group.
|
|
6495
|
+
|
|
6496
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayroutetableattachment.html#cfn-networkmanager-transitgatewayroutetableattachment-proposednetworkfunctiongroupchange
|
|
6497
|
+
'''
|
|
6498
|
+
result = self._values.get("proposed_network_function_group_change")
|
|
6499
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnTransitGatewayRouteTableAttachment.ProposedNetworkFunctionGroupChangeProperty]], result)
|
|
6500
|
+
|
|
5794
6501
|
@builtins.property
|
|
5795
6502
|
def proposed_segment_change(
|
|
5796
6503
|
self,
|
|
@@ -5853,6 +6560,14 @@ class CfnVpcAttachment(
|
|
|
5853
6560
|
appliance_mode_support=False,
|
|
5854
6561
|
ipv6_support=False
|
|
5855
6562
|
),
|
|
6563
|
+
proposed_network_function_group_change=networkmanager.CfnVpcAttachment.ProposedNetworkFunctionGroupChangeProperty(
|
|
6564
|
+
attachment_policy_rule_number=123,
|
|
6565
|
+
network_function_group_name="networkFunctionGroupName",
|
|
6566
|
+
tags=[CfnTag(
|
|
6567
|
+
key="key",
|
|
6568
|
+
value="value"
|
|
6569
|
+
)]
|
|
6570
|
+
),
|
|
5856
6571
|
proposed_segment_change=networkmanager.CfnVpcAttachment.ProposedSegmentChangeProperty(
|
|
5857
6572
|
attachment_policy_rule_number=123,
|
|
5858
6573
|
segment_name="segmentName",
|
|
@@ -5877,6 +6592,7 @@ class CfnVpcAttachment(
|
|
|
5877
6592
|
subnet_arns: typing.Sequence[builtins.str],
|
|
5878
6593
|
vpc_arn: builtins.str,
|
|
5879
6594
|
options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnVpcAttachment.VpcOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6595
|
+
proposed_network_function_group_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnVpcAttachment.ProposedNetworkFunctionGroupChangeProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5880
6596
|
proposed_segment_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnVpcAttachment.ProposedSegmentChangeProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5881
6597
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5882
6598
|
) -> None:
|
|
@@ -5887,6 +6603,7 @@ class CfnVpcAttachment(
|
|
|
5887
6603
|
:param subnet_arns: The subnet ARNs.
|
|
5888
6604
|
:param vpc_arn: The ARN of the VPC attachment.
|
|
5889
6605
|
:param options: Options for creating the VPC attachment.
|
|
6606
|
+
:param proposed_network_function_group_change: Describes proposed changes to a network function group.
|
|
5890
6607
|
:param proposed_segment_change: Describes a proposed segment change. In some cases, the segment change must first be evaluated and accepted.
|
|
5891
6608
|
:param tags: The tags associated with the VPC attachment.
|
|
5892
6609
|
'''
|
|
@@ -5899,6 +6616,7 @@ class CfnVpcAttachment(
|
|
|
5899
6616
|
subnet_arns=subnet_arns,
|
|
5900
6617
|
vpc_arn=vpc_arn,
|
|
5901
6618
|
options=options,
|
|
6619
|
+
proposed_network_function_group_change=proposed_network_function_group_change,
|
|
5902
6620
|
proposed_segment_change=proposed_segment_change,
|
|
5903
6621
|
tags=tags,
|
|
5904
6622
|
)
|
|
@@ -5991,6 +6709,15 @@ class CfnVpcAttachment(
|
|
|
5991
6709
|
'''
|
|
5992
6710
|
return typing.cast(builtins.str, jsii.get(self, "attrEdgeLocation"))
|
|
5993
6711
|
|
|
6712
|
+
@builtins.property
|
|
6713
|
+
@jsii.member(jsii_name="attrNetworkFunctionGroupName")
|
|
6714
|
+
def attr_network_function_group_name(self) -> builtins.str:
|
|
6715
|
+
'''The name of the network function group.
|
|
6716
|
+
|
|
6717
|
+
:cloudformationAttribute: NetworkFunctionGroupName
|
|
6718
|
+
'''
|
|
6719
|
+
return typing.cast(builtins.str, jsii.get(self, "attrNetworkFunctionGroupName"))
|
|
6720
|
+
|
|
5994
6721
|
@builtins.property
|
|
5995
6722
|
@jsii.member(jsii_name="attrOwnerAccountId")
|
|
5996
6723
|
def attr_owner_account_id(self) -> builtins.str:
|
|
@@ -6060,7 +6787,7 @@ class CfnVpcAttachment(
|
|
|
6060
6787
|
if __debug__:
|
|
6061
6788
|
type_hints = typing.get_type_hints(_typecheckingstub__3dc45980bc0f76e5b64f54c910888f2fbc61f8035b57f4cc2da0873460ceb6d8)
|
|
6062
6789
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6063
|
-
jsii.set(self, "coreNetworkId", value)
|
|
6790
|
+
jsii.set(self, "coreNetworkId", value) # pyright: ignore[reportArgumentType]
|
|
6064
6791
|
|
|
6065
6792
|
@builtins.property
|
|
6066
6793
|
@jsii.member(jsii_name="subnetArns")
|
|
@@ -6073,7 +6800,7 @@ class CfnVpcAttachment(
|
|
|
6073
6800
|
if __debug__:
|
|
6074
6801
|
type_hints = typing.get_type_hints(_typecheckingstub__44eff42e1086acb3f04b3edb054dd6dc4f08bc4fde2b55e1211110fd05e54030)
|
|
6075
6802
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6076
|
-
jsii.set(self, "subnetArns", value)
|
|
6803
|
+
jsii.set(self, "subnetArns", value) # pyright: ignore[reportArgumentType]
|
|
6077
6804
|
|
|
6078
6805
|
@builtins.property
|
|
6079
6806
|
@jsii.member(jsii_name="vpcArn")
|
|
@@ -6086,7 +6813,7 @@ class CfnVpcAttachment(
|
|
|
6086
6813
|
if __debug__:
|
|
6087
6814
|
type_hints = typing.get_type_hints(_typecheckingstub__292ee8d1f17d2877219f1e655a187015b2e1a10520732d288dbc03f196471402)
|
|
6088
6815
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6089
|
-
jsii.set(self, "vpcArn", value)
|
|
6816
|
+
jsii.set(self, "vpcArn", value) # pyright: ignore[reportArgumentType]
|
|
6090
6817
|
|
|
6091
6818
|
@builtins.property
|
|
6092
6819
|
@jsii.member(jsii_name="options")
|
|
@@ -6104,7 +6831,25 @@ class CfnVpcAttachment(
|
|
|
6104
6831
|
if __debug__:
|
|
6105
6832
|
type_hints = typing.get_type_hints(_typecheckingstub__4df78b42bf8dafd3f4ef447404aa6d3bb210d4de6d8c8238c7b7509fee4e6dc1)
|
|
6106
6833
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6107
|
-
jsii.set(self, "options", value)
|
|
6834
|
+
jsii.set(self, "options", value) # pyright: ignore[reportArgumentType]
|
|
6835
|
+
|
|
6836
|
+
@builtins.property
|
|
6837
|
+
@jsii.member(jsii_name="proposedNetworkFunctionGroupChange")
|
|
6838
|
+
def proposed_network_function_group_change(
|
|
6839
|
+
self,
|
|
6840
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnVpcAttachment.ProposedNetworkFunctionGroupChangeProperty"]]:
|
|
6841
|
+
'''Describes proposed changes to a network function group.'''
|
|
6842
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnVpcAttachment.ProposedNetworkFunctionGroupChangeProperty"]], jsii.get(self, "proposedNetworkFunctionGroupChange"))
|
|
6843
|
+
|
|
6844
|
+
@proposed_network_function_group_change.setter
|
|
6845
|
+
def proposed_network_function_group_change(
|
|
6846
|
+
self,
|
|
6847
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnVpcAttachment.ProposedNetworkFunctionGroupChangeProperty"]],
|
|
6848
|
+
) -> None:
|
|
6849
|
+
if __debug__:
|
|
6850
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9ecfa692459a1851872b78a5726026ca20a26f54a8ce67b1b36f91411f690eba)
|
|
6851
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6852
|
+
jsii.set(self, "proposedNetworkFunctionGroupChange", value) # pyright: ignore[reportArgumentType]
|
|
6108
6853
|
|
|
6109
6854
|
@builtins.property
|
|
6110
6855
|
@jsii.member(jsii_name="proposedSegmentChange")
|
|
@@ -6122,7 +6867,7 @@ class CfnVpcAttachment(
|
|
|
6122
6867
|
if __debug__:
|
|
6123
6868
|
type_hints = typing.get_type_hints(_typecheckingstub__4e08a82721c316f3d57592bb6309e39f40fb575ea68e4532f8a4bb8f162f0e1c)
|
|
6124
6869
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6125
|
-
jsii.set(self, "proposedSegmentChange", value)
|
|
6870
|
+
jsii.set(self, "proposedSegmentChange", value) # pyright: ignore[reportArgumentType]
|
|
6126
6871
|
|
|
6127
6872
|
@builtins.property
|
|
6128
6873
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -6135,7 +6880,99 @@ class CfnVpcAttachment(
|
|
|
6135
6880
|
if __debug__:
|
|
6136
6881
|
type_hints = typing.get_type_hints(_typecheckingstub__10a9a6020f018ebc6f503414f839aac623a810484c578e3cc55c00a2aabd965f)
|
|
6137
6882
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6138
|
-
jsii.set(self, "tagsRaw", value)
|
|
6883
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
6884
|
+
|
|
6885
|
+
@jsii.data_type(
|
|
6886
|
+
jsii_type="aws-cdk-lib.aws_networkmanager.CfnVpcAttachment.ProposedNetworkFunctionGroupChangeProperty",
|
|
6887
|
+
jsii_struct_bases=[],
|
|
6888
|
+
name_mapping={
|
|
6889
|
+
"attachment_policy_rule_number": "attachmentPolicyRuleNumber",
|
|
6890
|
+
"network_function_group_name": "networkFunctionGroupName",
|
|
6891
|
+
"tags": "tags",
|
|
6892
|
+
},
|
|
6893
|
+
)
|
|
6894
|
+
class ProposedNetworkFunctionGroupChangeProperty:
|
|
6895
|
+
def __init__(
|
|
6896
|
+
self,
|
|
6897
|
+
*,
|
|
6898
|
+
attachment_policy_rule_number: typing.Optional[jsii.Number] = None,
|
|
6899
|
+
network_function_group_name: typing.Optional[builtins.str] = None,
|
|
6900
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6901
|
+
) -> None:
|
|
6902
|
+
'''Describes proposed changes to a network function group.
|
|
6903
|
+
|
|
6904
|
+
:param attachment_policy_rule_number: The proposed new attachment policy rule number for the network function group.
|
|
6905
|
+
:param network_function_group_name: The proposed name change for the network function group name.
|
|
6906
|
+
:param tags: The list of proposed changes to the key-value tags associated with the network function group.
|
|
6907
|
+
|
|
6908
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-vpcattachment-proposednetworkfunctiongroupchange.html
|
|
6909
|
+
:exampleMetadata: fixture=_generated
|
|
6910
|
+
|
|
6911
|
+
Example::
|
|
6912
|
+
|
|
6913
|
+
# The code below shows an example of how to instantiate this type.
|
|
6914
|
+
# The values are placeholders you should change.
|
|
6915
|
+
from aws_cdk import aws_networkmanager as networkmanager
|
|
6916
|
+
|
|
6917
|
+
proposed_network_function_group_change_property = networkmanager.CfnVpcAttachment.ProposedNetworkFunctionGroupChangeProperty(
|
|
6918
|
+
attachment_policy_rule_number=123,
|
|
6919
|
+
network_function_group_name="networkFunctionGroupName",
|
|
6920
|
+
tags=[CfnTag(
|
|
6921
|
+
key="key",
|
|
6922
|
+
value="value"
|
|
6923
|
+
)]
|
|
6924
|
+
)
|
|
6925
|
+
'''
|
|
6926
|
+
if __debug__:
|
|
6927
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7d3fe8b166b86d9ea007083be18bba855f09931b7fd428c1840d558e55fdc7d1)
|
|
6928
|
+
check_type(argname="argument attachment_policy_rule_number", value=attachment_policy_rule_number, expected_type=type_hints["attachment_policy_rule_number"])
|
|
6929
|
+
check_type(argname="argument network_function_group_name", value=network_function_group_name, expected_type=type_hints["network_function_group_name"])
|
|
6930
|
+
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
6931
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
6932
|
+
if attachment_policy_rule_number is not None:
|
|
6933
|
+
self._values["attachment_policy_rule_number"] = attachment_policy_rule_number
|
|
6934
|
+
if network_function_group_name is not None:
|
|
6935
|
+
self._values["network_function_group_name"] = network_function_group_name
|
|
6936
|
+
if tags is not None:
|
|
6937
|
+
self._values["tags"] = tags
|
|
6938
|
+
|
|
6939
|
+
@builtins.property
|
|
6940
|
+
def attachment_policy_rule_number(self) -> typing.Optional[jsii.Number]:
|
|
6941
|
+
'''The proposed new attachment policy rule number for the network function group.
|
|
6942
|
+
|
|
6943
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-vpcattachment-proposednetworkfunctiongroupchange.html#cfn-networkmanager-vpcattachment-proposednetworkfunctiongroupchange-attachmentpolicyrulenumber
|
|
6944
|
+
'''
|
|
6945
|
+
result = self._values.get("attachment_policy_rule_number")
|
|
6946
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
6947
|
+
|
|
6948
|
+
@builtins.property
|
|
6949
|
+
def network_function_group_name(self) -> typing.Optional[builtins.str]:
|
|
6950
|
+
'''The proposed name change for the network function group name.
|
|
6951
|
+
|
|
6952
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-vpcattachment-proposednetworkfunctiongroupchange.html#cfn-networkmanager-vpcattachment-proposednetworkfunctiongroupchange-networkfunctiongroupname
|
|
6953
|
+
'''
|
|
6954
|
+
result = self._values.get("network_function_group_name")
|
|
6955
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
6956
|
+
|
|
6957
|
+
@builtins.property
|
|
6958
|
+
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
6959
|
+
'''The list of proposed changes to the key-value tags associated with the network function group.
|
|
6960
|
+
|
|
6961
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-vpcattachment-proposednetworkfunctiongroupchange.html#cfn-networkmanager-vpcattachment-proposednetworkfunctiongroupchange-tags
|
|
6962
|
+
'''
|
|
6963
|
+
result = self._values.get("tags")
|
|
6964
|
+
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
|
|
6965
|
+
|
|
6966
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
6967
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
6968
|
+
|
|
6969
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
6970
|
+
return not (rhs == self)
|
|
6971
|
+
|
|
6972
|
+
def __repr__(self) -> str:
|
|
6973
|
+
return "ProposedNetworkFunctionGroupChangeProperty(%s)" % ", ".join(
|
|
6974
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
6975
|
+
)
|
|
6139
6976
|
|
|
6140
6977
|
@jsii.data_type(
|
|
6141
6978
|
jsii_type="aws-cdk-lib.aws_networkmanager.CfnVpcAttachment.ProposedSegmentChangeProperty",
|
|
@@ -6323,6 +7160,7 @@ class CfnVpcAttachment(
|
|
|
6323
7160
|
"subnet_arns": "subnetArns",
|
|
6324
7161
|
"vpc_arn": "vpcArn",
|
|
6325
7162
|
"options": "options",
|
|
7163
|
+
"proposed_network_function_group_change": "proposedNetworkFunctionGroupChange",
|
|
6326
7164
|
"proposed_segment_change": "proposedSegmentChange",
|
|
6327
7165
|
"tags": "tags",
|
|
6328
7166
|
},
|
|
@@ -6335,6 +7173,7 @@ class CfnVpcAttachmentProps:
|
|
|
6335
7173
|
subnet_arns: typing.Sequence[builtins.str],
|
|
6336
7174
|
vpc_arn: builtins.str,
|
|
6337
7175
|
options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnVpcAttachment.VpcOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7176
|
+
proposed_network_function_group_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnVpcAttachment.ProposedNetworkFunctionGroupChangeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6338
7177
|
proposed_segment_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnVpcAttachment.ProposedSegmentChangeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6339
7178
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6340
7179
|
) -> None:
|
|
@@ -6344,6 +7183,7 @@ class CfnVpcAttachmentProps:
|
|
|
6344
7183
|
:param subnet_arns: The subnet ARNs.
|
|
6345
7184
|
:param vpc_arn: The ARN of the VPC attachment.
|
|
6346
7185
|
:param options: Options for creating the VPC attachment.
|
|
7186
|
+
:param proposed_network_function_group_change: Describes proposed changes to a network function group.
|
|
6347
7187
|
:param proposed_segment_change: Describes a proposed segment change. In some cases, the segment change must first be evaluated and accepted.
|
|
6348
7188
|
:param tags: The tags associated with the VPC attachment.
|
|
6349
7189
|
|
|
@@ -6366,6 +7206,14 @@ class CfnVpcAttachmentProps:
|
|
|
6366
7206
|
appliance_mode_support=False,
|
|
6367
7207
|
ipv6_support=False
|
|
6368
7208
|
),
|
|
7209
|
+
proposed_network_function_group_change=networkmanager.CfnVpcAttachment.ProposedNetworkFunctionGroupChangeProperty(
|
|
7210
|
+
attachment_policy_rule_number=123,
|
|
7211
|
+
network_function_group_name="networkFunctionGroupName",
|
|
7212
|
+
tags=[CfnTag(
|
|
7213
|
+
key="key",
|
|
7214
|
+
value="value"
|
|
7215
|
+
)]
|
|
7216
|
+
),
|
|
6369
7217
|
proposed_segment_change=networkmanager.CfnVpcAttachment.ProposedSegmentChangeProperty(
|
|
6370
7218
|
attachment_policy_rule_number=123,
|
|
6371
7219
|
segment_name="segmentName",
|
|
@@ -6386,6 +7234,7 @@ class CfnVpcAttachmentProps:
|
|
|
6386
7234
|
check_type(argname="argument subnet_arns", value=subnet_arns, expected_type=type_hints["subnet_arns"])
|
|
6387
7235
|
check_type(argname="argument vpc_arn", value=vpc_arn, expected_type=type_hints["vpc_arn"])
|
|
6388
7236
|
check_type(argname="argument options", value=options, expected_type=type_hints["options"])
|
|
7237
|
+
check_type(argname="argument proposed_network_function_group_change", value=proposed_network_function_group_change, expected_type=type_hints["proposed_network_function_group_change"])
|
|
6389
7238
|
check_type(argname="argument proposed_segment_change", value=proposed_segment_change, expected_type=type_hints["proposed_segment_change"])
|
|
6390
7239
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
6391
7240
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
@@ -6395,6 +7244,8 @@ class CfnVpcAttachmentProps:
|
|
|
6395
7244
|
}
|
|
6396
7245
|
if options is not None:
|
|
6397
7246
|
self._values["options"] = options
|
|
7247
|
+
if proposed_network_function_group_change is not None:
|
|
7248
|
+
self._values["proposed_network_function_group_change"] = proposed_network_function_group_change
|
|
6398
7249
|
if proposed_segment_change is not None:
|
|
6399
7250
|
self._values["proposed_segment_change"] = proposed_segment_change
|
|
6400
7251
|
if tags is not None:
|
|
@@ -6441,6 +7292,17 @@ class CfnVpcAttachmentProps:
|
|
|
6441
7292
|
result = self._values.get("options")
|
|
6442
7293
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnVpcAttachment.VpcOptionsProperty]], result)
|
|
6443
7294
|
|
|
7295
|
+
@builtins.property
|
|
7296
|
+
def proposed_network_function_group_change(
|
|
7297
|
+
self,
|
|
7298
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnVpcAttachment.ProposedNetworkFunctionGroupChangeProperty]]:
|
|
7299
|
+
'''Describes proposed changes to a network function group.
|
|
7300
|
+
|
|
7301
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-vpcattachment.html#cfn-networkmanager-vpcattachment-proposednetworkfunctiongroupchange
|
|
7302
|
+
'''
|
|
7303
|
+
result = self._values.get("proposed_network_function_group_change")
|
|
7304
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnVpcAttachment.ProposedNetworkFunctionGroupChangeProperty]], result)
|
|
7305
|
+
|
|
6444
7306
|
@builtins.property
|
|
6445
7307
|
def proposed_segment_change(
|
|
6446
7308
|
self,
|
|
@@ -6516,6 +7378,8 @@ def _typecheckingstub__d7415843def493b65c590878e3897c27e4c459f5d736fb5ee9738e5a1
|
|
|
6516
7378
|
edge_location: builtins.str,
|
|
6517
7379
|
options: typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnectAttachment.ConnectAttachmentOptionsProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
6518
7380
|
transport_attachment_id: builtins.str,
|
|
7381
|
+
network_function_group_name: typing.Optional[builtins.str] = None,
|
|
7382
|
+
proposed_network_function_group_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6519
7383
|
proposed_segment_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnectAttachment.ProposedSegmentChangeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6520
7384
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6521
7385
|
) -> None:
|
|
@@ -6558,6 +7422,18 @@ def _typecheckingstub__f45177b471df4bf392fc7f3cd3a02af202d007968b4b8f463eab97171
|
|
|
6558
7422
|
"""Type checking stubs"""
|
|
6559
7423
|
pass
|
|
6560
7424
|
|
|
7425
|
+
def _typecheckingstub__1d4be38811824cef16f7576db94e35d0ea6676c13c9d2aadb66c5f50ea36c2f9(
|
|
7426
|
+
value: typing.Optional[builtins.str],
|
|
7427
|
+
) -> None:
|
|
7428
|
+
"""Type checking stubs"""
|
|
7429
|
+
pass
|
|
7430
|
+
|
|
7431
|
+
def _typecheckingstub__dccb28b989acb4e3a5c49a170fa11260f391700e664729657f932025736d838b(
|
|
7432
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty]],
|
|
7433
|
+
) -> None:
|
|
7434
|
+
"""Type checking stubs"""
|
|
7435
|
+
pass
|
|
7436
|
+
|
|
6561
7437
|
def _typecheckingstub__84b1c89b7abda3eee8505aae6dbce09c5893b6a4187a20a6c43a4204cea40ffd(
|
|
6562
7438
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnConnectAttachment.ProposedSegmentChangeProperty]],
|
|
6563
7439
|
) -> None:
|
|
@@ -6577,6 +7453,15 @@ def _typecheckingstub__bc0fa092684fa44dd4fe83501bbb7802a95737bd2a72c5eaea2e09e6d
|
|
|
6577
7453
|
"""Type checking stubs"""
|
|
6578
7454
|
pass
|
|
6579
7455
|
|
|
7456
|
+
def _typecheckingstub__89769d5714e04e48001d73bac8578198f44a1767121126780bf319f090209f09(
|
|
7457
|
+
*,
|
|
7458
|
+
attachment_policy_rule_number: typing.Optional[jsii.Number] = None,
|
|
7459
|
+
network_function_group_name: typing.Optional[builtins.str] = None,
|
|
7460
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7461
|
+
) -> None:
|
|
7462
|
+
"""Type checking stubs"""
|
|
7463
|
+
pass
|
|
7464
|
+
|
|
6580
7465
|
def _typecheckingstub__33f3ba0307020211126665ce4fb2d25caae1b2af6cc7e2712bd85408f247a0da(
|
|
6581
7466
|
*,
|
|
6582
7467
|
attachment_policy_rule_number: typing.Optional[jsii.Number] = None,
|
|
@@ -6592,6 +7477,8 @@ def _typecheckingstub__7b62006d4f48143066c9708819150b6dc03f2315028ddb6bd7d7d8ecb
|
|
|
6592
7477
|
edge_location: builtins.str,
|
|
6593
7478
|
options: typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnectAttachment.ConnectAttachmentOptionsProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
6594
7479
|
transport_attachment_id: builtins.str,
|
|
7480
|
+
network_function_group_name: typing.Optional[builtins.str] = None,
|
|
7481
|
+
proposed_network_function_group_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6595
7482
|
proposed_segment_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnectAttachment.ProposedSegmentChangeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6596
7483
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6597
7484
|
) -> None:
|
|
@@ -6765,6 +7652,15 @@ def _typecheckingstub__7fbb8f1859ef14e326882885a8fee653ca3ab95025fac14894453976d
|
|
|
6765
7652
|
"""Type checking stubs"""
|
|
6766
7653
|
pass
|
|
6767
7654
|
|
|
7655
|
+
def _typecheckingstub__47bcd2c8d75ad620e2ec660870e85a779acc4d0a1125e354a79617658d3ad3b5(
|
|
7656
|
+
*,
|
|
7657
|
+
edge_locations: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
7658
|
+
name: typing.Optional[builtins.str] = None,
|
|
7659
|
+
segments: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCoreNetwork.SegmentsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7660
|
+
) -> None:
|
|
7661
|
+
"""Type checking stubs"""
|
|
7662
|
+
pass
|
|
7663
|
+
|
|
6768
7664
|
def _typecheckingstub__935d45f9acdf79c9cd7e8fd50a27ef19f966892baf4d9d758c80af0c36b222e0(
|
|
6769
7665
|
*,
|
|
6770
7666
|
edge_locations: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
@@ -6774,6 +7670,14 @@ def _typecheckingstub__935d45f9acdf79c9cd7e8fd50a27ef19f966892baf4d9d758c80af0c3
|
|
|
6774
7670
|
"""Type checking stubs"""
|
|
6775
7671
|
pass
|
|
6776
7672
|
|
|
7673
|
+
def _typecheckingstub__c298bd0c7fc56d798ae29d2f60af362e954939b04f2af906035fee1e04559317(
|
|
7674
|
+
*,
|
|
7675
|
+
send_to: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
7676
|
+
send_via: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
7677
|
+
) -> None:
|
|
7678
|
+
"""Type checking stubs"""
|
|
7679
|
+
pass
|
|
7680
|
+
|
|
6777
7681
|
def _typecheckingstub__153eb0a5a16cd071b499d3d1d86d232667e61cbcf2cfa1cc52e04a3afcc48c15(
|
|
6778
7682
|
*,
|
|
6779
7683
|
global_network_id: builtins.str,
|
|
@@ -7236,6 +8140,8 @@ def _typecheckingstub__aabf08c6f82f3c177f73a39833791562d59537dbe20329f7f5c42adbe
|
|
|
7236
8140
|
*,
|
|
7237
8141
|
core_network_id: builtins.str,
|
|
7238
8142
|
vpn_connection_arn: builtins.str,
|
|
8143
|
+
network_function_group_name: typing.Optional[builtins.str] = None,
|
|
8144
|
+
proposed_network_function_group_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnSiteToSiteVpnAttachment.ProposedNetworkFunctionGroupChangeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7239
8145
|
proposed_segment_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnSiteToSiteVpnAttachment.ProposedSegmentChangeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7240
8146
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7241
8147
|
) -> None:
|
|
@@ -7266,6 +8172,18 @@ def _typecheckingstub__fde85f146ddbfe5918124ff34f04b28072bbe0389091946f95c9fe8cd
|
|
|
7266
8172
|
"""Type checking stubs"""
|
|
7267
8173
|
pass
|
|
7268
8174
|
|
|
8175
|
+
def _typecheckingstub__d05a80c421708badd8d8e7880b7656cca7f73e2d563fc42313752e56912b35ba(
|
|
8176
|
+
value: typing.Optional[builtins.str],
|
|
8177
|
+
) -> None:
|
|
8178
|
+
"""Type checking stubs"""
|
|
8179
|
+
pass
|
|
8180
|
+
|
|
8181
|
+
def _typecheckingstub__fda1f6990ec62bde86bfdd46eb9343b25a9a804f96d66541c547ad4e5436a63c(
|
|
8182
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnSiteToSiteVpnAttachment.ProposedNetworkFunctionGroupChangeProperty]],
|
|
8183
|
+
) -> None:
|
|
8184
|
+
"""Type checking stubs"""
|
|
8185
|
+
pass
|
|
8186
|
+
|
|
7269
8187
|
def _typecheckingstub__0d5770719477965190780ebbb69883c941393da5c6c09af57bdb312f48810fbf(
|
|
7270
8188
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnSiteToSiteVpnAttachment.ProposedSegmentChangeProperty]],
|
|
7271
8189
|
) -> None:
|
|
@@ -7278,6 +8196,15 @@ def _typecheckingstub__fedbd82359a7000ba160b74b2d678e59cb496867f32af82ab2500c7e1
|
|
|
7278
8196
|
"""Type checking stubs"""
|
|
7279
8197
|
pass
|
|
7280
8198
|
|
|
8199
|
+
def _typecheckingstub__f27ea39e93060c67b3497e2e30a199a9e3f5ac1a8bb56f52d952daad635a1590(
|
|
8200
|
+
*,
|
|
8201
|
+
attachment_policy_rule_number: typing.Optional[jsii.Number] = None,
|
|
8202
|
+
network_function_group_name: typing.Optional[builtins.str] = None,
|
|
8203
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8204
|
+
) -> None:
|
|
8205
|
+
"""Type checking stubs"""
|
|
8206
|
+
pass
|
|
8207
|
+
|
|
7281
8208
|
def _typecheckingstub__06bfa908f0244b4545d5fbff4fedab4e6c5def43fd0f8e30eee7f0c11bdf579d(
|
|
7282
8209
|
*,
|
|
7283
8210
|
attachment_policy_rule_number: typing.Optional[jsii.Number] = None,
|
|
@@ -7291,6 +8218,8 @@ def _typecheckingstub__113def3967f836e31386ebfbfb261bf671b49bfa26918b1a903a38605
|
|
|
7291
8218
|
*,
|
|
7292
8219
|
core_network_id: builtins.str,
|
|
7293
8220
|
vpn_connection_arn: builtins.str,
|
|
8221
|
+
network_function_group_name: typing.Optional[builtins.str] = None,
|
|
8222
|
+
proposed_network_function_group_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnSiteToSiteVpnAttachment.ProposedNetworkFunctionGroupChangeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7294
8223
|
proposed_segment_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnSiteToSiteVpnAttachment.ProposedSegmentChangeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7295
8224
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7296
8225
|
) -> None:
|
|
@@ -7395,6 +8324,8 @@ def _typecheckingstub__76fd48cd4f7728733266eb51b353c86fecd583f774019081446c28ca5
|
|
|
7395
8324
|
*,
|
|
7396
8325
|
peering_id: builtins.str,
|
|
7397
8326
|
transit_gateway_route_table_arn: builtins.str,
|
|
8327
|
+
network_function_group_name: typing.Optional[builtins.str] = None,
|
|
8328
|
+
proposed_network_function_group_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTransitGatewayRouteTableAttachment.ProposedNetworkFunctionGroupChangeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7398
8329
|
proposed_segment_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTransitGatewayRouteTableAttachment.ProposedSegmentChangeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7399
8330
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7400
8331
|
) -> None:
|
|
@@ -7425,6 +8356,18 @@ def _typecheckingstub__e96460515a73cddc08c4eeb7c5c0d62b3470f6ba77019112fad9b6b67
|
|
|
7425
8356
|
"""Type checking stubs"""
|
|
7426
8357
|
pass
|
|
7427
8358
|
|
|
8359
|
+
def _typecheckingstub__2126f9a4fa55e495a14ebdde0f7ee58e0aecff60468e0630cb2ac77b72dbf3c2(
|
|
8360
|
+
value: typing.Optional[builtins.str],
|
|
8361
|
+
) -> None:
|
|
8362
|
+
"""Type checking stubs"""
|
|
8363
|
+
pass
|
|
8364
|
+
|
|
8365
|
+
def _typecheckingstub__e1942ea07c2f6a897771725cd1b40a57144f128a31474ed07c0924ecc5d40c70(
|
|
8366
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnTransitGatewayRouteTableAttachment.ProposedNetworkFunctionGroupChangeProperty]],
|
|
8367
|
+
) -> None:
|
|
8368
|
+
"""Type checking stubs"""
|
|
8369
|
+
pass
|
|
8370
|
+
|
|
7428
8371
|
def _typecheckingstub__833b64ddb00aa1bf9b86b7f76ee36148417740e18097f46e7c35c82b700f36f6(
|
|
7429
8372
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnTransitGatewayRouteTableAttachment.ProposedSegmentChangeProperty]],
|
|
7430
8373
|
) -> None:
|
|
@@ -7437,6 +8380,15 @@ def _typecheckingstub__b3b7316bcb7e40529995cb7c98b7c558e8ac3b24b7e6b5bcf786ac3da
|
|
|
7437
8380
|
"""Type checking stubs"""
|
|
7438
8381
|
pass
|
|
7439
8382
|
|
|
8383
|
+
def _typecheckingstub__4464e666a6f2f84d1a4aba82a2d5f303ed16a8422d0ba92d79b98fcb26cc3fde(
|
|
8384
|
+
*,
|
|
8385
|
+
attachment_policy_rule_number: typing.Optional[jsii.Number] = None,
|
|
8386
|
+
network_function_group_name: typing.Optional[builtins.str] = None,
|
|
8387
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8388
|
+
) -> None:
|
|
8389
|
+
"""Type checking stubs"""
|
|
8390
|
+
pass
|
|
8391
|
+
|
|
7440
8392
|
def _typecheckingstub__add1834976b0aa622dc8de71fbd481ec1596649e9c54a7426f53fab96a8fc95a(
|
|
7441
8393
|
*,
|
|
7442
8394
|
attachment_policy_rule_number: typing.Optional[jsii.Number] = None,
|
|
@@ -7450,6 +8402,8 @@ def _typecheckingstub__32c28142db297494ed9a38267ab8bd9715938d6419db97dd30cc2434f
|
|
|
7450
8402
|
*,
|
|
7451
8403
|
peering_id: builtins.str,
|
|
7452
8404
|
transit_gateway_route_table_arn: builtins.str,
|
|
8405
|
+
network_function_group_name: typing.Optional[builtins.str] = None,
|
|
8406
|
+
proposed_network_function_group_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTransitGatewayRouteTableAttachment.ProposedNetworkFunctionGroupChangeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7453
8407
|
proposed_segment_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTransitGatewayRouteTableAttachment.ProposedSegmentChangeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7454
8408
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7455
8409
|
) -> None:
|
|
@@ -7464,6 +8418,7 @@ def _typecheckingstub__962ef8273d6d2d97a33b00603b7bf87793fdecfaae4031352d9cbc1bc
|
|
|
7464
8418
|
subnet_arns: typing.Sequence[builtins.str],
|
|
7465
8419
|
vpc_arn: builtins.str,
|
|
7466
8420
|
options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnVpcAttachment.VpcOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8421
|
+
proposed_network_function_group_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnVpcAttachment.ProposedNetworkFunctionGroupChangeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7467
8422
|
proposed_segment_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnVpcAttachment.ProposedSegmentChangeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7468
8423
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7469
8424
|
) -> None:
|
|
@@ -7506,6 +8461,12 @@ def _typecheckingstub__4df78b42bf8dafd3f4ef447404aa6d3bb210d4de6d8c8238c7b7509fe
|
|
|
7506
8461
|
"""Type checking stubs"""
|
|
7507
8462
|
pass
|
|
7508
8463
|
|
|
8464
|
+
def _typecheckingstub__9ecfa692459a1851872b78a5726026ca20a26f54a8ce67b1b36f91411f690eba(
|
|
8465
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnVpcAttachment.ProposedNetworkFunctionGroupChangeProperty]],
|
|
8466
|
+
) -> None:
|
|
8467
|
+
"""Type checking stubs"""
|
|
8468
|
+
pass
|
|
8469
|
+
|
|
7509
8470
|
def _typecheckingstub__4e08a82721c316f3d57592bb6309e39f40fb575ea68e4532f8a4bb8f162f0e1c(
|
|
7510
8471
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnVpcAttachment.ProposedSegmentChangeProperty]],
|
|
7511
8472
|
) -> None:
|
|
@@ -7518,6 +8479,15 @@ def _typecheckingstub__10a9a6020f018ebc6f503414f839aac623a810484c578e3cc55c00a2a
|
|
|
7518
8479
|
"""Type checking stubs"""
|
|
7519
8480
|
pass
|
|
7520
8481
|
|
|
8482
|
+
def _typecheckingstub__7d3fe8b166b86d9ea007083be18bba855f09931b7fd428c1840d558e55fdc7d1(
|
|
8483
|
+
*,
|
|
8484
|
+
attachment_policy_rule_number: typing.Optional[jsii.Number] = None,
|
|
8485
|
+
network_function_group_name: typing.Optional[builtins.str] = None,
|
|
8486
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8487
|
+
) -> None:
|
|
8488
|
+
"""Type checking stubs"""
|
|
8489
|
+
pass
|
|
8490
|
+
|
|
7521
8491
|
def _typecheckingstub__557bf3a5ccb396638b970920d51e56a5af3a62c8b836006da453e705f15020ff(
|
|
7522
8492
|
*,
|
|
7523
8493
|
attachment_policy_rule_number: typing.Optional[jsii.Number] = None,
|
|
@@ -7541,6 +8511,7 @@ def _typecheckingstub__12d5c20c6145e2cfb5336d480d3ded8850bc2ee5b31fe21ab1b44a90d
|
|
|
7541
8511
|
subnet_arns: typing.Sequence[builtins.str],
|
|
7542
8512
|
vpc_arn: builtins.str,
|
|
7543
8513
|
options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnVpcAttachment.VpcOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8514
|
+
proposed_network_function_group_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnVpcAttachment.ProposedNetworkFunctionGroupChangeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7544
8515
|
proposed_segment_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnVpcAttachment.ProposedSegmentChangeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7545
8516
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7546
8517
|
) -> None:
|