Class CfnContainerProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnContainerProps.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 Object
    An object that describes the current container deployment of the container service.
    final Object
    A Boolean value indicating whether the container service is disabled.
    final String
    The power specification of the container service.
    final Object
    The public domain name of the container service, such as example.com and www.example.com .
    final Number
    The scale specification of the container service.
    final String
    The name of the container service.
    final List<CfnTag>
    An array of key-value pairs to apply to this resource.
    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(CfnContainerProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnContainerProps.Builder.
  • Method Details

    • getPower

      public final String getPower()
      Description copied from interface: CfnContainerProps
      The power specification of the container service.

      The power specifies the amount of RAM, the number of vCPUs, and the base price of the container service.

      Specified by:
      getPower in interface CfnContainerProps
    • getScale

      public final Number getScale()
      Description copied from interface: CfnContainerProps
      The scale specification of the container service.

      The scale specifies the allocated compute nodes of the container service.

      Specified by:
      getScale in interface CfnContainerProps
    • getServiceName

      public final String getServiceName()
      Description copied from interface: CfnContainerProps
      The name of the container service.
      Specified by:
      getServiceName in interface CfnContainerProps
    • getContainerServiceDeployment

      public final Object getContainerServiceDeployment()
      Description copied from interface: CfnContainerProps
      An object that describes the current container deployment of the container service.
      Specified by:
      getContainerServiceDeployment in interface CfnContainerProps
    • getIsDisabled

      public final Object getIsDisabled()
      Description copied from interface: CfnContainerProps
      A Boolean value indicating whether the container service is disabled.
      Specified by:
      getIsDisabled in interface CfnContainerProps
    • getPublicDomainNames

      public final Object getPublicDomainNames()
      Description copied from interface: CfnContainerProps
      The public domain name of the container service, such as example.com and www.example.com .

      You can specify up to four public domain names for a container service. The domain names that you specify are used when you create a deployment with a container that is configured as the public endpoint of your container service.

      If you don't specify public domain names, then you can use the default domain of the container service.

      You must create and validate an SSL/TLS certificate before you can use public domain names with your container service. Use the AWS::Lightsail::Certificate resource to create a certificate for the public domain names that you want to use with your container service.

      Specified by:
      getPublicDomainNames in interface CfnContainerProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnContainerProps
      An array of key-value pairs to apply to this resource.

      For more information, see Tag in the AWS CloudFormation User Guide .

      The Value of Tags is optional for Lightsail resources.

      Specified by:
      getTags in interface CfnContainerProps
    • $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