Class IVpc.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.IVpc.Jsii$Proxy
All Implemented Interfaces:
IVPCRef, IVPCRef.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IResource, IResource.Jsii$Default, IVpc, IVpc.Jsii$Default, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default
Enclosing interface:
IVpc

@Internal public static final class IVpc.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IVpc.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
  • Method Details

    • addFlowLog

      @Stability(Stable) @NotNull public final FlowLog addFlowLog(@NotNull String id)
      Adds a new Flow Log to this VPC.

      Specified by:
      addFlowLog in interface IVpc
      Specified by:
      addFlowLog in interface IVpc.Jsii$Default
      Parameters:
      id - This parameter is required.
    • selectSubnets

      @Stability(Stable) @NotNull public final SelectedSubnets selectSubnets()
      Return information on the subnets appropriate for the given selection strategy.

      Requires that at least one subnet is matched, throws a descriptive error message otherwise.

      Specified by:
      selectSubnets in interface IVpc
      Specified by:
      selectSubnets in interface IVpc.Jsii$Default