Uses of Interface
software.amazon.awscdk.interfaces.ec2.ISubnetRef
Packages that use ISubnetRef
Package
Description
AWS APIGatewayv2 Construct Library
Amazon EC2 Construct Library
Amazon VpcV2 Construct Library
-
Uses of ISubnetRef in software.amazon.awscdk.interfaces.ec2
Subinterfaces of ISubnetRef in software.amazon.awscdk.interfaces.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forISubnetRef.Classes in software.amazon.awscdk.interfaces.ec2 that implement ISubnetRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of ISubnetRef in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type ISubnetRefModifier and TypeMethodDescriptionvoidVpcLink.addSubnets(ISubnetRef... subnets) Adds the provided subnets to the vpc link. -
Uses of ISubnetRef in software.amazon.awscdk.services.ec2
Subinterfaces of ISubnetRef in software.amazon.awscdk.services.ec2Modifier and TypeInterfaceDescriptioninterfacestatic interfaceInternal default implementation forIPrivateSubnet.interfacestatic interfaceInternal default implementation forIPublicSubnet.interfacestatic interfaceInternal default implementation forISubnet.Classes in software.amazon.awscdk.services.ec2 that implement ISubnetRefModifier and TypeClassDescriptionclassSpecifies a subnet for the specified VPC.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.classRepresents a private VPC subnet resource.classRepresents a public VPC subnet resource.classRepresents a new VPC subnet resource.Methods in software.amazon.awscdk.services.ec2 that return ISubnetRefModifier and TypeMethodDescriptionstatic ISubnetRefCfnSubnet.fromSubnetId(software.constructs.Construct scope, String id, String subnetId) Creates a new ISubnetRef from a subnetId.Methods in software.amazon.awscdk.services.ec2 with parameters of type ISubnetRefModifier and TypeMethodDescriptionstatic FlowLogResourceTypeFlowLogResourceType.fromSubnet(ISubnetRef subnet) The subnet to attach the Flow Log to.static ClientVpnRouteTargetClientVpnRouteTarget.subnet(ISubnetRef subnet) Subnet. -
Uses of ISubnetRef in software.amazon.awscdk.services.ec2.alpha
Subinterfaces of ISubnetRef in software.amazon.awscdk.services.ec2.alphaModifier and TypeInterfaceDescriptioninterface(experimental) Interface with additional properties for SubnetV2.static interfaceInternal default implementation forISubnetV2.Classes in software.amazon.awscdk.services.ec2.alpha that implement ISubnetRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.class(experimental) The SubnetV2 class represents a subnet within a VPC (Virtual Private Cloud) in AWS.