Class CfnApiGatewayManagedOverrides.IntegrationOverridesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigatewayv2.CfnApiGatewayManagedOverrides.IntegrationOverridesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApiGatewayManagedOverrides.IntegrationOverridesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApiGatewayManagedOverrides.IntegrationOverridesProperty
@Stability(Stable)
@Internal
public static final class CfnApiGatewayManagedOverrides.IntegrationOverridesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApiGatewayManagedOverrides.IntegrationOverridesProperty
An implementation for
CfnApiGatewayManagedOverrides.IntegrationOverridesProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.CfnApiGatewayManagedOverrides.IntegrationOverridesProperty
CfnApiGatewayManagedOverrides.IntegrationOverridesProperty.Builder, CfnApiGatewayManagedOverrides.IntegrationOverridesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApiGatewayManagedOverrides.IntegrationOverridesProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe description of the integration.final StringSpecifies the integration's HTTP method type.final StringSpecifies the format of the payload sent to an integration.final NumberCustom timeout between 50 and 29,000 milliseconds for WebSocket APIs and between 50 and 30,000 milliseconds for HTTP APIs.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theCfnApiGatewayManagedOverrides.IntegrationOverridesProperty.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnApiGatewayManagedOverrides.IntegrationOverridesPropertyThe description of the integration.- Specified by:
getDescriptionin interfaceCfnApiGatewayManagedOverrides.IntegrationOverridesProperty- See Also:
-
getIntegrationMethod
Description copied from interface:CfnApiGatewayManagedOverrides.IntegrationOverridesPropertySpecifies the integration's HTTP method type.For WebSocket APIs, if you use a Lambda integration, you must set the integration method to
POST.- Specified by:
getIntegrationMethodin interfaceCfnApiGatewayManagedOverrides.IntegrationOverridesProperty- See Also:
-
getPayloadFormatVersion
Description copied from interface:CfnApiGatewayManagedOverrides.IntegrationOverridesPropertySpecifies the format of the payload sent to an integration.Required for HTTP APIs. For HTTP APIs, supported values for Lambda proxy integrations are
1.0and2.0. For all other integrations,1.0is the only supported value. To learn more, see Working with AWS Lambda proxy integrations for HTTP APIs .- Specified by:
getPayloadFormatVersionin interfaceCfnApiGatewayManagedOverrides.IntegrationOverridesProperty- See Also:
-
getTimeoutInMillis
Description copied from interface:CfnApiGatewayManagedOverrides.IntegrationOverridesPropertyCustom timeout between 50 and 29,000 milliseconds for WebSocket APIs and between 50 and 30,000 milliseconds for HTTP APIs.The default timeout is 29 seconds for WebSocket APIs and 30 seconds for HTTP APIs.
- Specified by:
getTimeoutInMillisin interfaceCfnApiGatewayManagedOverrides.IntegrationOverridesProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-