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
Amazon Elastic File System 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 StringCfnSubnet.arnForSubnet(ISubnetRef resource) static FlowLogResourceTypeFlowLogResourceType.fromSubnet(ISubnetRef subnet) The subnet to attach the Flow Log to.CfnFlowLog.Builder.resourceId(ISubnetRef resourceId) The ID of the resource to monitor.CfnFlowLogProps.Builder.resourceId(ISubnetRef resourceId) Sets the value ofCfnFlowLogProps.getResourceId()static ClientVpnRouteTargetClientVpnRouteTarget.subnet(ISubnetRef subnet) Subnet.CfnInstance.Builder.subnetId(ISubnetRef subnetId) The ID of the subnet to launch the instance into.CfnInstanceProps.Builder.subnetId(ISubnetRef subnetId) Sets the value ofCfnInstanceProps.getSubnetId()CfnNatGateway.Builder.subnetId(ISubnetRef subnetId) The ID of the subnet in which the NAT gateway is located.CfnNatGatewayProps.Builder.subnetId(ISubnetRef subnetId) Sets the value ofCfnNatGatewayProps.getSubnetId()CfnNetworkInterface.Builder.subnetId(ISubnetRef subnetId) The ID of the subnet to associate with the network interface.CfnNetworkInterfaceProps.Builder.subnetId(ISubnetRef subnetId) Sets the value ofCfnNetworkInterfaceProps.getSubnetId()CfnSubnetCidrBlock.Builder.subnetId(ISubnetRef subnetId) The ID of the subnet.CfnSubnetCidrBlockProps.Builder.subnetId(ISubnetRef subnetId) Sets the value ofCfnSubnetCidrBlockProps.getSubnetId()CfnSubnetNetworkAclAssociation.Builder.subnetId(ISubnetRef subnetId) The ID of the subnet.CfnSubnetNetworkAclAssociationProps.Builder.subnetId(ISubnetRef subnetId) Sets the value ofCfnSubnetNetworkAclAssociationProps.getSubnetId()CfnSubnetRouteTableAssociation.Builder.subnetId(ISubnetRef subnetId) The ID of the subnet.CfnSubnetRouteTableAssociationProps.Builder.subnetId(ISubnetRef subnetId) Sets the value ofCfnSubnetRouteTableAssociationProps.getSubnetId() -
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. -
Uses of ISubnetRef in software.amazon.awscdk.services.efs
Methods in software.amazon.awscdk.services.efs with parameters of type ISubnetRefModifier and TypeMethodDescriptionCfnMountTarget.Builder.subnetId(ISubnetRef subnetId) The ID of the subnet to add the mount target in.CfnMountTargetProps.Builder.subnetId(ISubnetRef subnetId) Sets the value ofCfnMountTargetProps.getSubnetId()