Class OpenApiGatewayRestApi

  • All Implemented Interfaces:
    software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
               date="2023-02-15T09:33:12.733Z")
    @Stability(Experimental)
    public class OpenApiGatewayRestApi
    extends software.constructs.Construct
    (experimental) A construct for creating an api gateway rest api based on the definition in the OpenAPI spec.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  OpenApiGatewayRestApi.Builder
      (experimental) A fluent builder for OpenApiGatewayRestApi.
      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
      • Nested classes/interfaces inherited from interface software.constructs.IConstruct

        software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      software.amazon.awscdk.services.apigateway.SpecRestApi getApi()  
      software.amazon.awscdk.services.wafv2.CfnIPSet getIpSet()  
      software.amazon.awscdk.services.wafv2.CfnWebACL getWebAcl()  
      software.amazon.awscdk.services.wafv2.CfnWebACLAssociation getWebAclAssociation()  
      • Methods inherited from class software.constructs.Construct

        getNode, isConstruct, toString
      • Methods inherited from class software.amazon.jsii.JsiiObject

        jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
    • Constructor Detail

      • OpenApiGatewayRestApi

        protected OpenApiGatewayRestApi​(software.amazon.jsii.JsiiObjectRef objRef)
      • OpenApiGatewayRestApi

        protected OpenApiGatewayRestApi​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • OpenApiGatewayRestApi

        @Stability(Experimental)
        public OpenApiGatewayRestApi​(@NotNull
                                     software.constructs.Construct scope,
                                     @NotNull
                                     String id,
                                     @NotNull
                                     OpenApiGatewayRestApiProps props)
        Parameters:
        scope - This parameter is required.
        id - This parameter is required.
        props - This parameter is required.
    • Method Detail

      • getApi

        @Stability(Experimental)
        @NotNull
        public software.amazon.awscdk.services.apigateway.SpecRestApi getApi()
      • getIpSet

        @Stability(Experimental)
        @Nullable
        public software.amazon.awscdk.services.wafv2.CfnIPSet getIpSet()
      • getWebAcl

        @Stability(Experimental)
        @Nullable
        public software.amazon.awscdk.services.wafv2.CfnWebACL getWebAcl()
      • getWebAclAssociation

        @Stability(Experimental)
        @Nullable
        public software.amazon.awscdk.services.wafv2.CfnWebACLAssociation getWebAclAssociation()