Show / Hide Table of Contents

Interface ISimpleTableReference

A reference to a SimpleTable resource.

Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISimpleTableReference
Syntax (vb)
Public Interface 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

Back to top Generated by DocFX