Class CfnTransitGatewayRegistrationProps
Properties for defining a CfnTransitGatewayRegistration
.
Inheritance
System.Object
CfnTransitGatewayRegistrationProps
Implements
Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTransitGatewayRegistrationProps : Object, ICfnTransitGatewayRegistrationProps
Syntax (vb)
Public Class CfnTransitGatewayRegistrationProps
Inherits Object
Implements 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
Constructors
CfnTransitGatewayRegistrationProps() |
Properties
GlobalNetworkId | The ID of the global network. |
TransitGatewayArn | The Amazon Resource Name (ARN) of the transit gateway. |
Constructors
CfnTransitGatewayRegistrationProps()
public CfnTransitGatewayRegistrationProps()
Properties
GlobalNetworkId
The ID of the global network.
public string GlobalNetworkId { get; set; }
Property Value
System.String
Remarks
TransitGatewayArn
The Amazon Resource Name (ARN) of the transit gateway.
public string TransitGatewayArn { get; set; }
Property Value
System.String