Class CfnFunction.TableStreamSAMPTProperty
Inheritance
System.Object
CfnFunction.TableStreamSAMPTProperty
Implements
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TableStreamSAMPTProperty : Object, CfnFunction.ITableStreamSAMPTProperty
Syntax (vb)
Public Class TableStreamSAMPTProperty
Inherits Object
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()
Properties
StreamName
public string StreamName { get; set; }
Property Value
System.String
Remarks
TableName
public string TableName { get; set; }
Property Value
System.String