Class TablePolicyProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3tables.alpha.TablePolicyProps.Jsii$Proxy
All Implemented Interfaces:
TablePolicyProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
TablePolicyProps

@Stability(Experimental) @Internal public static final class TablePolicyProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements TablePolicyProps
An implementation for TablePolicyProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.s3tables.alpha.TablePolicyProps

    TablePolicyProps.Builder, TablePolicyProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the TablePolicyProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    (experimental) Policy to apply when the policy is removed from this stack.
    (experimental) The policy document for the table's resource policy.
    final ITable
    (experimental) The associated table.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(TablePolicyProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the TablePolicyProps.Builder.
  • Method Details

    • getTable

      public final ITable getTable()
      Description copied from interface: TablePolicyProps
      (experimental) The associated table.
      Specified by:
      getTable in interface TablePolicyProps
    • getRemovalPolicy

      public final RemovalPolicy getRemovalPolicy()
      Description copied from interface: TablePolicyProps
      (experimental) Policy to apply when the policy is removed from this stack.

      Default: - RemovalPolicy.DESTROY.

      Specified by:
      getRemovalPolicy in interface TablePolicyProps
    • getResourcePolicy

      public final PolicyDocument getResourcePolicy()
      Description copied from interface: TablePolicyProps
      (experimental) The policy document for the table's resource policy.

      Default: undefined An empty iam.PolicyDocument will be initialized

      Specified by:
      getResourcePolicy in interface TablePolicyProps
    • $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