/* eslint-disable */ /** * This file was automatically generated by json-schema-to-typescript. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run json-schema-to-typescript to regenerate this file. */ /** * The AWS::NetworkManager::TransitGatewayRegistration type registers a transit gateway in your global network. The transit gateway can be in any AWS Region, but it must be owned by the same AWS account that owns the global network. You cannot register a transit gateway in more than one global network. */ export interface AwsNetworkmanagerTransitgatewayregistration { /** * The ID of the global network. */ GlobalNetworkId: string; /** * The Amazon Resource Name (ARN) of the transit gateway. */ TransitGatewayArn: string; }