VoiceIdFraudsterAction
- class aws_cdk.mixins_preview.aws_voiceid.events.VoiceIdFraudsterAction
Bases:
object(experimental) EventBridge event pattern for aws.voiceid@VoiceIdFraudsterAction.
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_voiceid import events as voiceid_events voice_id_fraudster_action = voiceid_events.VoiceIdFraudsterAction()
- Stability:
experimental
Static Methods
- classmethod voice_id_fraudster_action_pattern(*, action=None, data=None, domain_id=None, error_info=None, event_metadata=None, generated_fraudster_id=None, source_id=None, status=None, watchlist_ids=None)
(experimental) EventBridge event pattern for VoiceId Fraudster Action.
- Parameters:
action (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fielddata (
Union[Data,Dict[str,Any],None]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fielddomain_id (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Filter with the Domain referenceerror_info (
Union[ErrorInfo,Dict[str,Any],None]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldevent_metadata (
Union[AWSEventMetadataProps,Dict[str,Any],None]) – (experimental) EventBridge event metadata. Default: - -generated_fraudster_id (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldsource_id (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldstatus (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldwatchlist_ids (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- Return type:
Data
- class VoiceIdFraudsterAction.Data(*, registration_source=None, registration_source_id=None, registration_status=None)
Bases:
object(experimental) Type definition for Data.
- Parameters:
registration_source (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldregistration_source_id (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldregistration_status (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_voiceid import events as voiceid_events data = voiceid_events.VoiceIdFraudsterAction.Data( registration_source=["registrationSource"], registration_source_id=["registrationSourceId"], registration_status=["registrationStatus"] )
Attributes
- registration_source
(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
- Stability:
experimental
- registration_source_id
(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
- Stability:
experimental
- registration_status
(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
- Stability:
experimental
ErrorInfo
- class VoiceIdFraudsterAction.ErrorInfo(*, error_code=None, error_message=None, error_type=None)
Bases:
object(experimental) Type definition for ErrorInfo.
- Parameters:
error_code (
Optional[Sequence[str]]) – (experimental) errorCode property. Specify an array of string values to match this event if the actual value of errorCode is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fielderror_message (
Optional[Sequence[str]]) – (experimental) errorMessage property. Specify an array of string values to match this event if the actual value of errorMessage is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fielderror_type (
Optional[Sequence[str]]) – (experimental) errorType property. Specify an array of string values to match this event if the actual value of errorType is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_voiceid import events as voiceid_events error_info = voiceid_events.VoiceIdFraudsterAction.ErrorInfo( error_code=["errorCode"], error_message=["errorMessage"], error_type=["errorType"] )
Attributes
- error_code
(experimental) errorCode property.
Specify an array of string values to match this event if the actual value of errorCode 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
- Stability:
experimental
- error_message
(experimental) errorMessage property.
Specify an array of string values to match this event if the actual value of errorMessage 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
- Stability:
experimental
- error_type
(experimental) errorType property.
Specify an array of string values to match this event if the actual value of errorType 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
- Stability:
experimental
VoiceIdFraudsterActionProps
- class VoiceIdFraudsterAction.VoiceIdFraudsterActionProps(*, action=None, data=None, domain_id=None, error_info=None, event_metadata=None, generated_fraudster_id=None, source_id=None, status=None, watchlist_ids=None)
Bases:
object(experimental) Props type for aws.voiceid@VoiceIdFraudsterAction event.
- Parameters:
action (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fielddata (
Union[Data,Dict[str,Any],None]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fielddomain_id (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Filter with the Domain referenceerror_info (
Union[ErrorInfo,Dict[str,Any],None]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldevent_metadata (
Union[AWSEventMetadataProps,Dict[str,Any],None]) – (experimental) EventBridge event metadata. Default: - -generated_fraudster_id (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldsource_id (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldstatus (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldwatchlist_ids (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
from aws_cdk import AWSEventMetadataProps # The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_voiceid import events as voiceid_events voice_id_fraudster_action_props = voiceid_events.VoiceIdFraudsterAction.VoiceIdFraudsterActionProps( action=["action"], data=voiceid_events.VoiceIdFraudsterAction.Data( registration_source=["registrationSource"], registration_source_id=["registrationSourceId"], registration_status=["registrationStatus"] ), domain_id=["domainId"], error_info=voiceid_events.VoiceIdFraudsterAction.ErrorInfo( error_code=["errorCode"], error_message=["errorMessage"], error_type=["errorType"] ), event_metadata=AWSEventMetadataProps( region=["region"], resources=["resources"], version=["version"] ), generated_fraudster_id=["generatedFraudsterId"], source_id=["sourceId"], status=["status"], watchlist_ids=["watchlistIds"] )
Attributes
- action
(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
- Stability:
experimental
- data
(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
- Stability:
experimental
- domain_id
(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
- Stability:
experimental
- error_info
(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
- Stability:
experimental
- event_metadata
(experimental) EventBridge event metadata.
- Default:
- Stability:
experimental
- generated_fraudster_id
(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
- Stability:
experimental
- source_id
(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
- Stability:
experimental
- status
(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
- Stability:
experimental
- watchlist_ids
(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
- Stability:
experimental