Class CfnFunctionPropsMixin.StreamSAMPTProperty
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.SAM.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnFunctionPropsMixin.StreamSAMPTProperty : CfnFunctionPropsMixin.IStreamSAMPTProperty
Syntax (vb)
Public Class CfnFunctionPropsMixin.StreamSAMPTProperty Implements CfnFunctionPropsMixin.IStreamSAMPTProperty
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.Mixins.Preview.AWS.SAM.Mixins;
var streamSAMPTProperty = new StreamSAMPTProperty {
StreamName = "streamName"
};
Synopsis
Constructors
| StreamSAMPTProperty() |
Properties
| StreamName |
Constructors
StreamSAMPTProperty()
public StreamSAMPTProperty()
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.Mixins.Preview.AWS.SAM.Mixins;
var streamSAMPTProperty = new StreamSAMPTProperty {
StreamName = "streamName"
};
Properties
StreamName
public string? StreamName { get; set; }