Interface CodeConnectContact.CodeConnectContactProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CodeConnectContact.CodeConnectContactProps.Jsii$Proxy
- Enclosing class:
CodeConnectContact
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.connect.events.*;
CodeConnectContactProps codeConnectContactProps = CodeConnectContactProps.builder()
.agentInfo(AgentInfo.builder()
.agentArn(List.of("agentArn"))
.build())
.channel(List.of("channel"))
.contactId(List.of("contactId"))
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.eventType(List.of("eventType"))
.initialContactId(List.of("initialContactId"))
.initiationMethod(List.of("initiationMethod"))
.instanceArn(List.of("instanceArn"))
.previousContactId(List.of("previousContactId"))
.queueInfo(QueueInfo.builder()
.queueArn(List.of("queueArn"))
.queueType(List.of("queueType"))
.build())
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCodeConnectContact.CodeConnectContactPropsstatic final classAn implementation forCodeConnectContact.CodeConnectContactProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default CodeConnectContact.AgentInfo(experimental) agentInfo property.(experimental) channel property.(experimental) contactId property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) eventType property.(experimental) initialContactId property.(experimental) initiationMethod property.(experimental) instanceArn property.(experimental) previousContactId property.default CodeConnectContact.QueueInfo(experimental) queueInfo property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAgentInfo
(experimental) agentInfo property.Specify an array of string values to match this event if the actual value of agentInfo is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getChannel
(experimental) channel property.Specify an array of string values to match this event if the actual value of channel is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getContactId
(experimental) contactId property.Specify an array of string values to match this event if the actual value of contactId is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
getEventType
(experimental) eventType property.Specify an array of string values to match this event if the actual value of eventType is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getInitialContactId
(experimental) initialContactId property.Specify an array of string values to match this event if the actual value of initialContactId is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getInitiationMethod
(experimental) initiationMethod property.Specify an array of string values to match this event if the actual value of initiationMethod is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getInstanceArn
(experimental) instanceArn property.Specify an array of string values to match this event if the actual value of instanceArn is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Filter with the Instance reference
-
getPreviousContactId
(experimental) previousContactId property.Specify an array of string values to match this event if the actual value of previousContactId is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getQueueInfo
(experimental) queueInfo property.Specify an array of string values to match this event if the actual value of queueInfo is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
-