Show / Hide Table of Contents

Class CfnStateMachine.EventBridgeRuleEventProperty

Inheritance
System.Object
CfnStateMachine.EventBridgeRuleEventProperty
Implements
CfnStateMachine.IEventBridgeRuleEventProperty
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

Link: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-property-statemachine-cloudwatchevent.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.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

CfnStateMachine.EventBridgeRuleEventProperty.EventBusName.

Input

CfnStateMachine.EventBridgeRuleEventProperty.Input.

InputPath

CfnStateMachine.EventBridgeRuleEventProperty.InputPath.

Pattern

CfnStateMachine.EventBridgeRuleEventProperty.Pattern.

Constructors

EventBridgeRuleEventProperty()

public EventBridgeRuleEventProperty()

Properties

EventBusName

CfnStateMachine.EventBridgeRuleEventProperty.EventBusName.

public string EventBusName { get; set; }
Property Value

System.String

Remarks

Link: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-property-statemachine-cloudwatchevent.html

Input

CfnStateMachine.EventBridgeRuleEventProperty.Input.

public string Input { get; set; }
Property Value

System.String

Remarks

Link: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-property-statemachine-cloudwatchevent.html

InputPath

CfnStateMachine.EventBridgeRuleEventProperty.InputPath.

public string InputPath { get; set; }
Property Value

System.String

Remarks

Link: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-property-statemachine-cloudwatchevent.html

Pattern

CfnStateMachine.EventBridgeRuleEventProperty.Pattern.

public object Pattern { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AmazonCloudWatch/latest/events/CloudWatchEventsandEventPatterns.html

Implements

CfnStateMachine.IEventBridgeRuleEventProperty
Back to top Generated by DocFX