interface TransitGatewayRegistrationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.NetworkManager.TransitGatewayRegistrationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsnetworkmanager#TransitGatewayRegistrationReference |
![]() | software.amazon.awscdk.services.networkmanager.TransitGatewayRegistrationReference |
![]() | aws_cdk.aws_networkmanager.TransitGatewayRegistrationReference |
![]() | aws-cdk-lib » aws_networkmanager » TransitGatewayRegistrationReference |
A reference to a TransitGatewayRegistration resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_networkmanager as networkmanager } from 'aws-cdk-lib';
const transitGatewayRegistrationReference: networkmanager.TransitGatewayRegistrationReference = {
globalNetworkId: 'globalNetworkId',
transitGatewayArn: 'transitGatewayArn',
};
Properties
Name | Type | Description |
---|---|---|
global | string | The GlobalNetworkId of the TransitGatewayRegistration resource. |
transit | string | The TransitGatewayArn of the TransitGatewayRegistration resource. |
globalNetworkId
Type:
string
The GlobalNetworkId of the TransitGatewayRegistration resource.
transitGatewayArn
Type:
string
The TransitGatewayArn of the TransitGatewayRegistration resource.