interface EventBridgeRuleEventProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SAM.CfnFunction.EventBridgeRuleEventProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnFunction_EventBridgeRuleEventProperty |
![]() | software.amazon.awscdk.services.sam.CfnFunction.EventBridgeRuleEventProperty |
![]() | aws_cdk.aws_sam.CfnFunction.EventBridgeRuleEventProperty |
![]() | 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
Name | Type | Description |
---|---|---|
pattern | any | |
event | string | |
input? | string | |
input | string |
pattern
Type:
any
eventBusName?
Type:
string
(optional)
input?
Type:
string
(optional)
inputPath?
Type:
string
(optional)