Interface DomainEvents.VoiceIdFraudsterAction.VoiceIdFraudsterActionProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DomainEvents.VoiceIdFraudsterAction.VoiceIdFraudsterActionProps.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.*;
VoiceIdFraudsterActionProps voiceIdFraudsterActionProps = VoiceIdFraudsterActionProps.builder()
.action(List.of("action"))
.data(Data.builder()
.registrationSource(List.of("registrationSource"))
.registrationSourceId(List.of("registrationSourceId"))
.registrationStatus(List.of("registrationStatus"))
.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())
.generatedFraudsterId(List.of("generatedFraudsterId"))
.sourceId(List.of("sourceId"))
.status(List.of("status"))
.watchlistIds(List.of("watchlistIds"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forDomainEvents.VoiceIdFraudsterAction.VoiceIdFraudsterActionProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) action property.getData()(experimental) data property.(experimental) domainId property.(experimental) errorInfo property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) generatedFraudsterId property.(experimental) sourceId property.(experimental) status property.(experimental) watchlistIds 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
-
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.VoiceIdFraudsterAction.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: - -
-
getGeneratedFraudsterId
(experimental) generatedFraudsterId property.Specify an array of string values to match this event if the actual value of generatedFraudsterId 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
-
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
-
getWatchlistIds
(experimental) watchlistIds property.Specify an array of string values to match this event if the actual value of watchlistIds 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.VoiceIdFraudsterAction.VoiceIdFraudsterActionProps.Builder builder()
-