Show / Hide Table of Contents

Interface CfnFunction.ITableSAMPTProperty

Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.AWS.SAM.dll
Syntax (csharp)
public interface ITableSAMPTProperty
Syntax (vb)
Public Interface ITableSAMPTProperty
Remarks

Link: https://github.com/awslabs/serverless-application-model/blob/master/docs/policy_templates.rst

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 tableSAMPTProperty = new TableSAMPTProperty {
    TableName = "tableName"
};

Synopsis

Properties

TableName

CfnFunction.TableSAMPTProperty.TableName.

Properties

TableName

CfnFunction.TableSAMPTProperty.TableName.

string TableName { get; }
Property Value

System.String

Remarks

Link: https://github.com/awslabs/serverless-application-model/blob/master/docs/policy_templates.rst

Back to top Generated by DocFX