Show / Hide Table of Contents

Interface CfnFunction.ISNSEventProperty

Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.AWS.SAM.dll
Syntax (csharp)
public interface ISNSEventProperty
Syntax (vb)
Public Interface ISNSEventProperty
Remarks

Link: https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#sns

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 sNSEventProperty = new SNSEventProperty {
    Topic = "topic"
};

Synopsis

Properties

Topic

CfnFunction.SNSEventProperty.Topic.

Properties

Topic

CfnFunction.SNSEventProperty.Topic.

string Topic { get; }
Property Value

System.String

Remarks

Link: https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#sns

Back to top Generated by DocFX