Interface DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.Data

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

@Stability(Experimental) public static interface DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.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()
         .dataAccessRoleArn(List.of("dataAccessRoleArn"))
         .enrollmentConfig(EnrollmentConfig.builder()
                 .existingEnrollmentAction(List.of("existingEnrollmentAction"))
                 .fraudDetectionConfig(FraudDetectionConfig.builder()
                         .fraudDetectionAction(List.of("fraudDetectionAction"))
                         .fraudDetectionThreshold(List.of("fraudDetectionThreshold"))
                         .watchlistIds(List.of("watchlistIds"))
                         .build())
                 .build())
         .inputDataConfig(InputDataConfig.builder()
                 .s3Uri(List.of("s3Uri"))
                 .build())
         .outputDataConfig(OutputDataConfig.builder()
                 .kmsKeyId(List.of("kmsKeyId"))
                 .s3Uri(List.of("s3Uri"))
                 .build())
         .build();
 
  • Method Details

    • getDataAccessRoleArn

      @Stability(Experimental) @Nullable default List<String> getDataAccessRoleArn()
      (experimental) dataAccessRoleArn property.

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

    • getEnrollmentConfig

      @Stability(Experimental) @Nullable default DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.EnrollmentConfig getEnrollmentConfig()
      (experimental) enrollmentConfig property.

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

    • getInputDataConfig

      @Stability(Experimental) @Nullable default DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.InputDataConfig getInputDataConfig()
      (experimental) inputDataConfig property.

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

    • getOutputDataConfig

      @Stability(Experimental) @Nullable default DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.OutputDataConfig getOutputDataConfig()
      (experimental) outputDataConfig property.

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