Class CfnRestApiProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnRestApiProps.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 String
    The source of the API key for metering requests according to a usage plan.
    final List<String>
    The list of binary media types supported by the RestApi.
    final Object
    An OpenAPI specification that defines a set of RESTful APIs in JSON format.
    final Object
    The Amazon Simple Storage Service (Amazon S3) location that points to an OpenAPI file, which defines a set of RESTful APIs in JSON or YAML format.
    final String
    The ID of the RestApi that you want to clone from.
    final String
    The description of the RestApi.
    final Object
    Specifies whether clients can invoke your API by using the default execute-api endpoint.
    final Object
    A list of the endpoint types of the API.
    final Object
    A query parameter to indicate whether to rollback the API update ( true ) or not ( false ) when a warning is encountered.
    final Number
    A nullable integer that is used to enable compression (with non-negative between 0 and 10485760 (10M) bytes, inclusive) or disable compression (with a null value) on an API.
    final String
    This property applies only when you use OpenAPI to define your REST API.
    final String
    The name of the RestApi.
    final Object
    Custom header parameters as part of the request.
    final Object
    A policy document that contains the permissions for the RestApi resource.
    final List<CfnTag>
    The key-value map of strings.
    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