interface EventBridgeActionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Connect.CfnRule.EventBridgeActionProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnRule_EventBridgeActionProperty |
![]() | software.amazon.awscdk.services.connect.CfnRule.EventBridgeActionProperty |
![]() | aws_cdk.aws_connect.CfnRule.EventBridgeActionProperty |
![]() | 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.