Uses of Interface
software.amazon.awscdk.interfaces.ec2.ITransitGatewayRef
Packages that use ITransitGatewayRef
Package
Description
Amazon EC2 Construct Library
-
Uses of ITransitGatewayRef in software.amazon.awscdk.interfaces.ec2
Subinterfaces of ITransitGatewayRef in software.amazon.awscdk.interfaces.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forITransitGatewayRef.Classes in software.amazon.awscdk.interfaces.ec2 that implement ITransitGatewayRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of ITransitGatewayRef in software.amazon.awscdk.services.ec2
Classes in software.amazon.awscdk.services.ec2 that implement ITransitGatewayRefMethods in software.amazon.awscdk.services.ec2 that return ITransitGatewayRefModifier and TypeMethodDescriptionstatic ITransitGatewayRefCfnTransitGateway.fromTransitGatewayArn(software.constructs.Construct scope, String id, String arn) Creates a new ITransitGatewayRef from an ARN.static ITransitGatewayRefCfnTransitGateway.fromTransitGatewayId(software.constructs.Construct scope, String id, String transitGatewayId) Creates a new ITransitGatewayRef from a transitGatewayId.Methods in software.amazon.awscdk.services.ec2 with parameters of type ITransitGatewayRefModifier and TypeMethodDescriptionstatic StringCfnTransitGateway.arnForTransitGateway(ITransitGatewayRef resource) CfnFlowLog.Builder.resourceId(ITransitGatewayRef resourceId) The ID of the resource to monitor.CfnFlowLogProps.Builder.resourceId(ITransitGatewayRef resourceId) Sets the value ofCfnFlowLogProps.getResourceId()CfnRoute.Builder.transitGatewayId(ITransitGatewayRef transitGatewayId) The ID of a transit gateway.CfnRouteProps.Builder.transitGatewayId(ITransitGatewayRef transitGatewayId) Sets the value ofCfnRouteProps.getTransitGatewayId()CfnTransitGatewayAttachment.Builder.transitGatewayId(ITransitGatewayRef transitGatewayId) The ID of the transit gateway.CfnTransitGatewayAttachmentProps.Builder.transitGatewayId(ITransitGatewayRef transitGatewayId) Sets the value ofCfnTransitGatewayAttachmentProps.getTransitGatewayId()CfnTransitGatewayPeeringAttachment.Builder.transitGatewayId(ITransitGatewayRef transitGatewayId) The ID of the transit gateway peering attachment.CfnTransitGatewayPeeringAttachmentProps.Builder.transitGatewayId(ITransitGatewayRef transitGatewayId) Sets the value ofCfnTransitGatewayPeeringAttachmentProps.getTransitGatewayId()CfnTransitGatewayRouteTable.Builder.transitGatewayId(ITransitGatewayRef transitGatewayId) The ID of the transit gateway.CfnTransitGatewayRouteTableProps.Builder.transitGatewayId(ITransitGatewayRef transitGatewayId) Sets the value ofCfnTransitGatewayRouteTableProps.getTransitGatewayId()CfnTransitGatewayVpcAttachment.Builder.transitGatewayId(ITransitGatewayRef transitGatewayId) The ID of the transit gateway.CfnTransitGatewayVpcAttachmentProps.Builder.transitGatewayId(ITransitGatewayRef transitGatewayId) Sets the value ofCfnTransitGatewayVpcAttachmentProps.getTransitGatewayId()CfnVPNConnection.Builder.transitGatewayId(ITransitGatewayRef transitGatewayId) The ID of the transit gateway associated with the VPN connection.CfnVPNConnectionProps.Builder.transitGatewayId(ITransitGatewayRef transitGatewayId) Sets the value ofCfnVPNConnectionProps.getTransitGatewayId()