aws-cdk-lib.aws_sam.CfnFunction.EventBridgeRuleEventProperty

interface EventBridgeRuleEventProperty

LanguageType name
.NETAmazon.CDK.AWS.SAM.CfnFunction.EventBridgeRuleEventProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnFunction_EventBridgeRuleEventProperty
Javasoftware.amazon.awscdk.services.sam.CfnFunction.EventBridgeRuleEventProperty
Pythonaws_cdk.aws_sam.CfnFunction.EventBridgeRuleEventProperty
TypeScript aws-cdk-lib » aws_sam » CfnFunction » EventBridgeRuleEventProperty

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sam as sam } from 'aws-cdk-lib';

declare const pattern: any;
const eventBridgeRuleEventProperty: sam.CfnFunction.EventBridgeRuleEventProperty = {
  pattern: pattern,

  // the properties below are optional
  eventBusName: 'eventBusName',
  input: 'input',
  inputPath: 'inputPath',
};

Properties

NameTypeDescription
patternanyCfnFunction.EventBridgeRuleEventProperty.Pattern.
eventBusName?stringCfnFunction.EventBridgeRuleEventProperty.EventBusName.
input?stringCfnFunction.EventBridgeRuleEventProperty.Input.
inputPath?stringCfnFunction.EventBridgeRuleEventProperty.InputPath.

pattern

Type: any

CfnFunction.EventBridgeRuleEventProperty.Pattern.


eventBusName?

Type: string (optional)

CfnFunction.EventBridgeRuleEventProperty.EventBusName.


input?

Type: string (optional)

CfnFunction.EventBridgeRuleEventProperty.Input.


inputPath?

Type: string (optional)

CfnFunction.EventBridgeRuleEventProperty.InputPath.