Interface CfnTransitGatewayRegistrationMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTransitGatewayRegistrationMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:01.881Z")
@Stability(Stable)
public interface CfnTransitGatewayRegistrationMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnTransitGatewayRegistrationPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.networkmanager.*;
CfnTransitGatewayRegistrationMixinProps cfnTransitGatewayRegistrationMixinProps = CfnTransitGatewayRegistrationMixinProps.builder()
.globalNetworkId("globalNetworkId")
.transitGatewayArn("transitGatewayArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTransitGatewayRegistrationMixinPropsstatic final classAn implementation forCfnTransitGatewayRegistrationMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGlobalNetworkId
The ID of the global network.Returns union: either
StringorIGlobalNetworkRef- See Also:
-
getTransitGatewayArn
The Amazon Resource Name (ARN) of the transit gateway.- See Also:
-
builder
-