Class AwsIntegrationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigateway.AwsIntegrationProps.Jsii$Proxy
- All Implemented Interfaces:
AwsIntegrationProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AwsIntegrationProps
@Stability(Stable)
@Internal
public static final class AwsIntegrationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AwsIntegrationProps
An implementation for
AwsIntegrationProps
-
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.AwsIntegrationProps
AwsIntegrationProps.Builder, AwsIntegrationProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(AwsIntegrationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theAwsIntegrationProps.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 TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The AWS action to perform in the integration.Parameters for the action.final String
The integration's HTTP method type.final IntegrationOptions
Integration options, such as content handling, request/response mapping, etc.final String
getPath()
The path to use for path-base APIs.final Boolean
getProxy()
Use AWS_PROXY integration.final String
The region of the integrated AWS service.final String
The name of the integrated AWS service (e.g.final String
A designated subdomain supported by certain AWS service for fast host-name lookup.final int
hashCode()
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 theAwsIntegrationProps.Builder
.
-
-
Method Details
-
getService
Description copied from interface:AwsIntegrationProps
The name of the integrated AWS service (e.g.s3
).- Specified by:
getService
in interfaceAwsIntegrationProps
-
getAction
Description copied from interface:AwsIntegrationProps
The AWS action to perform in the integration.Use
actionParams
to specify key-value params for the action.Mutually exclusive with
path
.- Specified by:
getAction
in interfaceAwsIntegrationProps
-
getActionParameters
Description copied from interface:AwsIntegrationProps
Parameters for the action.action
must be set, andpath
must be undefined. The action params will be URL encoded.- Specified by:
getActionParameters
in interfaceAwsIntegrationProps
-
getIntegrationHttpMethod
Description copied from interface:AwsIntegrationProps
The integration's HTTP method type.Default: POST
- Specified by:
getIntegrationHttpMethod
in interfaceAwsIntegrationProps
-
getOptions
Description copied from interface:AwsIntegrationProps
Integration options, such as content handling, request/response mapping, etc.- Specified by:
getOptions
in interfaceAwsIntegrationProps
-
getPath
Description copied from interface:AwsIntegrationProps
The path to use for path-base APIs.For example, for S3 GET, you can set path to
bucket/key
. For lambda, you can set path to2015-03-31/functions/${function-arn}/invocations
Mutually exclusive with the
action
options.- Specified by:
getPath
in interfaceAwsIntegrationProps
-
getProxy
Description copied from interface:AwsIntegrationProps
Use AWS_PROXY integration.Default: false
- Specified by:
getProxy
in interfaceAwsIntegrationProps
-
getRegion
Description copied from interface:AwsIntegrationProps
The region of the integrated AWS service.Default: - same region as the stack
- Specified by:
getRegion
in interfaceAwsIntegrationProps
-
getSubdomain
Description copied from interface:AwsIntegrationProps
A designated subdomain supported by certain AWS service for fast host-name lookup.- Specified by:
getSubdomain
in interfaceAwsIntegrationProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-