Interface CfnTablePolicyProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTablePolicyProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:17.274Z")
@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 classA builder forCfnTablePolicyPropsstatic final classAn implementation forCfnTablePolicyProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnTablePolicyProps.Builderbuilder()TheJSONthat defines the policy.The Amazon Resource Name (ARN) of the table.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getResourcePolicy
TheJSONthat defines the policy.- See Also:
-
getTableArn
The Amazon Resource Name (ARN) of the table.- See Also:
-
builder
- Returns:
- a
CfnTablePolicyProps.BuilderofCfnTablePolicyProps
-