interface EventBridgeActionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Connect.CfnRulePropsMixin.EventBridgeActionProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsconnect#CfnRulePropsMixin_EventBridgeActionProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.connect.CfnRulePropsMixin.EventBridgeActionProperty |
Python | aws_cdk.cfn_property_mixins.aws_connect.CfnRulePropsMixin.EventBridgeActionProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_connect » CfnRulePropsMixin » 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/cfn-property-mixins';
const eventBridgeActionProperty: connect.CfnRulePropsMixin.EventBridgeActionProperty = {
name: 'name',
};
Properties
| Name | Type | Description |
|---|---|---|
| name? | string | The name. |
name?
Type:
string
(optional)
The name.

.NET
Go
Java
Python
TypeScript