@Stability(value=Stable) @Internal public static final class AwsApiProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AwsApiProps
AwsApiPropssoftware.amazon.jsii.JsiiObject.InitializationModeAwsApiProps.Builder, AwsApiProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(AwsApiProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
AwsApiProps.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 service action to call.
|
String |
getApiVersion()
API version to use for the service.
|
String |
getCatchErrorPattern()
The regex pattern to use to catch API errors.
|
Object |
getParameters()
The parameters for the service action.
|
PolicyStatement |
getPolicyStatement()
The IAM policy statement to allow the API call.
|
String |
getService()
The service to call.
|
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(AwsApiProps.Builder builder)
AwsApiProps.Builder.public final PolicyStatement getPolicyStatement()
AwsApiPropsUse only if resource restriction is needed.
Default: - extract the permission from the API call
getPolicyStatement in interface AwsApiPropspublic final String getAction()
AwsApiInputgetAction in interface AwsApiInputpublic final String getService()
AwsApiInputgetService in interface AwsApiInputpublic final String getApiVersion()
AwsApiInputDefault: - use latest available API version
getApiVersion in interface AwsApiInputpublic final String getCatchErrorPattern()
AwsApiInput
The code property of the
Error object will be tested against this pattern. If there is a match an
error will not be thrown.
Default: - do not catch errors
getCatchErrorPattern in interface AwsApiInputpublic final Object getParameters()
AwsApiInputDefault: - no parameters
getParameters in interface AwsApiInput@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.