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