@Stability(value=Experimental) @Internal public static final class SdkCallsPolicyOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SdkCallsPolicyOptions
SdkCallsPolicyOptionssoftware.amazon.jsii.JsiiObject.InitializationModeSdkCallsPolicyOptions.Builder, SdkCallsPolicyOptions.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(List<String> resources)
Constructor that initializes the object based on literal property values passed by the
SdkCallsPolicyOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<String> |
getResources()
(experimental) The resources that the calls will have access to.
|
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(List<String> resources)
SdkCallsPolicyOptions.Builder.public final List<String> getResources()
SdkCallsPolicyOptions
It is best to use specific resource ARN's when possible. However, you can also use AwsCustomResourcePolicy.ANY_RESOURCE
to allow access to all resources. For example, when onCreate is used to create a resource which you don't
know the physical name of in advance.
Note that will apply to ALL SDK calls.
getResources in interface SdkCallsPolicyOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.