Interface CodeConnectContact.CodeConnectContactProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CodeConnectContact.CodeConnectContactProps.Jsii$Proxy
Enclosing class:
CodeConnectContact

@Stability(Experimental) public static interface CodeConnectContact.CodeConnectContactProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for aws.connect@CodeConnectContact event.

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();
 
  • Method Details

    • getAgentInfo

      @Stability(Experimental) @Nullable default CodeConnectContact.AgentInfo 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getChannel

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getContactId

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getEventMetadata

      @Stability(Experimental) @Nullable default AWSEventMetadataProps getEventMetadata()
      (experimental) EventBridge event metadata.

      Default: - -

    • getEventType

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getInitialContactId

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getInitiationMethod

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getInstanceArn

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Filter with the Instance reference

    • getPreviousContactId

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getQueueInfo

      @Stability(Experimental) @Nullable default CodeConnectContact.QueueInfo 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      @Stability(Experimental) static CodeConnectContact.CodeConnectContactProps.Builder builder()
      Returns:
      a CodeConnectContact.CodeConnectContactProps.Builder of CodeConnectContact.CodeConnectContactProps