Class EncryptedPermissionsOptions.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class EncryptedPermissionsOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EncryptedPermissionsOptions
An implementation for EncryptedPermissionsOptions
  • 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(EncryptedPermissionsOptions.Builder builder)
      Constructor that initializes the object based on literal property values passed by the EncryptedPermissionsOptions.Builder.
  • Method Details

    • getKeyActions

      public final List<String> getKeyActions()
      Description copied from interface: EncryptedPermissionsOptions
      The KMS key actions to grant permissions for.

      Default: - No permission is added to the KMS key, even if it exists

      Specified by:
      getKeyActions in interface EncryptedPermissionsOptions
    • getResourceArns

      public final List<String> getResourceArns()
      Description copied from interface: PermissionsOptions
      The ARNs of the resources to grant permissions on.

      Default: - The ARN of the resource associated with the grant is used.

      Specified by:
      getResourceArns in interface PermissionsOptions
    • $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