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
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(TablePolicyProps.Builder builder) Constructor that initializes the object based on literal property values passed by theTablePolicyProps.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 TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final RemovalPolicy
(experimental) Policy to apply when the policy is removed from this stack.final PolicyDocument
(experimental) The policy document for the table's resource policy.final ITable
getTable()
(experimental) The associated table.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theTablePolicyProps.Builder
.
-
-
Method Details
-
getTable
Description copied from interface:TablePolicyProps
(experimental) The associated table.- Specified by:
getTable
in interfaceTablePolicyProps
-
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 interfaceTablePolicyProps
-
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 interfaceTablePolicyProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-