CfnTransitGatewayRegistrationProps
- class aws_cdk.aws_networkmanager.CfnTransitGatewayRegistrationProps(*, global_network_id, transit_gateway_arn)
Bases:
object
Properties for defining a
CfnTransitGatewayRegistration
.- Parameters:
global_network_id (
str
) – The ID of the global network.transit_gateway_arn (
str
) – The Amazon Resource Name (ARN) of the transit gateway.
- Link:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_networkmanager as networkmanager cfn_transit_gateway_registration_props = networkmanager.CfnTransitGatewayRegistrationProps( global_network_id="globalNetworkId", transit_gateway_arn="transitGatewayArn" )
Attributes
- global_network_id
The ID of the global network.
- transit_gateway_arn
The Amazon Resource Name (ARN) of the transit gateway.