Class CfnFunction.EventBridgeRuleEventProperty
Inheritance
System.Object
CfnFunction.EventBridgeRuleEventProperty
Implements
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.AWS.SAM.dll
Syntax (csharp)
public class EventBridgeRuleEventProperty : Object, CfnFunction.IEventBridgeRuleEventProperty
Syntax (vb)
Public Class EventBridgeRuleEventProperty
Inherits Object
Implements CfnFunction.IEventBridgeRuleEventProperty
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 pattern;
var eventBridgeRuleEventProperty = new EventBridgeRuleEventProperty {
Pattern = pattern,
// the properties below are optional
EventBusName = "eventBusName",
Input = "input",
InputPath = "inputPath"
};
Synopsis
Constructors
EventBridgeRuleEventProperty() |
Properties
EventBusName |
|
Input |
|
InputPath |
|
Pattern |
|
Constructors
EventBridgeRuleEventProperty()
public EventBridgeRuleEventProperty()
Properties
EventBusName
CfnFunction.EventBridgeRuleEventProperty.EventBusName
.
public string EventBusName { get; set; }
Property Value
System.String
Remarks
Input
CfnFunction.EventBridgeRuleEventProperty.Input
.
public string Input { get; set; }
Property Value
System.String
Remarks
InputPath
CfnFunction.EventBridgeRuleEventProperty.InputPath
.
public string InputPath { get; set; }
Property Value
System.String
Remarks
Pattern
CfnFunction.EventBridgeRuleEventProperty.Pattern
.
public object Pattern { get; set; }
Property Value
System.Object