Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html

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.

object GlobalNetworkId { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid

Type union: either string or IGlobalNetworkRef

TransitGatewayArn

The Amazon Resource Name (ARN) of the transit gateway.

string TransitGatewayArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn

Back to top Generated by DocFX