Interface DomainEvents.VoiceIdFraudsterAction.Data

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
DomainEvents.VoiceIdFraudsterAction.Data.Jsii$Proxy
Enclosing class:
DomainEvents.VoiceIdFraudsterAction

@Stability(Experimental) public static interface DomainEvents.VoiceIdFraudsterAction.Data extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for Data.

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.voiceid.events.*;
 Data data = Data.builder()
         .registrationSource(List.of("registrationSource"))
         .registrationSourceId(List.of("registrationSourceId"))
         .registrationStatus(List.of("registrationStatus"))
         .build();
 
  • Method Details

    • getRegistrationSource

      @Stability(Experimental) @Nullable default List<String> getRegistrationSource()
      (experimental) registrationSource property.

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

    • getRegistrationSourceId

      @Stability(Experimental) @Nullable default List<String> getRegistrationSourceId()
      (experimental) registrationSourceId property.

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

    • getRegistrationStatus

      @Stability(Experimental) @Nullable default List<String> getRegistrationStatus()
      (experimental) registrationStatus property.

      Specify an array of string values to match this event if the actual value of registrationStatus 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 DomainEvents.VoiceIdFraudsterAction.Data.Builder builder()
      Returns:
      a DomainEvents.VoiceIdFraudsterAction.Data.Builder of DomainEvents.VoiceIdFraudsterAction.Data