@Stability(value=Experimental) @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(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String service,
String action,
Map<String,String> actionParameters,
String integrationHttpMethod,
IntegrationOptions options,
String path,
Boolean proxy,
String region,
String subdomain)
Constructor that initializes the object based on literal property values passed by the
AwsIntegrationProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAction()
(experimental) The AWS action to perform in the integration.
|
Map<String,String> |
getActionParameters()
(experimental) Parameters for the action.
|
String |
getIntegrationHttpMethod()
(experimental) The integration's HTTP method type.
|
IntegrationOptions |
getOptions()
(experimental) Integration options, such as content handling, request/response mapping, etc.
|
String |
getPath()
(experimental) The path to use for path-base APIs.
|
Boolean |
getProxy()
(experimental) Use AWS_PROXY integration.
|
String |
getRegion()
(experimental) The region of the integrated AWS service.
|
String |
getService()
(experimental) The name of the integrated AWS service (e.g.
|
String |
getSubdomain()
(experimental) 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(String service, String action, Map<String,String> actionParameters, String integrationHttpMethod, IntegrationOptions options, String path, Boolean proxy, String region, String subdomain)
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 © 2021. All rights reserved.