CfnTransitGatewayRegistrationMixinProps
- class aws_cdk.mixins_preview.aws_networkmanager.mixins.CfnTransitGatewayRegistrationMixinProps(*, global_network_id=None, transit_gateway_arn=None)
Bases:
objectProperties for CfnTransitGatewayRegistrationPropsMixin.
- Parameters:
global_network_id (
Optional[str]) – 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.mixins_preview.aws_networkmanager import mixins as networkmanager_mixins cfn_transit_gateway_registration_mixin_props = networkmanager_mixins.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.