Show / Hide Table of Contents

Class CfnFunctionPropsMixin.StreamSAMPTProperty

Inheritance
object
CfnFunctionPropsMixin.StreamSAMPTProperty
Implements
CfnFunctionPropsMixin.IStreamSAMPTProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-streamsampt.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.Mixins.Preview.AWS.SAM.Mixins;

             var streamSAMPTProperty = new StreamSAMPTProperty {
                 StreamName = "streamName"
             };

Synopsis

Constructors

StreamSAMPTProperty()

Properties

StreamName

Constructors

StreamSAMPTProperty()

public StreamSAMPTProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-streamsampt.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.Mixins.Preview.AWS.SAM.Mixins;

             var streamSAMPTProperty = new StreamSAMPTProperty {
                 StreamName = "streamName"
             };

Properties

StreamName

public string? StreamName { get; set; }
Property Value

string

Remarks

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

Implements

CfnFunctionPropsMixin.IStreamSAMPTProperty
Back to top Generated by DocFX