interface EventBridgeActionProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.Connect.CfnRule.EventBridgeActionProperty | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnRule_EventBridgeActionProperty | 
  Java | software.amazon.awscdk.services.connect.CfnRule.EventBridgeActionProperty | 
  Python | aws_cdk.aws_connect.CfnRule.EventBridgeActionProperty | 
  TypeScript  | aws-cdk-lib » 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 { aws_connect as connect } from 'aws-cdk-lib';
const eventBridgeActionProperty: connect.CfnRule.EventBridgeActionProperty = {
  name: 'name',
};
Properties
| Name | Type | Description | 
|---|---|---|
| name | string | The name. | 
name
Type:
string
The name.

 .NET
 Go
 Java
 Python
 TypeScript