Show / Hide Table of Contents

Class CfnFunction.TableStreamSAMPTProperty

Inheritance
object
CfnFunction.TableStreamSAMPTProperty
Implements
CfnFunction.ITableStreamSAMPTProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-tablestreamsampt.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-tablestreamsampt.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-tablestreamsampt.html#cfn-serverless-function-tablestreamsampt-streamname

TableName

public string TableName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-tablestreamsampt.html#cfn-serverless-function-tablestreamsampt-tablename

Implements

CfnFunction.ITableStreamSAMPTProperty
Back to top Generated by DocFX