Class ServiceProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the ServiceProps.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 IRole
    (experimental) The IAM role that grants the App Runner service access to a source repository.
    final Cpu
    (experimental) The number of CPU units reserved for each instance of your App Runner service.
    final IRole
    (experimental) The IAM role that provides permissions to your App Runner service.
    final Memory
    (experimental) The amount of memory reserved for each instance of your App Runner service.
    final String
    (experimental) Name of the service.
    final Source
    (experimental) The source of the repository for the service.
    (experimental) Settings for an App Runner VPC connector to associate with the service.
    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(ServiceProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ServiceProps.Builder.
  • Method Details