Class VpcInterfaceConfig.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.VpcInterfaceConfig.Jsii$Proxy
All Implemented Interfaces:
VpcInterfaceConfig, software.amazon.jsii.JsiiSerializable
Enclosing interface:
VpcInterfaceConfig

@Stability(Experimental) @Internal public static final class VpcInterfaceConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VpcInterfaceConfig
An implementation for VpcInterfaceConfig
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(VpcInterfaceConfig.Builder builder)
      Constructor that initializes the object based on literal property values passed by the VpcInterfaceConfig.Builder.
  • Method Details

    • getName

      public final String getName()
      Description copied from interface: VpcInterfaceConfig
      (experimental) Unique name for this VPC interface within the flow.

      Cannot be changed after creation.

      Specified by:
      getName in interface VpcInterfaceConfig
    • getRole

      public final IRole getRole()
      Description copied from interface: VpcInterfaceConfig
      (experimental) IAM role that MediaConnect assumes to create ENIs in your account.
      Specified by:
      getRole in interface VpcInterfaceConfig
    • getSecurityGroups

      public final List<ISecurityGroup> getSecurityGroups()
      Description copied from interface: VpcInterfaceConfig
      (experimental) Security groups to apply to the ENI.
      Specified by:
      getSecurityGroups in interface VpcInterfaceConfig
    • getSubnet

      public final ISubnet getSubnet()
      Description copied from interface: VpcInterfaceConfig
      (experimental) Subnet where the ENI is created.

      Must be in the same Availability Zone as the flow.

      Specified by:
      getSubnet in interface VpcInterfaceConfig
    • getNetworkInterfaceIds

      public final List<String> getNetworkInterfaceIds()
      Description copied from interface: VpcInterfaceConfig
      (experimental) IDs of the network interfaces.

      Set this when importing existing ENIs via VpcInterface.fromNetworkInterfaces(); leave unset to have MediaConnect create them.

      Default: - MediaConnect creates network interfaces automatically

      Specified by:
      getNetworkInterfaceIds in interface VpcInterfaceConfig
    • getNetworkInterfaceType

      public final NetworkInterface getNetworkInterfaceType()
      Description copied from interface: VpcInterfaceConfig
      (experimental) The type of network interface.

      Use EFA for CDI workflows.

      Default: - undefined; when omitted, MediaConnect applies NetworkInterface.ENA at deploy time

      Specified by:
      getNetworkInterfaceType in interface VpcInterfaceConfig
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object