Class CfnFleetProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnFleetProps.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 initial number of machines allocated to the compute fleet, which defines the number of builds that can run in parallel.
    final String
    Information about the compute resources the compute fleet uses.
    final String
    The environment type of the compute fleet.
    final String
    The service role associated with the compute fleet.
    final Object
    Information about the VPC configuration that AWS CodeBuild accesses.
    final String
    The Amazon Machine Image (AMI) of the compute fleet.
    final String
    The name of the compute fleet.
    final String
    The compute fleet overflow behavior.
    final List<CfnTag>
    A list of tag key and value pairs associated with this compute fleet.
    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