Class OpenApiGatewayLambdaApiProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.aws.awsprototypingsdk.openapigateway.OpenApiGatewayLambdaApiProps.Jsii$Proxy
-
- All Implemented Interfaces:
software.amazon.awscdk.services.apigateway.RestApiBaseProps,software.amazon.jsii.JsiiSerializable,OpenApiGatewayLambdaApiProps,OpenApiOptions
- Enclosing interface:
- OpenApiGatewayLambdaApiProps
@Stability(Experimental) @Internal public static final class OpenApiGatewayLambdaApiProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OpenApiGatewayLambdaApiProps
An implementation forOpenApiGatewayLambdaApiProps
-
-
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.aws.awsprototypingsdk.openapigateway.OpenApiGatewayLambdaApiProps
OpenApiGatewayLambdaApiProps.Builder, OpenApiGatewayLambdaApiProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.protectedJsii$Proxy(OpenApiGatewayLambdaApiProps.Builder builder)Constructor that initializes the object based on literal property values passed by theOpenApiGatewayLambdaApiProps.Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)BooleangetCloudWatchRole()software.amazon.awscdk.services.apigateway.CorsOptionsgetCorsOptions()(experimental) Cross Origin Resource Sharing options for the API.AuthorizergetDefaultAuthorizer()(experimental) The default authorizer to use for your api.BooleangetDeploy()software.amazon.awscdk.services.apigateway.StageOptionsgetDeployOptions()BooleangetDisableExecuteApiEndpoint()software.amazon.awscdk.services.apigateway.DomainNameOptionsgetDomainName()StringgetEndpointExportName()List<software.amazon.awscdk.services.apigateway.EndpointType>getEndpointTypes()BooleangetFailOnWarnings()Map<String,OpenApiIntegration>getIntegrations()(experimental) A mapping of API operation to its integration.Map<String,MethodAndPath>getOperationLookup()(experimental) Details about each operation.Map<String,String>getParameters()software.amazon.awscdk.services.iam.PolicyDocumentgetPolicy()StringgetRestApiName()BooleangetRetainDeployments()ObjectgetSpec()(experimental) The parsed OpenAPI specification.inthashCode()
-
-
-
Constructor Detail
-
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(OpenApiGatewayLambdaApiProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theOpenApiGatewayLambdaApiProps.Builder.
-
-
Method Detail
-
getSpec
public final Object getSpec()
Description copied from interface:OpenApiGatewayLambdaApiProps(experimental) The parsed OpenAPI specification.- Specified by:
getSpecin interfaceOpenApiGatewayLambdaApiProps
-
getCloudWatchRole
public final Boolean getCloudWatchRole()
- Specified by:
getCloudWatchRolein interfacesoftware.amazon.awscdk.services.apigateway.RestApiBaseProps
-
getDeploy
public final Boolean getDeploy()
- Specified by:
getDeployin interfacesoftware.amazon.awscdk.services.apigateway.RestApiBaseProps
-
getDeployOptions
public final software.amazon.awscdk.services.apigateway.StageOptions getDeployOptions()
- Specified by:
getDeployOptionsin interfacesoftware.amazon.awscdk.services.apigateway.RestApiBaseProps
-
getDisableExecuteApiEndpoint
public final Boolean getDisableExecuteApiEndpoint()
- Specified by:
getDisableExecuteApiEndpointin interfacesoftware.amazon.awscdk.services.apigateway.RestApiBaseProps
-
getDomainName
public final software.amazon.awscdk.services.apigateway.DomainNameOptions getDomainName()
- Specified by:
getDomainNamein interfacesoftware.amazon.awscdk.services.apigateway.RestApiBaseProps
-
getEndpointExportName
public final String getEndpointExportName()
- Specified by:
getEndpointExportNamein interfacesoftware.amazon.awscdk.services.apigateway.RestApiBaseProps
-
getEndpointTypes
public final List<software.amazon.awscdk.services.apigateway.EndpointType> getEndpointTypes()
- Specified by:
getEndpointTypesin interfacesoftware.amazon.awscdk.services.apigateway.RestApiBaseProps
-
getFailOnWarnings
public final Boolean getFailOnWarnings()
- Specified by:
getFailOnWarningsin interfacesoftware.amazon.awscdk.services.apigateway.RestApiBaseProps
-
getParameters
public final Map<String,String> getParameters()
- Specified by:
getParametersin interfacesoftware.amazon.awscdk.services.apigateway.RestApiBaseProps
-
getPolicy
public final software.amazon.awscdk.services.iam.PolicyDocument getPolicy()
- Specified by:
getPolicyin interfacesoftware.amazon.awscdk.services.apigateway.RestApiBaseProps
-
getRestApiName
public final String getRestApiName()
- Specified by:
getRestApiNamein interfacesoftware.amazon.awscdk.services.apigateway.RestApiBaseProps
-
getRetainDeployments
public final Boolean getRetainDeployments()
- Specified by:
getRetainDeploymentsin interfacesoftware.amazon.awscdk.services.apigateway.RestApiBaseProps
-
getIntegrations
public final Map<String,OpenApiIntegration> getIntegrations()
Description copied from interface:OpenApiOptions(experimental) A mapping of API operation to its integration.- Specified by:
getIntegrationsin interfaceOpenApiOptions
-
getOperationLookup
public final Map<String,MethodAndPath> getOperationLookup()
Description copied from interface:OpenApiOptions(experimental) Details about each operation.- Specified by:
getOperationLookupin interfaceOpenApiOptions
-
getCorsOptions
public final software.amazon.awscdk.services.apigateway.CorsOptions getCorsOptions()
Description copied from interface:OpenApiOptions(experimental) Cross Origin Resource Sharing options for the API.- Specified by:
getCorsOptionsin interfaceOpenApiOptions
-
getDefaultAuthorizer
public final Authorizer getDefaultAuthorizer()
Description copied from interface:OpenApiOptions(experimental) The default authorizer to use for your api.When omitted, no authorizer is used. Authorizers specified at the integration level will override this for that operation.
- Specified by:
getDefaultAuthorizerin interfaceOpenApiOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-