Class CdiInputProps.Jsii$Proxy

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

@Stability(Experimental) @Internal public static final class CdiInputProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CdiInputProps
An implementation for CdiInputProps
  • Nested Class Summary

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

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.alpha.CdiInputProps

    CdiInputProps.Builder, CdiInputProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CdiInputProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final IRole
    (experimental) The IAM role MediaLive assumes to create network interfaces in the VPC.
    (experimental) Security groups to attach to the CDI input network interfaces.
    (experimental) Two VPC subnets, in two different availability zones, for the CDI input network interfaces.
    final int
     

    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, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(CdiInputProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CdiInputProps.Builder.
  • Method Details

    • getSubnets

      public final List<ISubnetRef> getSubnets()
      Description copied from interface: CdiInputProps
      (experimental) Two VPC subnets, in two different availability zones, for the CDI input network interfaces.
      Specified by:
      getSubnets in interface CdiInputProps
    • getRole

      public final IRole getRole()
      Description copied from interface: CdiInputProps
      (experimental) The IAM role MediaLive assumes to create network interfaces in the VPC.

      When omitted, a role is created and granted the required permissions. When you provide a role, no permissions are added — you own all the permissions it needs.

      Default: - a role is created with the medialive.amazonaws.com service principal [disable-awslint:prefer-ref-interface]

      Specified by:
      getRole in interface CdiInputProps
    • getSecurityGroups

      public final List<ISecurityGroupRef> getSecurityGroups()
      Description copied from interface: CdiInputProps
      (experimental) Security groups to attach to the CDI input network interfaces.

      Default: - VPC default security group

      Specified by:
      getSecurityGroups in interface CdiInputProps
    • $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