interface ISimpleTableRef
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.SAM.ISimpleTableRef | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awssam#ISimpleTableRef | 
  Java | software.amazon.awscdk.services.sam.ISimpleTableRef | 
  Python | aws_cdk.aws_sam.ISimpleTableRef | 
  TypeScript  | aws-cdk-lib » aws_sam » ISimpleTableRef | 
Implemented by
Cfn
Indicates that this resource can be referenced as a SimpleTable.
Properties
| Name | Type | Description | 
|---|---|---|
| node | Node | The tree node. | 
| simple | Simple | A reference to a SimpleTable resource. | 
node
Type:
Node
The tree node.
simpleTableRef
Type:
Simple
A reference to a SimpleTable resource.

 .NET
 Go
 Java
 Python
 TypeScript