aws-cdk-lib.aws_connect.CfnRule.RuleTriggerEventSourceProperty

interface RuleTriggerEventSourceProperty

LanguageType name
.NETAmazon.CDK.AWS.Connect.CfnRule.RuleTriggerEventSourceProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnRule_RuleTriggerEventSourceProperty
Javasoftware.amazon.awscdk.services.connect.CfnRule.RuleTriggerEventSourceProperty
Pythonaws_cdk.aws_connect.CfnRule.RuleTriggerEventSourceProperty
TypeScript aws-cdk-lib » aws_connect » CfnRule » RuleTriggerEventSourceProperty

The name of the event source.

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 ruleTriggerEventSourceProperty: connect.CfnRule.RuleTriggerEventSourceProperty = {
  eventSourceName: 'eventSourceName',

  // the properties below are optional
  integrationAssociationArn: 'integrationAssociationArn',
};

Properties

NameTypeDescription
eventSourceNamestringThe name of the event source.
integrationAssociationArn?stringThe Amazon Resource Name (ARN) for the integration association.

eventSourceName

Type: string

The name of the event source.

Allowed values : OnPostCallAnalysisAvailable | OnRealTimeCallAnalysisAvailable | OnPostChatAnalysisAvailable | OnZendeskTicketCreate | OnZendeskTicketStatusUpdate | OnSalesforceCaseCreate


integrationAssociationArn?

Type: string (optional)

The Amazon Resource Name (ARN) for the integration association.

IntegrationAssociationArn is required if TriggerEventSource is one of the following values: OnZendeskTicketCreate | OnZendeskTicketStatusUpdate | OnSalesforceCaseCreate