Interface CfnFunction.IEventSourceProperty
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.AWS.SAM.dll
Syntax (csharp)
public interface IEventSourceProperty
Syntax (vb)
Public Interface IEventSourceProperty
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 eventSourceProperty = new EventSourceProperty {
Properties = new S3EventProperty {
Variables = new Dictionary<string, string> {
{ "variablesKey", "variables" }
}
},
Type = "type"
};
Synopsis
Properties
Properties |
|
Type |
|
Properties
Properties
CfnFunction.EventSourceProperty.Properties
.
object Properties { get; }
Property Value
System.Object
Remarks
Type
CfnFunction.EventSourceProperty.Type
.
string Type { get; }
Property Value
System.String