CfnTransitGatewayRegistrationMixinProps
- class aws_cdk.cfn_property_mixins.aws_networkmanager.CfnTransitGatewayRegistrationMixinProps(*, global_network_id=None, transit_gateway_arn=None)
Bases:
objectProperties for CfnTransitGatewayRegistrationPropsMixin.
- Parameters:
global_network_id (
Union[str,IGlobalNetworkRef,None]) – The ID of the global network.transit_gateway_arn (
Optional[str]) – The Amazon Resource Name (ARN) of the transit gateway.
- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.cfn_property_mixins import aws_networkmanager as networkmanager cfn_transit_gateway_registration_mixin_props = networkmanager.CfnTransitGatewayRegistrationMixinProps( 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.