java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.VpcInterface
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)", date="2026-07-31T10:49:55.237Z") @Stability(Experimental) public class VpcInterface extends software.amazon.jsii.JsiiObject
(experimental) Factory class for creating VPC Interface configurations.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.mediaconnect.alpha.*;
 VpcInterface vpcInterface = new VpcInterface();
 
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
     
     
    protected
    VpcInterface(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    VpcInterface(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (experimental) Define a new VPC Interface configuration.
    (experimental) Create a VPC Interface configuration using existing network interfaces.

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Constructor Details

    • VpcInterface

      protected VpcInterface(software.amazon.jsii.JsiiObjectRef objRef)
    • VpcInterface

      protected VpcInterface(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • VpcInterface

      @Stability(Experimental) public VpcInterface()
  • Method Details

    • define

      @Stability(Experimental) @NotNull public static VpcInterfaceConfig define(@NotNull VpcInterfaceDefineProps props)
      (experimental) Define a new VPC Interface configuration.

      MediaConnect will create network interfaces automatically.

      Parameters:
      props - VPC Interface properties. This parameter is required.
      Returns:
      VpcInterfaceConfig configuration object
    • fromNetworkInterfaces

      @Stability(Experimental) @NotNull public static VpcInterfaceConfig fromNetworkInterfaces(@NotNull VpcInterfaceFromNetworkInterfacesProps props)
      (experimental) Create a VPC Interface configuration using existing network interfaces.

      Parameters:
      props - VPC Interface properties with existing network interface IDs. This parameter is required.
      Returns:
      VpcInterfaceConfig configuration object