Show / Hide Table of Contents

Class CfnFunction.EventBridgeRuleEventProperty

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

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

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

CfnFunction.EventBridgeRuleEventProperty.EventBusName.

Input

CfnFunction.EventBridgeRuleEventProperty.Input.

InputPath

CfnFunction.EventBridgeRuleEventProperty.InputPath.

Pattern

CfnFunction.EventBridgeRuleEventProperty.Pattern.

Constructors

EventBridgeRuleEventProperty()

public EventBridgeRuleEventProperty()

Properties

EventBusName

CfnFunction.EventBridgeRuleEventProperty.EventBusName.

public string EventBusName { get; set; }
Property Value

System.String

Remarks

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

Input

CfnFunction.EventBridgeRuleEventProperty.Input.

public string Input { get; set; }
Property Value

System.String

Remarks

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

InputPath

CfnFunction.EventBridgeRuleEventProperty.InputPath.

public string InputPath { get; set; }
Property Value

System.String

Remarks

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

Pattern

CfnFunction.EventBridgeRuleEventProperty.Pattern.

public object Pattern { get; set; }
Property Value

System.Object

Remarks

Link: https://docs.aws.amazon.com/eventbridge/latest/userguide/filtering-examples-structure.html

Implements

CfnFunction.IEventBridgeRuleEventProperty
Back to top Generated by DocFX