Class SimpleTableReference
A reference to a SimpleTable resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SimpleTableReference : ISimpleTableReference
Syntax (vb)
Public Class SimpleTableReference Implements ISimpleTableReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SAM;
var simpleTableReference = new SimpleTableReference { };
Synopsis
Constructors
SimpleTableReference() | A reference to a SimpleTable resource. |
Constructors
SimpleTableReference()
A reference to a SimpleTable resource.
public SimpleTableReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SAM;
var simpleTableReference = new SimpleTableReference { };