Interface CfnTransitGatewayRegistrationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTransitGatewayRegistrationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-20T23:37:25.695Z")
@Stability(Stable)
public interface CfnTransitGatewayRegistrationProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnTransitGatewayRegistration.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.networkmanager.*;
CfnTransitGatewayRegistrationProps cfnTransitGatewayRegistrationProps = CfnTransitGatewayRegistrationProps.builder()
.globalNetworkId("globalNetworkId")
.transitGatewayArn("transitGatewayArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTransitGatewayRegistrationPropsstatic final classAn implementation forCfnTransitGatewayRegistrationProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The ID of the global network.The Amazon Resource Name (ARN) of the transit gateway.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
-