Interface DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.VoiceIdBatchSpeakerEnrollmentActionProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.VoiceIdBatchSpeakerEnrollmentActionProps.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.*;
VoiceIdBatchSpeakerEnrollmentActionProps voiceIdBatchSpeakerEnrollmentActionProps = VoiceIdBatchSpeakerEnrollmentActionProps.builder()
.action(List.of("action"))
.batchJobId(List.of("batchJobId"))
.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())
.domainId(List.of("domainId"))
.errorInfo(ErrorInfo.builder()
.errorCode(List.of("errorCode"))
.errorMessage(List.of("errorMessage"))
.errorType(List.of("errorType"))
.build())
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.sourceId(List.of("sourceId"))
.status(List.of("status"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final class -
Method Summary
Modifier and TypeMethodDescriptionstatic DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.VoiceIdBatchSpeakerEnrollmentActionProps.Builderbuilder()(experimental) action property.(experimental) batchJobId property.getData()(experimental) data property.(experimental) domainId property.(experimental) errorInfo property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) sourceId property.(experimental) status property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAction
(experimental) action property.Specify an array of string values to match this event if the actual value of action 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
-
getBatchJobId
(experimental) batchJobId property.Specify an array of string values to match this event if the actual value of batchJobId 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
-
getData
@Stability(Experimental) @Nullable default DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.Data getData()(experimental) data property.Specify an array of string values to match this event if the actual value of data 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
-
getDomainId
(experimental) domainId property.Specify an array of string values to match this event if the actual value of domainId is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Filter with the Domain reference
-
getErrorInfo
@Stability(Experimental) @Nullable default DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.ErrorInfo getErrorInfo()(experimental) errorInfo property.Specify an array of string values to match this event if the actual value of errorInfo 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
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
getSourceId
(experimental) sourceId property.Specify an array of string values to match this event if the actual value of sourceId 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
-
getStatus
(experimental) status property.Specify an array of string values to match this event if the actual value of status 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.VoiceIdBatchSpeakerEnrollmentActionProps.Builder builder()
-