Class CfnApiGatewayManagedOverridesPropsMixin.IntegrationOverridesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.apigatewayv2.CfnApiGatewayManagedOverridesPropsMixin.IntegrationOverridesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApiGatewayManagedOverridesPropsMixin.IntegrationOverridesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApiGatewayManagedOverridesPropsMixin.IntegrationOverridesProperty
@Stability(Stable)
@Internal
public static final class CfnApiGatewayManagedOverridesPropsMixin.IntegrationOverridesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApiGatewayManagedOverridesPropsMixin.IntegrationOverridesProperty
An implementation for
CfnApiGatewayManagedOverridesPropsMixin.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.cfnpropertymixins.services.apigatewayv2.CfnApiGatewayManagedOverridesPropsMixin.IntegrationOverridesProperty
CfnApiGatewayManagedOverridesPropsMixin.IntegrationOverridesProperty.Builder, CfnApiGatewayManagedOverridesPropsMixin.IntegrationOverridesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApiGatewayManagedOverridesPropsMixin.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
protected Jsii$Proxy(CfnApiGatewayManagedOverridesPropsMixin.IntegrationOverridesProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApiGatewayManagedOverridesPropsMixin.IntegrationOverridesProperty.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnApiGatewayManagedOverridesPropsMixin.IntegrationOverridesPropertyThe description of the integration.- Specified by:
getDescriptionin interfaceCfnApiGatewayManagedOverridesPropsMixin.IntegrationOverridesProperty- See Also:
-
getIntegrationMethod
Description copied from interface:CfnApiGatewayManagedOverridesPropsMixin.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 interfaceCfnApiGatewayManagedOverridesPropsMixin.IntegrationOverridesProperty- See Also:
-
getPayloadFormatVersion
Description copied from interface:CfnApiGatewayManagedOverridesPropsMixin.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 interfaceCfnApiGatewayManagedOverridesPropsMixin.IntegrationOverridesProperty- See Also:
-
getTimeoutInMillis
Description copied from interface:CfnApiGatewayManagedOverridesPropsMixin.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 interfaceCfnApiGatewayManagedOverridesPropsMixin.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()
-