Class CfnInstanceProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnInstanceProps.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 array of add-ons for the instance.
    final String
    The Availability Zone for the instance.
    final String
    The blueprint ID for the instance (for example, os_amlinux_2016_03 ).
    final String
    The bundle ID for the instance (for example, micro_1_0 ).
    final Object
    The hardware properties for the instance, such as the vCPU count, attached disks, and amount of RAM.
    final String
    The name of the instance.
    final String
    The name of the key pair to use for the instance.
    final Object
    The location for the instance, such as the AWS Region and Availability Zone.
    final Object
    The public ports and the monthly amount of data transfer allocated for the instance.
    final Object
    The status code and the state (for example, running ) of the instance.
    final List<CfnTag>
    An array of key-value pairs to apply to this resource.
    final String
    The optional launch script for the instance.
    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