@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.066Z") @Stability(value=Stable) public interface CfnTransitGatewayRegistrationProps extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTransitGatewayRegistrationProps.Builder
A builder for
CfnTransitGatewayRegistrationProps |
static class |
CfnTransitGatewayRegistrationProps.Jsii$Proxy
An implementation for
CfnTransitGatewayRegistrationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnTransitGatewayRegistrationProps.Builder |
builder() |
String |
getGlobalNetworkId()
The ID of the global network.
|
String |
getTransitGatewayArn()
The Amazon Resource Name (ARN) of the transit gateway.
|
@Stability(value=Stable) @NotNull String getGlobalNetworkId()
@Stability(value=Stable) @NotNull String getTransitGatewayArn()
@Stability(value=Stable) static CfnTransitGatewayRegistrationProps.Builder builder()
Copyright © 2022. All rights reserved.