Interface CfnTablePolicyProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTablePolicyProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.112.0 (build de1bc80)",
date="2025-07-29T17:51:08.452Z")
@Stability(Stable)
public interface CfnTablePolicyProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnTablePolicy
.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.s3tables.*; Object resourcePolicy; CfnTablePolicyProps cfnTablePolicyProps = CfnTablePolicyProps.builder() .resourcePolicy(resourcePolicy) .tableArn("tableArn") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTablePolicyProps
static final class
An implementation forCfnTablePolicyProps
-
Method Summary
Modifier and TypeMethodDescriptionstatic CfnTablePolicyProps.Builder
builder()
The Amazon Resource Name (ARN) of the specified table.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getResourcePolicy
- See Also:
-
getTableArn
The Amazon Resource Name (ARN) of the specified table.- See Also:
-
builder
- Returns:
- a
CfnTablePolicyProps.Builder
ofCfnTablePolicyProps
-