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