public static final class AwsIntegrationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AwsIntegrationProps
AwsIntegrationProps
AwsIntegrationProps.Builder, AwsIntegrationProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAction()
The AWS action to perform in the integration.
|
java.util.Map<java.lang.String,java.lang.String> |
getActionParameters()
Parameters for the action.
|
java.lang.String |
getIntegrationHttpMethod()
The integration's HTTP method type.
|
IntegrationOptions |
getOptions()
Integration options, such as content handling, request/response mapping, etc.
|
java.lang.String |
getPath()
The path to use for path-base APIs.
|
java.lang.Boolean |
getProxy()
Use AWS_PROXY integration.
|
java.lang.String |
getRegion()
The region of the integrated AWS service.
|
java.lang.String |
getService()
The name of the integrated AWS service (e.g.
|
java.lang.String |
getSubdomain()
A designated subdomain supported by certain AWS service for fast host-name lookup.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getService()
AwsIntegrationProps
getService
in interface AwsIntegrationProps
public final java.lang.String getAction()
AwsIntegrationProps
Use actionParams
to specify key-value params for the action.
Mutually exclusive with path
.
getAction
in interface AwsIntegrationProps
public final java.util.Map<java.lang.String,java.lang.String> getActionParameters()
AwsIntegrationProps
action
must be set, and path
must be undefined.
The action params will be URL encoded.
getActionParameters
in interface AwsIntegrationProps
public final java.lang.String getIntegrationHttpMethod()
AwsIntegrationProps
Default: POST
getIntegrationHttpMethod
in interface AwsIntegrationProps
public final IntegrationOptions getOptions()
AwsIntegrationProps
getOptions
in interface AwsIntegrationProps
public final java.lang.String getPath()
AwsIntegrationProps
For example, for S3 GET, you can set path to bucket/key
.
For lambda, you can set path to 2015-03-31/functions/${function-arn}/invocations
Mutually exclusive with the action
options.
getPath
in interface AwsIntegrationProps
public final java.lang.Boolean getProxy()
AwsIntegrationProps
Default: false
getProxy
in interface AwsIntegrationProps
public final java.lang.String getRegion()
AwsIntegrationProps
Default: - same region as the stack
getRegion
in interface AwsIntegrationProps
public final java.lang.String getSubdomain()
AwsIntegrationProps
getSubdomain
in interface AwsIntegrationProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()