Class SdkCallsPolicyOptions.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.customresources.SdkCallsPolicyOptions.Jsii$Proxy
All Implemented Interfaces:
SdkCallsPolicyOptions, software.amazon.jsii.JsiiSerializable
Enclosing interface:
SdkCallsPolicyOptions

@Stability(Stable) @Internal public static final class SdkCallsPolicyOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SdkCallsPolicyOptions
An implementation for SdkCallsPolicyOptions
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(SdkCallsPolicyOptions.Builder builder)
      Constructor that initializes the object based on literal property values passed by the SdkCallsPolicyOptions.Builder.
  • Method Details

    • getResources

      public final List<String> getResources()
      Description copied from interface: SdkCallsPolicyOptions
      The resources that the calls will have access to.

      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.

      Specified by:
      getResources in interface SdkCallsPolicyOptions
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object