Class CfnEnvironmentEC2Props.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnEnvironmentEC2Props.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 Number
    The number of minutes until the running instance is shut down after the environment was last used.
    final String
    The connection type used for connecting to an Amazon EC2 environment.
    final String
    The description of the environment to create.
    final String
    The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance.
    final String
    The type of instance to connect to the environment (for example, t2.micro ).
    final String
    The name of the environment.
    final String
    The Amazon Resource Name (ARN) of the environment owner.
    final Object
    Any AWS CodeCommit source code repositories to be cloned into the development environment.
    final String
    The ID of the subnet in Amazon Virtual Private Cloud (Amazon VPC) that AWS Cloud9 will use to communicate with the Amazon Elastic Compute Cloud (Amazon EC2) instance.
    final List<CfnTag>
    An array of key-value pairs that will be associated with the new AWS Cloud9 development environment.
    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