Interface ICfnTransitGatewayRegistrationProps
Properties for defining a CfnTransitGatewayRegistration
.
Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnTransitGatewayRegistrationProps
Syntax (vb)
Public Interface ICfnTransitGatewayRegistrationProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.NetworkManager;
var cfnTransitGatewayRegistrationProps = new CfnTransitGatewayRegistrationProps {
GlobalNetworkId = "globalNetworkId",
TransitGatewayArn = "transitGatewayArn"
};
Synopsis
Properties
GlobalNetworkId | The ID of the global network. |
TransitGatewayArn | The Amazon Resource Name (ARN) of the transit gateway. |
Properties
GlobalNetworkId
The ID of the global network.
string GlobalNetworkId { get; }
Property Value
System.String
Remarks
TransitGatewayArn
The Amazon Resource Name (ARN) of the transit gateway.
string TransitGatewayArn { get; }
Property Value
System.String