Class CfnStateMachine.EventBridgeRuleEventProperty
Inheritance
System.Object
CfnStateMachine.EventBridgeRuleEventProperty
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.AWS.SAM.dll
Syntax (csharp)
public class EventBridgeRuleEventProperty : Object, CfnStateMachine.IEventBridgeRuleEventProperty
Syntax (vb)
Public Class EventBridgeRuleEventProperty
Inherits Object
Implements CfnStateMachine.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
CfnStateMachine.EventBridgeRuleEventProperty.EventBusName
.
public string EventBusName { get; set; }
Property Value
System.String
Remarks
Input
CfnStateMachine.EventBridgeRuleEventProperty.Input
.
public string Input { get; set; }
Property Value
System.String
Remarks
InputPath
CfnStateMachine.EventBridgeRuleEventProperty.InputPath
.
public string InputPath { get; set; }
Property Value
System.String
Remarks
Pattern
CfnStateMachine.EventBridgeRuleEventProperty.Pattern
.
public object Pattern { get; set; }
Property Value
System.Object