Interface DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.Data
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.Data.Jsii$Proxy
- Enclosing class:
DomainEvents.VoiceIdBatchSpeakerEnrollmentAction
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forDomainEvents.VoiceIdBatchSpeakerEnrollmentAction.Datastatic final classAn implementation forDomainEvents.VoiceIdBatchSpeakerEnrollmentAction.Data -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) dataAccessRoleArn property.(experimental) enrollmentConfig property.(experimental) inputDataConfig property.(experimental) outputDataConfig property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor 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.Matchfor 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.Matchfor 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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.Data.Builder builder()
-