Interface CfnTransitGatewayRegistrationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTransitGatewayRegistrationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:00.484Z")
@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();
-
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. -
getTransitGatewayArn
The Amazon Resource Name (ARN) of the transit gateway. -
builder
-