Class EnvironmentProps.Jsii$Proxy

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

@Stability(Deprecated) @Deprecated @Internal public static final class EnvironmentProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EnvironmentProps
Deprecated.
An implementation for EnvironmentProps
  • 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.appconfig.alpha.EnvironmentProps

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

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

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
    Deprecated.
     
    final boolean
    Deprecated.
     
    Deprecated.
    (deprecated) The application to be associated with the environment.
    final String
    Deprecated.
    (deprecated) The description of the environment.
    final String
    Deprecated.
    (deprecated) The name of the environment.
    final List<Monitor>
    Deprecated.
    (deprecated) The monitors for the environment.
    final int
    Deprecated.
     

    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)
      Deprecated.
      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(EnvironmentProps.Builder builder)
      Deprecated.
      Constructor that initializes the object based on literal property values passed by the EnvironmentProps.Builder.
  • Method Details

    • getApplication

      public final IApplication getApplication()
      Deprecated.
      Description copied from interface: EnvironmentProps
      (deprecated) The application to be associated with the environment.
      Specified by:
      getApplication in interface EnvironmentProps
    • getDescription

      public final String getDescription()
      Deprecated.
      Description copied from interface: EnvironmentOptions
      (deprecated) The description of the environment.

      Default: - No description.

      Specified by:
      getDescription in interface EnvironmentOptions
    • getEnvironmentName

      public final String getEnvironmentName()
      Deprecated.
      Description copied from interface: EnvironmentOptions
      (deprecated) The name of the environment.

      Default: - A name is generated.

      Specified by:
      getEnvironmentName in interface EnvironmentOptions
    • getMonitors

      public final List<Monitor> getMonitors()
      Deprecated.
      Description copied from interface: EnvironmentOptions
      (deprecated) The monitors for the environment.

      Default: - No monitors.

      Specified by:
      getMonitors in interface EnvironmentOptions
    • $jsii$toJson

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

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

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