Interface InstanceEvents.ContactLensRealtimeRulesMatched.ContactLensRealtimeRulesMatchedProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
InstanceEvents.ContactLensRealtimeRulesMatched.ContactLensRealtimeRulesMatchedProps.Jsii$Proxy
Enclosing class:
InstanceEvents.ContactLensRealtimeRulesMatched

@Stability(Experimental) public static interface InstanceEvents.ContactLensRealtimeRulesMatched.ContactLensRealtimeRulesMatchedProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for Instance aws.connect@ContactLensRealtimeRulesMatched 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.*;
 ContactLensRealtimeRulesMatchedProps contactLensRealtimeRulesMatchedProps = ContactLensRealtimeRulesMatchedProps.builder()
         .actionName(List.of("actionName"))
         .agentArn(List.of("agentArn"))
         .contactArn(List.of("contactArn"))
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .instanceArn(List.of("instanceArn"))
         .queueArn(List.of("queueArn"))
         .ruleName(List.of("ruleName"))
         .version(List.of("version"))
         .build();
 
  • Method Details

    • getActionName

      @Stability(Experimental) @Nullable default List<String> getActionName()
      (experimental) actionName property.

      Specify an array of string values to match this event if the actual value of actionName 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

    • getAgentArn

      @Stability(Experimental) @Nullable default List<String> getAgentArn()
      (experimental) agentArn property.

      Specify an array of string values to match this event if the actual value of agentArn 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

    • getContactArn

      @Stability(Experimental) @Nullable default List<String> getContactArn()
      (experimental) contactArn property.

      Specify an array of string values to match this event if the actual value of contactArn 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: - -

    • 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

    • getQueueArn

      @Stability(Experimental) @Nullable default List<String> getQueueArn()
      (experimental) queueArn property.

      Specify an array of string values to match this event if the actual value of queueArn 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

    • getRuleName

      @Stability(Experimental) @Nullable default List<String> getRuleName()
      (experimental) ruleName property.

      Specify an array of string values to match this event if the actual value of ruleName 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

    • getVersion

      @Stability(Experimental) @Nullable default List<String> getVersion()
      (experimental) version property.

      Specify an array of string values to match this event if the actual value of version 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

      Returns:
      a InstanceEvents.ContactLensRealtimeRulesMatched.ContactLensRealtimeRulesMatchedProps.Builder of InstanceEvents.ContactLensRealtimeRulesMatched.ContactLensRealtimeRulesMatchedProps