interface CfnTransitGatewayRegistrationMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.NetworkManager.CfnTransitGatewayRegistrationMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsnetworkmanager#CfnTransitGatewayRegistrationMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.networkmanager.CfnTransitGatewayRegistrationMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_networkmanager.CfnTransitGatewayRegistrationMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_networkmanager » CfnTransitGatewayRegistrationMixinProps |
Properties for CfnTransitGatewayRegistrationPropsMixin.
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/cfn-property-mixins';
const cfnTransitGatewayRegistrationMixinProps: networkmanager.CfnTransitGatewayRegistrationMixinProps = {
globalNetworkId: 'globalNetworkId',
transitGatewayArn: 'transitGatewayArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| global | string | IGlobal | The ID of the global network. |
| transit | string | The Amazon Resource Name (ARN) of the transit gateway. |
globalNetworkId?
Type:
string | IGlobal
(optional)
The ID of the global network.
transitGatewayArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the transit gateway.

.NET
Go
Java
Python
TypeScript