@Stability(value=Stable) @Internal public static final class AwsIntegrationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AwsIntegrationProps
AwsIntegrationPropssoftware.amazon.jsii.JsiiObject.InitializationModeAwsIntegrationProps.Builder, AwsIntegrationProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(AwsIntegrationProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
AwsIntegrationProps.Builder. |
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(Object o) |
String |
getAction()
The AWS action to perform in the integration.
|
Map<String,String> |
getActionParameters()
Parameters for the action.
|
String |
getIntegrationHttpMethod()
The integration's HTTP method type.
|
IntegrationOptions |
getOptions()
Integration options, such as content handling, request/response mapping, etc.
|
String |
getPath()
The path to use for path-base APIs.
|
Boolean |
getProxy()
Use AWS_PROXY integration.
|
String |
getRegion()
The region of the integrated AWS service.
|
String |
getService()
The name of the integrated AWS service (e.g.
|
String |
getSubdomain()
A designated subdomain supported by certain AWS service for fast host-name lookup.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(AwsIntegrationProps.Builder builder)
AwsIntegrationProps.Builder.public final String getService()
AwsIntegrationPropsgetService in interface AwsIntegrationPropspublic final String getAction()
AwsIntegrationProps
Use actionParams to specify key-value params for the action.
Mutually exclusive with path.
getAction in interface AwsIntegrationPropspublic final Map<String,String> getActionParameters()
AwsIntegrationProps
action must be set, and path must be undefined.
The action params will be URL encoded.
getActionParameters in interface AwsIntegrationPropspublic final String getIntegrationHttpMethod()
AwsIntegrationPropsDefault: POST
getIntegrationHttpMethod in interface AwsIntegrationPropspublic final IntegrationOptions getOptions()
AwsIntegrationPropsgetOptions in interface AwsIntegrationPropspublic final 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 AwsIntegrationPropspublic final Boolean getProxy()
AwsIntegrationPropsDefault: false
getProxy in interface AwsIntegrationPropspublic final String getRegion()
AwsIntegrationPropsDefault: - same region as the stack
getRegion in interface AwsIntegrationPropspublic final String getSubdomain()
AwsIntegrationPropsgetSubdomain in interface AwsIntegrationProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.