interface EventBridgeActionProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Connect.CfnRule.EventBridgeActionProperty |
![]() | software.amazon.awscdk.services.connect.CfnRule.EventBridgeActionProperty |
![]() | aws_cdk.aws_connect.CfnRule.EventBridgeActionProperty |
![]() | @aws-cdk/aws-connect » CfnRule » EventBridgeActionProperty |
The EventBridge action definition.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as connect from '@aws-cdk/aws-connect';
const eventBridgeActionProperty: connect.CfnRule.EventBridgeActionProperty = {
name: 'name',
};
Properties
Name | Type | Description |
---|---|---|
name | string | The name. |
name
Type:
string
The name.