Class CfnFunction.TableStreamSAMPTProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnFunction.TableStreamSAMPTProperty : CfnFunction.ITableStreamSAMPTProperty
Syntax (vb)
Public Class CfnFunction.TableStreamSAMPTProperty Implements CfnFunction.ITableStreamSAMPTProperty
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 tableStreamSAMPTProperty = new TableStreamSAMPTProperty {
StreamName = "streamName",
TableName = "tableName"
};
Synopsis
Constructors
TableStreamSAMPTProperty() |
Properties
StreamName | |
TableName |
Constructors
TableStreamSAMPTProperty()
public TableStreamSAMPTProperty()
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 tableStreamSAMPTProperty = new TableStreamSAMPTProperty {
StreamName = "streamName",
TableName = "tableName"
};
Properties
StreamName
public string StreamName { get; set; }
Property Value
Remarks
TableName
public string TableName { get; set; }