DomainEvents

class aws_cdk.mixins_preview.aws_voiceid.events.DomainEvents(*args: Any, **kwargs)

Bases: object

(experimental) EventBridge event patterns for Domain.

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
from aws_cdk.interfaces import aws_voiceid as interfaces_aws_voiceid

# domain_ref: interfaces_aws_voiceid.IDomainRef

domain_events = voiceid_events.DomainEvents.from_domain(domain_ref)

Methods

voice_id_batch_fraudster_registration_action_pattern(*, action=None, batch_job_id=None, data=None, domain_id=None, error_info=None, event_metadata=None, source_id=None, status=None)

(experimental) EventBridge event pattern for Domain VoiceId Batch Fraudster Registration 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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • batch_job_id (Optional[Sequence[str]]) – (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.Match for more advanced matching options. Default: - Do not filter on this field

  • data (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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • domain_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 the aws_events.Match for more advanced matching options. Default: - Filter with the Domain reference

  • error_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • event_metadata (Union[AWSEventMetadataProps, Dict[str, Any], None]) – (experimental) EventBridge event metadata. Default: - -

  • source_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • status (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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

Stability:

experimental

Return type:

EventPattern

voice_id_batch_speaker_enrollment_action_pattern(*, action=None, batch_job_id=None, data=None, domain_id=None, error_info=None, event_metadata=None, source_id=None, status=None)

(experimental) EventBridge event pattern for Domain VoiceId Batch Speaker Enrollment 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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • batch_job_id (Optional[Sequence[str]]) – (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.Match for more advanced matching options. Default: - Do not filter on this field

  • data (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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • domain_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 the aws_events.Match for more advanced matching options. Default: - Filter with the Domain reference

  • error_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • event_metadata (Union[AWSEventMetadataProps, Dict[str, Any], None]) – (experimental) EventBridge event metadata. Default: - -

  • source_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • status (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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

Stability:

experimental

Return type:

EventPattern

voice_id_evaluate_session_action_pattern(*, action=None, domain_id=None, error_info=None, event_metadata=None, session=None, source_id=None, status=None, system_attributes=None)

(experimental) EventBridge event pattern for Domain VoiceId Evaluate Session 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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • domain_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 the aws_events.Match for more advanced matching options. Default: - Filter with the Domain reference

  • error_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • event_metadata (Union[AWSEventMetadataProps, Dict[str, Any], None]) – (experimental) EventBridge event metadata. Default: - -

  • session (Union[Session, Dict[str, Any], None]) – (experimental) session property. Specify an array of string values to match this event if the actual value of session is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • source_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • status (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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • system_attributes (Union[SystemAttributes, Dict[str, Any], None]) – (experimental) systemAttributes property. Specify an array of string values to match this event if the actual value of systemAttributes is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

Stability:

experimental

Return type:

EventPattern

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 Domain 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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • data (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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • domain_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 the aws_events.Match for more advanced matching options. Default: - Filter with the Domain reference

  • error_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • event_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • source_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • status (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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • watchlist_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

Stability:

experimental

Return type:

EventPattern

voice_id_session_speaker_enrollment_action_pattern(*, action=None, domain_id=None, error_info=None, event_metadata=None, session_id=None, session_name=None, source_id=None, status=None, system_attributes=None)

(experimental) EventBridge event pattern for Domain VoiceId Session Speaker Enrollment 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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • domain_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 the aws_events.Match for more advanced matching options. Default: - Filter with the Domain reference

  • error_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • event_metadata (Union[AWSEventMetadataProps, Dict[str, Any], None]) – (experimental) EventBridge event metadata. Default: - -

  • session_id (Optional[Sequence[str]]) – (experimental) sessionId property. Specify an array of string values to match this event if the actual value of sessionId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • session_name (Optional[Sequence[str]]) – (experimental) sessionName property. Specify an array of string values to match this event if the actual value of sessionName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • source_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • status (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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • system_attributes (Union[SystemAttributes, Dict[str, Any], None]) – (experimental) systemAttributes property. Specify an array of string values to match this event if the actual value of systemAttributes is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

Stability:

experimental

Return type:

EventPattern

voice_id_speaker_action_pattern(*, action=None, data=None, domain_id=None, error_info=None, event_metadata=None, generated_speaker_id=None, source_id=None, status=None, system_attributes=None)

(experimental) EventBridge event pattern for Domain VoiceId Speaker 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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • data (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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • domain_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 the aws_events.Match for more advanced matching options. Default: - Filter with the Domain reference

  • error_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • event_metadata (Union[AWSEventMetadataProps, Dict[str, Any], None]) – (experimental) EventBridge event metadata. Default: - -

  • generated_speaker_id (Optional[Sequence[str]]) – (experimental) generatedSpeakerId property. Specify an array of string values to match this event if the actual value of generatedSpeakerId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • source_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • status (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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • system_attributes (Union[SystemAttributes, Dict[str, Any], None]) – (experimental) systemAttributes property. Specify an array of string values to match this event if the actual value of systemAttributes is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

Stability:

experimental

Return type:

EventPattern

voice_id_start_session_action_pattern(*, action=None, domain_id=None, error_info=None, event_metadata=None, session=None, source_id=None, status=None, system_attributes=None)

(experimental) EventBridge event pattern for Domain VoiceId Start Session 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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • domain_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 the aws_events.Match for more advanced matching options. Default: - Filter with the Domain reference

  • error_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • event_metadata (Union[AWSEventMetadataProps, Dict[str, Any], None]) – (experimental) EventBridge event metadata. Default: - -

  • session (Union[Session, Dict[str, Any], None]) – (experimental) session property. Specify an array of string values to match this event if the actual value of session is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • source_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • status (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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • system_attributes (Union[SystemAttributes, Dict[str, Any], None]) – (experimental) systemAttributes property. Specify an array of string values to match this event if the actual value of systemAttributes is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

Stability:

experimental

Return type:

EventPattern

voice_id_update_session_action_pattern(*, action=None, domain_id=None, error_info=None, event_metadata=None, session=None, source_id=None, status=None)

(experimental) EventBridge event pattern for Domain VoiceId Update Session 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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • domain_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 the aws_events.Match for more advanced matching options. Default: - Filter with the Domain reference

  • error_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • event_metadata (Union[AWSEventMetadataProps, Dict[str, Any], None]) – (experimental) EventBridge event metadata. Default: - -

  • session (Union[Session, Dict[str, Any], None]) – (experimental) session property. Specify an array of string values to match this event if the actual value of session is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • source_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • status (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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

Stability:

experimental

Return type:

EventPattern

Static Methods

classmethod from_domain(domain_ref)

(experimental) Create DomainEvents from a Domain reference.

Parameters:

domain_ref (IDomainRef)

Stability:

experimental

Return type:

DomainEvents

VoiceIdBatchFraudsterRegistrationAction

class DomainEvents.VoiceIdBatchFraudsterRegistrationAction

Bases: object

(experimental) aws.voiceid@VoiceIdBatchFraudsterRegistrationAction event types for Domain.

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_batch_fraudster_registration_action = voiceid_events.DomainEvents.VoiceIdBatchFraudsterRegistrationAction()
Stability:

experimental

Data

class DomainEvents.VoiceIdBatchFraudsterRegistrationAction.Data(*, data_access_role_arn=None, input_data_config=None, output_data_config=None, registration_config=None)

Bases: object

(experimental) Type definition for Data.

Parameters:
  • data_access_role_arn (Optional[Sequence[str]]) – (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.Match for more advanced matching options. Default: - Do not filter on this field

  • input_data_config (Union[InputDataConfig, Dict[str, Any], None]) – (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.Match for more advanced matching options. Default: - Do not filter on this field

  • output_data_config (Union[OutputDataConfig, Dict[str, Any], None]) – (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.Match for more advanced matching options. Default: - Do not filter on this field

  • registration_config (Union[RegistrationConfig, Dict[str, Any], None]) – (experimental) registrationConfig property. Specify an array of string values to match this event if the actual value of registrationConfig is one of the values in the array. Use one of the constructors on the aws_events.Match for 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.DomainEvents.VoiceIdBatchFraudsterRegistrationAction.Data(
    data_access_role_arn=["dataAccessRoleArn"],
    input_data_config=voiceid_events.DomainEvents.VoiceIdBatchFraudsterRegistrationAction.InputDataConfig(
        s3_uri=["s3Uri"]
    ),
    output_data_config=voiceid_events.DomainEvents.VoiceIdBatchFraudsterRegistrationAction.OutputDataConfig(
        kms_key_id=["kmsKeyId"],
        s3_uri=["s3Uri"]
    ),
    registration_config=voiceid_events.DomainEvents.VoiceIdBatchFraudsterRegistrationAction.RegistrationConfig(
        duplicate_registration_action=["duplicateRegistrationAction"],
        fraudster_similarity_threshold=["fraudsterSimilarityThreshold"],
        watchlist_ids=["watchlistIds"]
    )
)

Attributes

data_access_role_arn

(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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

input_data_config

(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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

output_data_config

(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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

registration_config

(experimental) registrationConfig property.

Specify an array of string values to match this event if the actual value of registrationConfig is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

ErrorInfo

class DomainEvents.VoiceIdBatchFraudsterRegistrationAction.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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • error_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • error_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 the aws_events.Match for 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.DomainEvents.VoiceIdBatchFraudsterRegistrationAction.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.Match for 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.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

InputDataConfig

class DomainEvents.VoiceIdBatchFraudsterRegistrationAction.InputDataConfig(*, s3_uri=None)

Bases: object

(experimental) Type definition for InputDataConfig.

Parameters:

s3_uri (Optional[Sequence[str]]) – (experimental) s3Uri property. Specify an array of string values to match this event if the actual value of s3Uri is one of the values in the array. Use one of the constructors on the aws_events.Match for 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

input_data_config = voiceid_events.DomainEvents.VoiceIdBatchFraudsterRegistrationAction.InputDataConfig(
    s3_uri=["s3Uri"]
)

Attributes

s3_uri

(experimental) s3Uri property.

Specify an array of string values to match this event if the actual value of s3Uri is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

OutputDataConfig

class DomainEvents.VoiceIdBatchFraudsterRegistrationAction.OutputDataConfig(*, kms_key_id=None, s3_uri=None)

Bases: object

(experimental) Type definition for OutputDataConfig.

Parameters:
  • kms_key_id (Optional[Sequence[str]]) – (experimental) kmsKeyId property. Specify an array of string values to match this event if the actual value of kmsKeyId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • s3_uri (Optional[Sequence[str]]) – (experimental) s3Uri property. Specify an array of string values to match this event if the actual value of s3Uri is one of the values in the array. Use one of the constructors on the aws_events.Match for 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

output_data_config = voiceid_events.DomainEvents.VoiceIdBatchFraudsterRegistrationAction.OutputDataConfig(
    kms_key_id=["kmsKeyId"],
    s3_uri=["s3Uri"]
)

Attributes

kms_key_id

(experimental) kmsKeyId property.

Specify an array of string values to match this event if the actual value of kmsKeyId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

s3_uri

(experimental) s3Uri property.

Specify an array of string values to match this event if the actual value of s3Uri is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

RegistrationConfig

class DomainEvents.VoiceIdBatchFraudsterRegistrationAction.RegistrationConfig(*, duplicate_registration_action=None, fraudster_similarity_threshold=None, watchlist_ids=None)

Bases: object

(experimental) Type definition for RegistrationConfig.

Parameters:
  • duplicate_registration_action (Optional[Sequence[str]]) – (experimental) duplicateRegistrationAction property. Specify an array of string values to match this event if the actual value of duplicateRegistrationAction is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • fraudster_similarity_threshold (Optional[Sequence[str]]) – (experimental) fraudsterSimilarityThreshold property. Specify an array of string values to match this event if the actual value of fraudsterSimilarityThreshold is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • watchlist_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 the aws_events.Match for 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

registration_config = voiceid_events.DomainEvents.VoiceIdBatchFraudsterRegistrationAction.RegistrationConfig(
    duplicate_registration_action=["duplicateRegistrationAction"],
    fraudster_similarity_threshold=["fraudsterSimilarityThreshold"],
    watchlist_ids=["watchlistIds"]
)

Attributes

duplicate_registration_action

(experimental) duplicateRegistrationAction property.

Specify an array of string values to match this event if the actual value of duplicateRegistrationAction is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

fraudster_similarity_threshold

(experimental) fraudsterSimilarityThreshold property.

Specify an array of string values to match this event if the actual value of fraudsterSimilarityThreshold is one of the values in the array. Use one of the constructors on the aws_events.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

VoiceIdBatchFraudsterRegistrationActionProps

class DomainEvents.VoiceIdBatchFraudsterRegistrationAction.VoiceIdBatchFraudsterRegistrationActionProps(*, action=None, batch_job_id=None, data=None, domain_id=None, error_info=None, event_metadata=None, source_id=None, status=None)

Bases: object

(experimental) Props type for Domain aws.voiceid@VoiceIdBatchFraudsterRegistrationAction 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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • batch_job_id (Optional[Sequence[str]]) – (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.Match for more advanced matching options. Default: - Do not filter on this field

  • data (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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • domain_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 the aws_events.Match for more advanced matching options. Default: - Filter with the Domain reference

  • error_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • event_metadata (Union[AWSEventMetadataProps, Dict[str, Any], None]) – (experimental) EventBridge event metadata. Default: - -

  • source_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • status (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 the aws_events.Match for 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

voice_id_batch_fraudster_registration_action_props = voiceid_events.DomainEvents.VoiceIdBatchFraudsterRegistrationAction.VoiceIdBatchFraudsterRegistrationActionProps(
    action=["action"],
    batch_job_id=["batchJobId"],
    data=voiceid_events.DomainEvents.VoiceIdBatchFraudsterRegistrationAction.Data(
        data_access_role_arn=["dataAccessRoleArn"],
        input_data_config=voiceid_events.DomainEvents.VoiceIdBatchFraudsterRegistrationAction.InputDataConfig(
            s3_uri=["s3Uri"]
        ),
        output_data_config=voiceid_events.DomainEvents.VoiceIdBatchFraudsterRegistrationAction.OutputDataConfig(
            kms_key_id=["kmsKeyId"],
            s3_uri=["s3Uri"]
        ),
        registration_config=voiceid_events.DomainEvents.VoiceIdBatchFraudsterRegistrationAction.RegistrationConfig(
            duplicate_registration_action=["duplicateRegistrationAction"],
            fraudster_similarity_threshold=["fraudsterSimilarityThreshold"],
            watchlist_ids=["watchlistIds"]
        )
    ),
    domain_id=["domainId"],
    error_info=voiceid_events.DomainEvents.VoiceIdBatchFraudsterRegistrationAction.ErrorInfo(
        error_code=["errorCode"],
        error_message=["errorMessage"],
        error_type=["errorType"]
    ),
    event_metadata=AWSEventMetadataProps(
        region=["region"],
        resources=["resources"],
        version=["version"]
    ),
    source_id=["sourceId"],
    status=["status"]
)

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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

batch_job_id

(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.Match for 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.Match for 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.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

event_metadata

(experimental) EventBridge event metadata.

Default:

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.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

VoiceIdBatchSpeakerEnrollmentAction

class DomainEvents.VoiceIdBatchSpeakerEnrollmentAction

Bases: object

(experimental) aws.voiceid@VoiceIdBatchSpeakerEnrollmentAction event types for Domain.

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_batch_speaker_enrollment_action = voiceid_events.DomainEvents.VoiceIdBatchSpeakerEnrollmentAction()
Stability:

experimental

Data

class DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.Data(*, data_access_role_arn=None, enrollment_config=None, input_data_config=None, output_data_config=None)

Bases: object

(experimental) Type definition for Data.

Parameters:
  • data_access_role_arn (Optional[Sequence[str]]) – (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.Match for more advanced matching options. Default: - Do not filter on this field

  • enrollment_config (Union[EnrollmentConfig, Dict[str, Any], None]) – (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.Match for more advanced matching options. Default: - Do not filter on this field

  • input_data_config (Union[InputDataConfig, Dict[str, Any], None]) – (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.Match for more advanced matching options. Default: - Do not filter on this field

  • output_data_config (Union[OutputDataConfig, Dict[str, Any], None]) – (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.Match for 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.DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.Data(
    data_access_role_arn=["dataAccessRoleArn"],
    enrollment_config=voiceid_events.DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.EnrollmentConfig(
        existing_enrollment_action=["existingEnrollmentAction"],
        fraud_detection_config=voiceid_events.DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.FraudDetectionConfig(
            fraud_detection_action=["fraudDetectionAction"],
            fraud_detection_threshold=["fraudDetectionThreshold"],
            watchlist_ids=["watchlistIds"]
        )
    ),
    input_data_config=voiceid_events.DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.InputDataConfig(
        s3_uri=["s3Uri"]
    ),
    output_data_config=voiceid_events.DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.OutputDataConfig(
        kms_key_id=["kmsKeyId"],
        s3_uri=["s3Uri"]
    )
)

Attributes

data_access_role_arn

(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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

enrollment_config

(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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

input_data_config

(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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

output_data_config

(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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

EnrollmentConfig

class DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.EnrollmentConfig(*, existing_enrollment_action=None, fraud_detection_config=None)

Bases: object

(experimental) Type definition for EnrollmentConfig.

Parameters:
  • existing_enrollment_action (Optional[Sequence[str]]) – (experimental) existingEnrollmentAction property. Specify an array of string values to match this event if the actual value of existingEnrollmentAction is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • fraud_detection_config (Union[FraudDetectionConfig, Dict[str, Any], None]) – (experimental) fraudDetectionConfig property. Specify an array of string values to match this event if the actual value of fraudDetectionConfig is one of the values in the array. Use one of the constructors on the aws_events.Match for 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

enrollment_config = voiceid_events.DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.EnrollmentConfig(
    existing_enrollment_action=["existingEnrollmentAction"],
    fraud_detection_config=voiceid_events.DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.FraudDetectionConfig(
        fraud_detection_action=["fraudDetectionAction"],
        fraud_detection_threshold=["fraudDetectionThreshold"],
        watchlist_ids=["watchlistIds"]
    )
)

Attributes

existing_enrollment_action

(experimental) existingEnrollmentAction property.

Specify an array of string values to match this event if the actual value of existingEnrollmentAction is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

fraud_detection_config

(experimental) fraudDetectionConfig property.

Specify an array of string values to match this event if the actual value of fraudDetectionConfig is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

ErrorInfo

class DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • error_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • error_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 the aws_events.Match for 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.DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.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.Match for 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.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

FraudDetectionConfig

class DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.FraudDetectionConfig(*, fraud_detection_action=None, fraud_detection_threshold=None, watchlist_ids=None)

Bases: object

(experimental) Type definition for FraudDetectionConfig.

Parameters:
  • fraud_detection_action (Optional[Sequence[str]]) – (experimental) fraudDetectionAction property. Specify an array of string values to match this event if the actual value of fraudDetectionAction is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • fraud_detection_threshold (Optional[Sequence[str]]) – (experimental) fraudDetectionThreshold property. Specify an array of string values to match this event if the actual value of fraudDetectionThreshold is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • watchlist_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 the aws_events.Match for 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

fraud_detection_config = voiceid_events.DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.FraudDetectionConfig(
    fraud_detection_action=["fraudDetectionAction"],
    fraud_detection_threshold=["fraudDetectionThreshold"],
    watchlist_ids=["watchlistIds"]
)

Attributes

fraud_detection_action

(experimental) fraudDetectionAction property.

Specify an array of string values to match this event if the actual value of fraudDetectionAction is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

fraud_detection_threshold

(experimental) fraudDetectionThreshold property.

Specify an array of string values to match this event if the actual value of fraudDetectionThreshold is one of the values in the array. Use one of the constructors on the aws_events.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

InputDataConfig

class DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.InputDataConfig(*, s3_uri=None)

Bases: object

(experimental) Type definition for InputDataConfig.

Parameters:

s3_uri (Optional[Sequence[str]]) – (experimental) s3Uri property. Specify an array of string values to match this event if the actual value of s3Uri is one of the values in the array. Use one of the constructors on the aws_events.Match for 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

input_data_config = voiceid_events.DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.InputDataConfig(
    s3_uri=["s3Uri"]
)

Attributes

s3_uri

(experimental) s3Uri property.

Specify an array of string values to match this event if the actual value of s3Uri is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

OutputDataConfig

class DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.OutputDataConfig(*, kms_key_id=None, s3_uri=None)

Bases: object

(experimental) Type definition for OutputDataConfig.

Parameters:
  • kms_key_id (Optional[Sequence[str]]) – (experimental) kmsKeyId property. Specify an array of string values to match this event if the actual value of kmsKeyId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • s3_uri (Optional[Sequence[str]]) – (experimental) s3Uri property. Specify an array of string values to match this event if the actual value of s3Uri is one of the values in the array. Use one of the constructors on the aws_events.Match for 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

output_data_config = voiceid_events.DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.OutputDataConfig(
    kms_key_id=["kmsKeyId"],
    s3_uri=["s3Uri"]
)

Attributes

kms_key_id

(experimental) kmsKeyId property.

Specify an array of string values to match this event if the actual value of kmsKeyId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

s3_uri

(experimental) s3Uri property.

Specify an array of string values to match this event if the actual value of s3Uri is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

VoiceIdBatchSpeakerEnrollmentActionProps

class DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.VoiceIdBatchSpeakerEnrollmentActionProps(*, action=None, batch_job_id=None, data=None, domain_id=None, error_info=None, event_metadata=None, source_id=None, status=None)

Bases: object

(experimental) Props type for Domain aws.voiceid@VoiceIdBatchSpeakerEnrollmentAction 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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • batch_job_id (Optional[Sequence[str]]) – (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.Match for more advanced matching options. Default: - Do not filter on this field

  • data (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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • domain_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 the aws_events.Match for more advanced matching options. Default: - Filter with the Domain reference

  • error_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • event_metadata (Union[AWSEventMetadataProps, Dict[str, Any], None]) – (experimental) EventBridge event metadata. Default: - -

  • source_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • status (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 the aws_events.Match for 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

voice_id_batch_speaker_enrollment_action_props = voiceid_events.DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.VoiceIdBatchSpeakerEnrollmentActionProps(
    action=["action"],
    batch_job_id=["batchJobId"],
    data=voiceid_events.DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.Data(
        data_access_role_arn=["dataAccessRoleArn"],
        enrollment_config=voiceid_events.DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.EnrollmentConfig(
            existing_enrollment_action=["existingEnrollmentAction"],
            fraud_detection_config=voiceid_events.DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.FraudDetectionConfig(
                fraud_detection_action=["fraudDetectionAction"],
                fraud_detection_threshold=["fraudDetectionThreshold"],
                watchlist_ids=["watchlistIds"]
            )
        ),
        input_data_config=voiceid_events.DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.InputDataConfig(
            s3_uri=["s3Uri"]
        ),
        output_data_config=voiceid_events.DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.OutputDataConfig(
            kms_key_id=["kmsKeyId"],
            s3_uri=["s3Uri"]
        )
    ),
    domain_id=["domainId"],
    error_info=voiceid_events.DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.ErrorInfo(
        error_code=["errorCode"],
        error_message=["errorMessage"],
        error_type=["errorType"]
    ),
    event_metadata=AWSEventMetadataProps(
        region=["region"],
        resources=["resources"],
        version=["version"]
    ),
    source_id=["sourceId"],
    status=["status"]
)

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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

batch_job_id

(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.Match for 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.Match for 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.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

event_metadata

(experimental) EventBridge event metadata.

Default:

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.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

VoiceIdEvaluateSessionAction

class DomainEvents.VoiceIdEvaluateSessionAction

Bases: object

(experimental) aws.voiceid@VoiceIdEvaluateSessionAction event types for Domain.

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_evaluate_session_action = voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction()
Stability:

experimental

AuthenticationResult

class DomainEvents.VoiceIdEvaluateSessionAction.AuthenticationResult(*, audio_aggregation_ended_at=None, audio_aggregation_started_at=None, authentication_result_id=None, configuration=None, decision=None, score=None)

Bases: object

(experimental) Type definition for AuthenticationResult.

Parameters:
  • audio_aggregation_ended_at (Optional[Sequence[str]]) – (experimental) audioAggregationEndedAt property. Specify an array of string values to match this event if the actual value of audioAggregationEndedAt is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • audio_aggregation_started_at (Optional[Sequence[str]]) – (experimental) audioAggregationStartedAt property. Specify an array of string values to match this event if the actual value of audioAggregationStartedAt is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • authentication_result_id (Optional[Sequence[str]]) – (experimental) authenticationResultId property. Specify an array of string values to match this event if the actual value of authenticationResultId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • configuration (Union[ConfigurationAuthentication, Dict[str, Any], None]) – (experimental) configuration property. Specify an array of string values to match this event if the actual value of configuration is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • decision (Optional[Sequence[str]]) – (experimental) decision property. Specify an array of string values to match this event if the actual value of decision is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • score (Optional[Sequence[str]]) – (experimental) score property. Specify an array of string values to match this event if the actual value of score is one of the values in the array. Use one of the constructors on the aws_events.Match for 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

authentication_result = voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.AuthenticationResult(
    audio_aggregation_ended_at=["audioAggregationEndedAt"],
    audio_aggregation_started_at=["audioAggregationStartedAt"],
    authentication_result_id=["authenticationResultId"],
    configuration=voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.ConfigurationAuthentication(
        acceptance_threshold=["acceptanceThreshold"]
    ),
    decision=["decision"],
    score=["score"]
)

Attributes

audio_aggregation_ended_at

(experimental) audioAggregationEndedAt property.

Specify an array of string values to match this event if the actual value of audioAggregationEndedAt is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

audio_aggregation_started_at

(experimental) audioAggregationStartedAt property.

Specify an array of string values to match this event if the actual value of audioAggregationStartedAt is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

authentication_result_id

(experimental) authenticationResultId property.

Specify an array of string values to match this event if the actual value of authenticationResultId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

configuration

(experimental) configuration property.

Specify an array of string values to match this event if the actual value of configuration is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

decision

(experimental) decision property.

Specify an array of string values to match this event if the actual value of decision is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

score

(experimental) score property.

Specify an array of string values to match this event if the actual value of score is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

ConfigurationAuthentication

class DomainEvents.VoiceIdEvaluateSessionAction.ConfigurationAuthentication(*, acceptance_threshold=None)

Bases: object

(experimental) Type definition for Configuration_Authentication.

Parameters:

acceptance_threshold (Optional[Sequence[str]]) – (experimental) acceptanceThreshold property. Specify an array of string values to match this event if the actual value of acceptanceThreshold is one of the values in the array. Use one of the constructors on the aws_events.Match for 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

configuration_authentication = voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.ConfigurationAuthentication(
    acceptance_threshold=["acceptanceThreshold"]
)

Attributes

acceptance_threshold

(experimental) acceptanceThreshold property.

Specify an array of string values to match this event if the actual value of acceptanceThreshold is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

ConfigurationFraud

class DomainEvents.VoiceIdEvaluateSessionAction.ConfigurationFraud(*, risk_threshold=None, watchlist_id=None)

Bases: object

(experimental) Type definition for Configuration_Fraud.

Parameters:
  • risk_threshold (Optional[Sequence[str]]) – (experimental) riskThreshold property. Specify an array of string values to match this event if the actual value of riskThreshold is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • watchlist_id (Optional[Sequence[str]]) – (experimental) watchlistId property. Specify an array of string values to match this event if the actual value of watchlistId is one of the values in the array. Use one of the constructors on the aws_events.Match for 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

configuration_fraud = voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.ConfigurationFraud(
    risk_threshold=["riskThreshold"],
    watchlist_id=["watchlistId"]
)

Attributes

risk_threshold

(experimental) riskThreshold property.

Specify an array of string values to match this event if the actual value of riskThreshold is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

watchlist_id

(experimental) watchlistId property.

Specify an array of string values to match this event if the actual value of watchlistId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

ErrorInfo

class DomainEvents.VoiceIdEvaluateSessionAction.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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • error_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • error_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 the aws_events.Match for 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.DomainEvents.VoiceIdEvaluateSessionAction.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.Match for 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.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

FraudDetectionResult

class DomainEvents.VoiceIdEvaluateSessionAction.FraudDetectionResult(*, audio_aggregation_ended_at=None, audio_aggregation_started_at=None, configuration=None, decision=None, fraud_detection_result_id=None, reasons=None, risk_details=None)

Bases: object

(experimental) Type definition for FraudDetectionResult.

Parameters:
  • audio_aggregation_ended_at (Optional[Sequence[str]]) – (experimental) audioAggregationEndedAt property. Specify an array of string values to match this event if the actual value of audioAggregationEndedAt is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • audio_aggregation_started_at (Optional[Sequence[str]]) – (experimental) audioAggregationStartedAt property. Specify an array of string values to match this event if the actual value of audioAggregationStartedAt is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • configuration (Union[ConfigurationFraud, Dict[str, Any], None]) – (experimental) configuration property. Specify an array of string values to match this event if the actual value of configuration is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • decision (Optional[Sequence[str]]) – (experimental) decision property. Specify an array of string values to match this event if the actual value of decision is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • fraud_detection_result_id (Optional[Sequence[str]]) – (experimental) fraudDetectionResultId property. Specify an array of string values to match this event if the actual value of fraudDetectionResultId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • reasons (Optional[Sequence[str]]) – (experimental) reasons property. Specify an array of string values to match this event if the actual value of reasons is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • risk_details (Union[RiskDetails, Dict[str, Any], None]) – (experimental) riskDetails property. Specify an array of string values to match this event if the actual value of riskDetails is one of the values in the array. Use one of the constructors on the aws_events.Match for 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

fraud_detection_result = voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.FraudDetectionResult(
    audio_aggregation_ended_at=["audioAggregationEndedAt"],
    audio_aggregation_started_at=["audioAggregationStartedAt"],
    configuration=voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.ConfigurationFraud(
        risk_threshold=["riskThreshold"],
        watchlist_id=["watchlistId"]
    ),
    decision=["decision"],
    fraud_detection_result_id=["fraudDetectionResultId"],
    reasons=["reasons"],
    risk_details=voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.RiskDetails(
        known_fraudster_risk=voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.KnownFraudsterRisk(
            generated_fraudster_id=["generatedFraudsterId"],
            risk_score=["riskScore"]
        ),
        voice_spoofing_risk=voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.VoiceSpoofingRisk(
            risk_score=["riskScore"]
        )
    )
)

Attributes

audio_aggregation_ended_at

(experimental) audioAggregationEndedAt property.

Specify an array of string values to match this event if the actual value of audioAggregationEndedAt is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

audio_aggregation_started_at

(experimental) audioAggregationStartedAt property.

Specify an array of string values to match this event if the actual value of audioAggregationStartedAt is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

configuration

(experimental) configuration property.

Specify an array of string values to match this event if the actual value of configuration is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

decision

(experimental) decision property.

Specify an array of string values to match this event if the actual value of decision is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

fraud_detection_result_id

(experimental) fraudDetectionResultId property.

Specify an array of string values to match this event if the actual value of fraudDetectionResultId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

reasons

(experimental) reasons property.

Specify an array of string values to match this event if the actual value of reasons is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

risk_details

(experimental) riskDetails property.

Specify an array of string values to match this event if the actual value of riskDetails is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

KnownFraudsterRisk

class DomainEvents.VoiceIdEvaluateSessionAction.KnownFraudsterRisk(*, generated_fraudster_id=None, risk_score=None)

Bases: object

(experimental) Type definition for KnownFraudsterRisk.

Parameters:
  • 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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • risk_score (Optional[Sequence[str]]) – (experimental) riskScore property. Specify an array of string values to match this event if the actual value of riskScore is one of the values in the array. Use one of the constructors on the aws_events.Match for 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

known_fraudster_risk = voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.KnownFraudsterRisk(
    generated_fraudster_id=["generatedFraudsterId"],
    risk_score=["riskScore"]
)

Attributes

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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

risk_score

(experimental) riskScore property.

Specify an array of string values to match this event if the actual value of riskScore is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

RiskDetails

class DomainEvents.VoiceIdEvaluateSessionAction.RiskDetails(*, known_fraudster_risk=None, voice_spoofing_risk=None)

Bases: object

(experimental) Type definition for RiskDetails.

Parameters:
  • known_fraudster_risk (Union[KnownFraudsterRisk, Dict[str, Any], None]) – (experimental) knownFraudsterRisk property. Specify an array of string values to match this event if the actual value of knownFraudsterRisk is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • voice_spoofing_risk (Union[VoiceSpoofingRisk, Dict[str, Any], None]) – (experimental) voiceSpoofingRisk property. Specify an array of string values to match this event if the actual value of voiceSpoofingRisk is one of the values in the array. Use one of the constructors on the aws_events.Match for 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

risk_details = voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.RiskDetails(
    known_fraudster_risk=voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.KnownFraudsterRisk(
        generated_fraudster_id=["generatedFraudsterId"],
        risk_score=["riskScore"]
    ),
    voice_spoofing_risk=voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.VoiceSpoofingRisk(
        risk_score=["riskScore"]
    )
)

Attributes

known_fraudster_risk

(experimental) knownFraudsterRisk property.

Specify an array of string values to match this event if the actual value of knownFraudsterRisk is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

voice_spoofing_risk

(experimental) voiceSpoofingRisk property.

Specify an array of string values to match this event if the actual value of voiceSpoofingRisk is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

Session

class DomainEvents.VoiceIdEvaluateSessionAction.Session(*, authentication_result=None, fraud_detection_result=None, generated_speaker_id=None, session_id=None, session_name=None, streaming_status=None)

Bases: object

(experimental) Type definition for Session.

Parameters:
  • authentication_result (Union[AuthenticationResult, Dict[str, Any], None]) – (experimental) authenticationResult property. Specify an array of string values to match this event if the actual value of authenticationResult is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • fraud_detection_result (Union[FraudDetectionResult, Dict[str, Any], None]) – (experimental) fraudDetectionResult property. Specify an array of string values to match this event if the actual value of fraudDetectionResult is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • generated_speaker_id (Optional[Sequence[str]]) – (experimental) generatedSpeakerId property. Specify an array of string values to match this event if the actual value of generatedSpeakerId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • session_id (Optional[Sequence[str]]) – (experimental) sessionId property. Specify an array of string values to match this event if the actual value of sessionId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • session_name (Optional[Sequence[str]]) – (experimental) sessionName property. Specify an array of string values to match this event if the actual value of sessionName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • streaming_status (Optional[Sequence[str]]) – (experimental) streamingStatus property. Specify an array of string values to match this event if the actual value of streamingStatus is one of the values in the array. Use one of the constructors on the aws_events.Match for 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

session = voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.Session(
    authentication_result=voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.AuthenticationResult(
        audio_aggregation_ended_at=["audioAggregationEndedAt"],
        audio_aggregation_started_at=["audioAggregationStartedAt"],
        authentication_result_id=["authenticationResultId"],
        configuration=voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.ConfigurationAuthentication(
            acceptance_threshold=["acceptanceThreshold"]
        ),
        decision=["decision"],
        score=["score"]
    ),
    fraud_detection_result=voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.FraudDetectionResult(
        audio_aggregation_ended_at=["audioAggregationEndedAt"],
        audio_aggregation_started_at=["audioAggregationStartedAt"],
        configuration=voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.ConfigurationFraud(
            risk_threshold=["riskThreshold"],
            watchlist_id=["watchlistId"]
        ),
        decision=["decision"],
        fraud_detection_result_id=["fraudDetectionResultId"],
        reasons=["reasons"],
        risk_details=voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.RiskDetails(
            known_fraudster_risk=voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.KnownFraudsterRisk(
                generated_fraudster_id=["generatedFraudsterId"],
                risk_score=["riskScore"]
            ),
            voice_spoofing_risk=voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.VoiceSpoofingRisk(
                risk_score=["riskScore"]
            )
        )
    ),
    generated_speaker_id=["generatedSpeakerId"],
    session_id=["sessionId"],
    session_name=["sessionName"],
    streaming_status=["streamingStatus"]
)

Attributes

authentication_result

(experimental) authenticationResult property.

Specify an array of string values to match this event if the actual value of authenticationResult is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

fraud_detection_result

(experimental) fraudDetectionResult property.

Specify an array of string values to match this event if the actual value of fraudDetectionResult is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

generated_speaker_id

(experimental) generatedSpeakerId property.

Specify an array of string values to match this event if the actual value of generatedSpeakerId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

session_id

(experimental) sessionId property.

Specify an array of string values to match this event if the actual value of sessionId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

session_name

(experimental) sessionName property.

Specify an array of string values to match this event if the actual value of sessionName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

streaming_status

(experimental) streamingStatus property.

Specify an array of string values to match this event if the actual value of streamingStatus is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

SystemAttributes

class DomainEvents.VoiceIdEvaluateSessionAction.SystemAttributes(*, aws_connect_original_contact_arn=None)

Bases: object

(experimental) Type definition for SystemAttributes.

Parameters:

aws_connect_original_contact_arn (Optional[Sequence[str]]) – (experimental) aws-connect-OriginalContactArn property. Specify an array of string values to match this event if the actual value of aws-connect-OriginalContactArn is one of the values in the array. Use one of the constructors on the aws_events.Match for 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

system_attributes = voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.SystemAttributes(
    aws_connect_original_contact_arn=["awsConnectOriginalContactArn"]
)

Attributes

aws_connect_original_contact_arn

(experimental) aws-connect-OriginalContactArn property.

Specify an array of string values to match this event if the actual value of aws-connect-OriginalContactArn is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

VoiceIdEvaluateSessionActionProps

class DomainEvents.VoiceIdEvaluateSessionAction.VoiceIdEvaluateSessionActionProps(*, action=None, domain_id=None, error_info=None, event_metadata=None, session=None, source_id=None, status=None, system_attributes=None)

Bases: object

(experimental) Props type for Domain aws.voiceid@VoiceIdEvaluateSessionAction 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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • domain_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 the aws_events.Match for more advanced matching options. Default: - Filter with the Domain reference

  • error_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • event_metadata (Union[AWSEventMetadataProps, Dict[str, Any], None]) – (experimental) EventBridge event metadata. Default: - -

  • session (Union[Session, Dict[str, Any], None]) – (experimental) session property. Specify an array of string values to match this event if the actual value of session is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • source_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • status (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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • system_attributes (Union[SystemAttributes, Dict[str, Any], None]) – (experimental) systemAttributes property. Specify an array of string values to match this event if the actual value of systemAttributes is one of the values in the array. Use one of the constructors on the aws_events.Match for 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

voice_id_evaluate_session_action_props = voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.VoiceIdEvaluateSessionActionProps(
    action=["action"],
    domain_id=["domainId"],
    error_info=voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.ErrorInfo(
        error_code=["errorCode"],
        error_message=["errorMessage"],
        error_type=["errorType"]
    ),
    event_metadata=AWSEventMetadataProps(
        region=["region"],
        resources=["resources"],
        version=["version"]
    ),
    session=voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.Session(
        authentication_result=voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.AuthenticationResult(
            audio_aggregation_ended_at=["audioAggregationEndedAt"],
            audio_aggregation_started_at=["audioAggregationStartedAt"],
            authentication_result_id=["authenticationResultId"],
            configuration=voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.ConfigurationAuthentication(
                acceptance_threshold=["acceptanceThreshold"]
            ),
            decision=["decision"],
            score=["score"]
        ),
        fraud_detection_result=voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.FraudDetectionResult(
            audio_aggregation_ended_at=["audioAggregationEndedAt"],
            audio_aggregation_started_at=["audioAggregationStartedAt"],
            configuration=voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.ConfigurationFraud(
                risk_threshold=["riskThreshold"],
                watchlist_id=["watchlistId"]
            ),
            decision=["decision"],
            fraud_detection_result_id=["fraudDetectionResultId"],
            reasons=["reasons"],
            risk_details=voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.RiskDetails(
                known_fraudster_risk=voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.KnownFraudsterRisk(
                    generated_fraudster_id=["generatedFraudsterId"],
                    risk_score=["riskScore"]
                ),
                voice_spoofing_risk=voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.VoiceSpoofingRisk(
                    risk_score=["riskScore"]
                )
            )
        ),
        generated_speaker_id=["generatedSpeakerId"],
        session_id=["sessionId"],
        session_name=["sessionName"],
        streaming_status=["streamingStatus"]
    ),
    source_id=["sourceId"],
    status=["status"],
    system_attributes=voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.SystemAttributes(
        aws_connect_original_contact_arn=["awsConnectOriginalContactArn"]
    )
)

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.Match for 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.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

event_metadata

(experimental) EventBridge event metadata.

Default:

Stability:

experimental

session

(experimental) session property.

Specify an array of string values to match this event if the actual value of session is one of the values in the array. Use one of the constructors on the aws_events.Match for 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.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

system_attributes

(experimental) systemAttributes property.

Specify an array of string values to match this event if the actual value of systemAttributes is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

VoiceSpoofingRisk

class DomainEvents.VoiceIdEvaluateSessionAction.VoiceSpoofingRisk(*, risk_score=None)

Bases: object

(experimental) Type definition for VoiceSpoofingRisk.

Parameters:

risk_score (Optional[Sequence[str]]) – (experimental) riskScore property. Specify an array of string values to match this event if the actual value of riskScore is one of the values in the array. Use one of the constructors on the aws_events.Match for 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

voice_spoofing_risk = voiceid_events.DomainEvents.VoiceIdEvaluateSessionAction.VoiceSpoofingRisk(
    risk_score=["riskScore"]
)

Attributes

risk_score

(experimental) riskScore property.

Specify an array of string values to match this event if the actual value of riskScore is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

VoiceIdFraudsterAction

class DomainEvents.VoiceIdFraudsterAction

Bases: object

(experimental) aws.voiceid@VoiceIdFraudsterAction event types for Domain.

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.DomainEvents.VoiceIdFraudsterAction()
Stability:

experimental

Data

class DomainEvents.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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • registration_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • registration_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 the aws_events.Match for 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.DomainEvents.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.Match for 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.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

ErrorInfo

class DomainEvents.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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • error_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • error_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 the aws_events.Match for 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.DomainEvents.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.Match for 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.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

VoiceIdFraudsterActionProps

class DomainEvents.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 Domain 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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • data (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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • domain_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 the aws_events.Match for more advanced matching options. Default: - Filter with the Domain reference

  • error_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • event_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • source_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • status (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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • watchlist_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 the aws_events.Match for 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

voice_id_fraudster_action_props = voiceid_events.DomainEvents.VoiceIdFraudsterAction.VoiceIdFraudsterActionProps(
    action=["action"],
    data=voiceid_events.DomainEvents.VoiceIdFraudsterAction.Data(
        registration_source=["registrationSource"],
        registration_source_id=["registrationSourceId"],
        registration_status=["registrationStatus"]
    ),
    domain_id=["domainId"],
    error_info=voiceid_events.DomainEvents.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.Match for 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.Match for 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.Match for 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.Match for 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.Match for 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.Match for 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.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

VoiceIdSessionSpeakerEnrollmentAction

class DomainEvents.VoiceIdSessionSpeakerEnrollmentAction

Bases: object

(experimental) aws.voiceid@VoiceIdSessionSpeakerEnrollmentAction event types for Domain.

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_session_speaker_enrollment_action = voiceid_events.DomainEvents.VoiceIdSessionSpeakerEnrollmentAction()
Stability:

experimental

ErrorInfo

class DomainEvents.VoiceIdSessionSpeakerEnrollmentAction.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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • error_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • error_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 the aws_events.Match for 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.DomainEvents.VoiceIdSessionSpeakerEnrollmentAction.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.Match for 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.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

SystemAttributes

class DomainEvents.VoiceIdSessionSpeakerEnrollmentAction.SystemAttributes(*, aws_connect_original_contact_arn=None)

Bases: object

(experimental) Type definition for SystemAttributes.

Parameters:

aws_connect_original_contact_arn (Optional[Sequence[str]]) – (experimental) aws-connect-OriginalContactArn property. Specify an array of string values to match this event if the actual value of aws-connect-OriginalContactArn is one of the values in the array. Use one of the constructors on the aws_events.Match for 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

system_attributes = voiceid_events.DomainEvents.VoiceIdSessionSpeakerEnrollmentAction.SystemAttributes(
    aws_connect_original_contact_arn=["awsConnectOriginalContactArn"]
)

Attributes

aws_connect_original_contact_arn

(experimental) aws-connect-OriginalContactArn property.

Specify an array of string values to match this event if the actual value of aws-connect-OriginalContactArn is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

VoiceIdSessionSpeakerEnrollmentActionProps

class DomainEvents.VoiceIdSessionSpeakerEnrollmentAction.VoiceIdSessionSpeakerEnrollmentActionProps(*, action=None, domain_id=None, error_info=None, event_metadata=None, session_id=None, session_name=None, source_id=None, status=None, system_attributes=None)

Bases: object

(experimental) Props type for Domain aws.voiceid@VoiceIdSessionSpeakerEnrollmentAction 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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • domain_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 the aws_events.Match for more advanced matching options. Default: - Filter with the Domain reference

  • error_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • event_metadata (Union[AWSEventMetadataProps, Dict[str, Any], None]) – (experimental) EventBridge event metadata. Default: - -

  • session_id (Optional[Sequence[str]]) – (experimental) sessionId property. Specify an array of string values to match this event if the actual value of sessionId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • session_name (Optional[Sequence[str]]) – (experimental) sessionName property. Specify an array of string values to match this event if the actual value of sessionName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • source_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • status (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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • system_attributes (Union[SystemAttributes, Dict[str, Any], None]) – (experimental) systemAttributes property. Specify an array of string values to match this event if the actual value of systemAttributes is one of the values in the array. Use one of the constructors on the aws_events.Match for 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

voice_id_session_speaker_enrollment_action_props = voiceid_events.DomainEvents.VoiceIdSessionSpeakerEnrollmentAction.VoiceIdSessionSpeakerEnrollmentActionProps(
    action=["action"],
    domain_id=["domainId"],
    error_info=voiceid_events.DomainEvents.VoiceIdSessionSpeakerEnrollmentAction.ErrorInfo(
        error_code=["errorCode"],
        error_message=["errorMessage"],
        error_type=["errorType"]
    ),
    event_metadata=AWSEventMetadataProps(
        region=["region"],
        resources=["resources"],
        version=["version"]
    ),
    session_id=["sessionId"],
    session_name=["sessionName"],
    source_id=["sourceId"],
    status=["status"],
    system_attributes=voiceid_events.DomainEvents.VoiceIdSessionSpeakerEnrollmentAction.SystemAttributes(
        aws_connect_original_contact_arn=["awsConnectOriginalContactArn"]
    )
)

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.Match for 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.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

event_metadata

(experimental) EventBridge event metadata.

Default:

Stability:

experimental

session_id

(experimental) sessionId property.

Specify an array of string values to match this event if the actual value of sessionId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

session_name

(experimental) sessionName property.

Specify an array of string values to match this event if the actual value of sessionName is one of the values in the array. Use one of the constructors on the aws_events.Match for 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.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

system_attributes

(experimental) systemAttributes property.

Specify an array of string values to match this event if the actual value of systemAttributes is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

VoiceIdSpeakerAction

class DomainEvents.VoiceIdSpeakerAction

Bases: object

(experimental) aws.voiceid@VoiceIdSpeakerAction event types for Domain.

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_speaker_action = voiceid_events.DomainEvents.VoiceIdSpeakerAction()
Stability:

experimental

Data

class DomainEvents.VoiceIdSpeakerAction.Data(*, enrollment_source=None, enrollment_source_id=None, enrollment_status=None)

Bases: object

(experimental) Type definition for Data.

Parameters:
  • enrollment_source (Optional[Sequence[str]]) – (experimental) enrollmentSource property. Specify an array of string values to match this event if the actual value of enrollmentSource is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • enrollment_source_id (Optional[Sequence[str]]) – (experimental) enrollmentSourceId property. Specify an array of string values to match this event if the actual value of enrollmentSourceId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • enrollment_status (Optional[Sequence[str]]) – (experimental) enrollmentStatus property. Specify an array of string values to match this event if the actual value of enrollmentStatus is one of the values in the array. Use one of the constructors on the aws_events.Match for 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.DomainEvents.VoiceIdSpeakerAction.Data(
    enrollment_source=["enrollmentSource"],
    enrollment_source_id=["enrollmentSourceId"],
    enrollment_status=["enrollmentStatus"]
)

Attributes

enrollment_source

(experimental) enrollmentSource property.

Specify an array of string values to match this event if the actual value of enrollmentSource is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

enrollment_source_id

(experimental) enrollmentSourceId property.

Specify an array of string values to match this event if the actual value of enrollmentSourceId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

enrollment_status

(experimental) enrollmentStatus property.

Specify an array of string values to match this event if the actual value of enrollmentStatus is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

ErrorInfo

class DomainEvents.VoiceIdSpeakerAction.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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • error_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • error_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 the aws_events.Match for 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.DomainEvents.VoiceIdSpeakerAction.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.Match for 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.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

SystemAttributes

class DomainEvents.VoiceIdSpeakerAction.SystemAttributes(*, aws_connect_original_contact_arn=None)

Bases: object

(experimental) Type definition for SystemAttributes.

Parameters:

aws_connect_original_contact_arn (Optional[Sequence[str]]) – (experimental) aws-connect-OriginalContactArn property. Specify an array of string values to match this event if the actual value of aws-connect-OriginalContactArn is one of the values in the array. Use one of the constructors on the aws_events.Match for 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

system_attributes = voiceid_events.DomainEvents.VoiceIdSpeakerAction.SystemAttributes(
    aws_connect_original_contact_arn=["awsConnectOriginalContactArn"]
)

Attributes

aws_connect_original_contact_arn

(experimental) aws-connect-OriginalContactArn property.

Specify an array of string values to match this event if the actual value of aws-connect-OriginalContactArn is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

VoiceIdSpeakerActionProps

class DomainEvents.VoiceIdSpeakerAction.VoiceIdSpeakerActionProps(*, action=None, data=None, domain_id=None, error_info=None, event_metadata=None, generated_speaker_id=None, source_id=None, status=None, system_attributes=None)

Bases: object

(experimental) Props type for Domain aws.voiceid@VoiceIdSpeakerAction 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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • data (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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • domain_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 the aws_events.Match for more advanced matching options. Default: - Filter with the Domain reference

  • error_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • event_metadata (Union[AWSEventMetadataProps, Dict[str, Any], None]) – (experimental) EventBridge event metadata. Default: - -

  • generated_speaker_id (Optional[Sequence[str]]) – (experimental) generatedSpeakerId property. Specify an array of string values to match this event if the actual value of generatedSpeakerId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • source_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • status (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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • system_attributes (Union[SystemAttributes, Dict[str, Any], None]) – (experimental) systemAttributes property. Specify an array of string values to match this event if the actual value of systemAttributes is one of the values in the array. Use one of the constructors on the aws_events.Match for 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

voice_id_speaker_action_props = voiceid_events.DomainEvents.VoiceIdSpeakerAction.VoiceIdSpeakerActionProps(
    action=["action"],
    data=voiceid_events.DomainEvents.VoiceIdSpeakerAction.Data(
        enrollment_source=["enrollmentSource"],
        enrollment_source_id=["enrollmentSourceId"],
        enrollment_status=["enrollmentStatus"]
    ),
    domain_id=["domainId"],
    error_info=voiceid_events.DomainEvents.VoiceIdSpeakerAction.ErrorInfo(
        error_code=["errorCode"],
        error_message=["errorMessage"],
        error_type=["errorType"]
    ),
    event_metadata=AWSEventMetadataProps(
        region=["region"],
        resources=["resources"],
        version=["version"]
    ),
    generated_speaker_id=["generatedSpeakerId"],
    source_id=["sourceId"],
    status=["status"],
    system_attributes=voiceid_events.DomainEvents.VoiceIdSpeakerAction.SystemAttributes(
        aws_connect_original_contact_arn=["awsConnectOriginalContactArn"]
    )
)

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.Match for 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.Match for 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.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

event_metadata

(experimental) EventBridge event metadata.

Default:

Stability:

experimental

generated_speaker_id

(experimental) generatedSpeakerId property.

Specify an array of string values to match this event if the actual value of generatedSpeakerId is one of the values in the array. Use one of the constructors on the aws_events.Match for 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.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

system_attributes

(experimental) systemAttributes property.

Specify an array of string values to match this event if the actual value of systemAttributes is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

VoiceIdStartSessionAction

class DomainEvents.VoiceIdStartSessionAction

Bases: object

(experimental) aws.voiceid@VoiceIdStartSessionAction event types for Domain.

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_start_session_action = voiceid_events.DomainEvents.VoiceIdStartSessionAction()
Stability:

experimental

AuthenticationAudioProgress

class DomainEvents.VoiceIdStartSessionAction.AuthenticationAudioProgress(*, audio_aggregation_ended_at=None, audio_aggregation_started_at=None)

Bases: object

(experimental) Type definition for AuthenticationAudioProgress.

Parameters:
  • audio_aggregation_ended_at (Optional[Sequence[str]]) – (experimental) audioAggregationEndedAt property. Specify an array of string values to match this event if the actual value of audioAggregationEndedAt is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • audio_aggregation_started_at (Optional[Sequence[str]]) – (experimental) audioAggregationStartedAt property. Specify an array of string values to match this event if the actual value of audioAggregationStartedAt is one of the values in the array. Use one of the constructors on the aws_events.Match for 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

authentication_audio_progress = voiceid_events.DomainEvents.VoiceIdStartSessionAction.AuthenticationAudioProgress(
    audio_aggregation_ended_at=["audioAggregationEndedAt"],
    audio_aggregation_started_at=["audioAggregationStartedAt"]
)

Attributes

audio_aggregation_ended_at

(experimental) audioAggregationEndedAt property.

Specify an array of string values to match this event if the actual value of audioAggregationEndedAt is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

audio_aggregation_started_at

(experimental) audioAggregationStartedAt property.

Specify an array of string values to match this event if the actual value of audioAggregationStartedAt is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

AuthenticationConfiguration

class DomainEvents.VoiceIdStartSessionAction.AuthenticationConfiguration(*, acceptance_threshold=None)

Bases: object

(experimental) Type definition for AuthenticationConfiguration.

Parameters:

acceptance_threshold (Optional[Sequence[str]]) – (experimental) acceptanceThreshold property. Specify an array of string values to match this event if the actual value of acceptanceThreshold is one of the values in the array. Use one of the constructors on the aws_events.Match for 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

authentication_configuration = voiceid_events.DomainEvents.VoiceIdStartSessionAction.AuthenticationConfiguration(
    acceptance_threshold=["acceptanceThreshold"]
)

Attributes

acceptance_threshold

(experimental) acceptanceThreshold property.

Specify an array of string values to match this event if the actual value of acceptanceThreshold is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

EnrollmentAudioProgress

class DomainEvents.VoiceIdStartSessionAction.EnrollmentAudioProgress(*, audio_aggregation_ended_at=None, audio_aggregation_started_at=None, audio_aggregation_status=None)

Bases: object

(experimental) Type definition for EnrollmentAudioProgress.

Parameters:
  • audio_aggregation_ended_at (Optional[Sequence[str]]) – (experimental) audioAggregationEndedAt property. Specify an array of string values to match this event if the actual value of audioAggregationEndedAt is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • audio_aggregation_started_at (Optional[Sequence[str]]) – (experimental) audioAggregationStartedAt property. Specify an array of string values to match this event if the actual value of audioAggregationStartedAt is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • audio_aggregation_status (Optional[Sequence[str]]) – (experimental) audioAggregationStatus property. Specify an array of string values to match this event if the actual value of audioAggregationStatus is one of the values in the array. Use one of the constructors on the aws_events.Match for 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

enrollment_audio_progress = voiceid_events.DomainEvents.VoiceIdStartSessionAction.EnrollmentAudioProgress(
    audio_aggregation_ended_at=["audioAggregationEndedAt"],
    audio_aggregation_started_at=["audioAggregationStartedAt"],
    audio_aggregation_status=["audioAggregationStatus"]
)

Attributes

audio_aggregation_ended_at

(experimental) audioAggregationEndedAt property.

Specify an array of string values to match this event if the actual value of audioAggregationEndedAt is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

audio_aggregation_started_at

(experimental) audioAggregationStartedAt property.

Specify an array of string values to match this event if the actual value of audioAggregationStartedAt is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

audio_aggregation_status

(experimental) audioAggregationStatus property.

Specify an array of string values to match this event if the actual value of audioAggregationStatus is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

ErrorInfo

class DomainEvents.VoiceIdStartSessionAction.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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • error_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • error_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 the aws_events.Match for 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.DomainEvents.VoiceIdStartSessionAction.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.Match for 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.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

FraudDetectionConfiguration

class DomainEvents.VoiceIdStartSessionAction.FraudDetectionConfiguration(*, risk_threshold=None, watchlist_id=None)

Bases: object

(experimental) Type definition for FraudDetectionConfiguration.

Parameters:
  • risk_threshold (Optional[Sequence[str]]) – (experimental) riskThreshold property. Specify an array of string values to match this event if the actual value of riskThreshold is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • watchlist_id (Optional[Sequence[str]]) – (experimental) watchlistId property. Specify an array of string values to match this event if the actual value of watchlistId is one of the values in the array. Use one of the constructors on the aws_events.Match for 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

fraud_detection_configuration = voiceid_events.DomainEvents.VoiceIdStartSessionAction.FraudDetectionConfiguration(
    risk_threshold=["riskThreshold"],
    watchlist_id=["watchlistId"]
)

Attributes

risk_threshold

(experimental) riskThreshold property.

Specify an array of string values to match this event if the actual value of riskThreshold is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

watchlist_id

(experimental) watchlistId property.

Specify an array of string values to match this event if the actual value of watchlistId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

Session

class DomainEvents.VoiceIdStartSessionAction.Session(*, authentication_audio_progress=None, authentication_configuration=None, enrollment_audio_progress=None, fraud_detection_audio_progress=None, fraud_detection_configuration=None, generated_speaker_id=None, session_id=None, session_name=None, streaming_configuration=None)

Bases: object

(experimental) Type definition for Session.

Parameters:
  • authentication_audio_progress (Union[AuthenticationAudioProgress, Dict[str, Any], None]) – (experimental) authenticationAudioProgress property. Specify an array of string values to match this event if the actual value of authenticationAudioProgress is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • authentication_configuration (Union[AuthenticationConfiguration, Dict[str, Any], None]) – (experimental) authenticationConfiguration property. Specify an array of string values to match this event if the actual value of authenticationConfiguration is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • enrollment_audio_progress (Union[EnrollmentAudioProgress, Dict[str, Any], None]) – (experimental) enrollmentAudioProgress property. Specify an array of string values to match this event if the actual value of enrollmentAudioProgress is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • fraud_detection_audio_progress (Union[AuthenticationAudioProgress, Dict[str, Any], None]) – (experimental) fraudDetectionAudioProgress property. Specify an array of string values to match this event if the actual value of fraudDetectionAudioProgress is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • fraud_detection_configuration (Union[FraudDetectionConfiguration, Dict[str, Any], None]) – (experimental) fraudDetectionConfiguration property. Specify an array of string values to match this event if the actual value of fraudDetectionConfiguration is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • generated_speaker_id (Optional[Sequence[str]]) – (experimental) generatedSpeakerId property. Specify an array of string values to match this event if the actual value of generatedSpeakerId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • session_id (Optional[Sequence[str]]) – (experimental) sessionId property. Specify an array of string values to match this event if the actual value of sessionId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • session_name (Optional[Sequence[str]]) – (experimental) sessionName property. Specify an array of string values to match this event if the actual value of sessionName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • streaming_configuration (Union[StreamingConfiguration, Dict[str, Any], None]) – (experimental) streamingConfiguration property. Specify an array of string values to match this event if the actual value of streamingConfiguration is one of the values in the array. Use one of the constructors on the aws_events.Match for 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

session = voiceid_events.DomainEvents.VoiceIdStartSessionAction.Session(
    authentication_audio_progress=voiceid_events.DomainEvents.VoiceIdStartSessionAction.AuthenticationAudioProgress(
        audio_aggregation_ended_at=["audioAggregationEndedAt"],
        audio_aggregation_started_at=["audioAggregationStartedAt"]
    ),
    authentication_configuration=voiceid_events.DomainEvents.VoiceIdStartSessionAction.AuthenticationConfiguration(
        acceptance_threshold=["acceptanceThreshold"]
    ),
    enrollment_audio_progress=voiceid_events.DomainEvents.VoiceIdStartSessionAction.EnrollmentAudioProgress(
        audio_aggregation_ended_at=["audioAggregationEndedAt"],
        audio_aggregation_started_at=["audioAggregationStartedAt"],
        audio_aggregation_status=["audioAggregationStatus"]
    ),
    fraud_detection_audio_progress=voiceid_events.DomainEvents.VoiceIdStartSessionAction.AuthenticationAudioProgress(
        audio_aggregation_ended_at=["audioAggregationEndedAt"],
        audio_aggregation_started_at=["audioAggregationStartedAt"]
    ),
    fraud_detection_configuration=voiceid_events.DomainEvents.VoiceIdStartSessionAction.FraudDetectionConfiguration(
        risk_threshold=["riskThreshold"],
        watchlist_id=["watchlistId"]
    ),
    generated_speaker_id=["generatedSpeakerId"],
    session_id=["sessionId"],
    session_name=["sessionName"],
    streaming_configuration=voiceid_events.DomainEvents.VoiceIdStartSessionAction.StreamingConfiguration(
        authentication_minimum_speech_in_seconds=["authenticationMinimumSpeechInSeconds"]
    )
)

Attributes

authentication_audio_progress

(experimental) authenticationAudioProgress property.

Specify an array of string values to match this event if the actual value of authenticationAudioProgress is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

authentication_configuration

(experimental) authenticationConfiguration property.

Specify an array of string values to match this event if the actual value of authenticationConfiguration is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

enrollment_audio_progress

(experimental) enrollmentAudioProgress property.

Specify an array of string values to match this event if the actual value of enrollmentAudioProgress is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

fraud_detection_audio_progress

(experimental) fraudDetectionAudioProgress property.

Specify an array of string values to match this event if the actual value of fraudDetectionAudioProgress is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

fraud_detection_configuration

(experimental) fraudDetectionConfiguration property.

Specify an array of string values to match this event if the actual value of fraudDetectionConfiguration is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

generated_speaker_id

(experimental) generatedSpeakerId property.

Specify an array of string values to match this event if the actual value of generatedSpeakerId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

session_id

(experimental) sessionId property.

Specify an array of string values to match this event if the actual value of sessionId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

session_name

(experimental) sessionName property.

Specify an array of string values to match this event if the actual value of sessionName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

streaming_configuration

(experimental) streamingConfiguration property.

Specify an array of string values to match this event if the actual value of streamingConfiguration is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

StreamingConfiguration

class DomainEvents.VoiceIdStartSessionAction.StreamingConfiguration(*, authentication_minimum_speech_in_seconds=None)

Bases: object

(experimental) Type definition for StreamingConfiguration.

Parameters:

authentication_minimum_speech_in_seconds (Optional[Sequence[str]]) – (experimental) authenticationMinimumSpeechInSeconds property. Specify an array of string values to match this event if the actual value of authenticationMinimumSpeechInSeconds is one of the values in the array. Use one of the constructors on the aws_events.Match for 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

streaming_configuration = voiceid_events.DomainEvents.VoiceIdStartSessionAction.StreamingConfiguration(
    authentication_minimum_speech_in_seconds=["authenticationMinimumSpeechInSeconds"]
)

Attributes

authentication_minimum_speech_in_seconds

(experimental) authenticationMinimumSpeechInSeconds property.

Specify an array of string values to match this event if the actual value of authenticationMinimumSpeechInSeconds is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

SystemAttributes

class DomainEvents.VoiceIdStartSessionAction.SystemAttributes(*, aws_connect_original_contact_arn=None)

Bases: object

(experimental) Type definition for SystemAttributes.

Parameters:

aws_connect_original_contact_arn (Optional[Sequence[str]]) – (experimental) aws-connect-OriginalContactArn property. Specify an array of string values to match this event if the actual value of aws-connect-OriginalContactArn is one of the values in the array. Use one of the constructors on the aws_events.Match for 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

system_attributes = voiceid_events.DomainEvents.VoiceIdStartSessionAction.SystemAttributes(
    aws_connect_original_contact_arn=["awsConnectOriginalContactArn"]
)

Attributes

aws_connect_original_contact_arn

(experimental) aws-connect-OriginalContactArn property.

Specify an array of string values to match this event if the actual value of aws-connect-OriginalContactArn is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

VoiceIdStartSessionActionProps

class DomainEvents.VoiceIdStartSessionAction.VoiceIdStartSessionActionProps(*, action=None, domain_id=None, error_info=None, event_metadata=None, session=None, source_id=None, status=None, system_attributes=None)

Bases: object

(experimental) Props type for Domain aws.voiceid@VoiceIdStartSessionAction 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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • domain_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 the aws_events.Match for more advanced matching options. Default: - Filter with the Domain reference

  • error_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • event_metadata (Union[AWSEventMetadataProps, Dict[str, Any], None]) – (experimental) EventBridge event metadata. Default: - -

  • session (Union[Session, Dict[str, Any], None]) – (experimental) session property. Specify an array of string values to match this event if the actual value of session is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • source_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • status (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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • system_attributes (Union[SystemAttributes, Dict[str, Any], None]) – (experimental) systemAttributes property. Specify an array of string values to match this event if the actual value of systemAttributes is one of the values in the array. Use one of the constructors on the aws_events.Match for 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

voice_id_start_session_action_props = voiceid_events.DomainEvents.VoiceIdStartSessionAction.VoiceIdStartSessionActionProps(
    action=["action"],
    domain_id=["domainId"],
    error_info=voiceid_events.DomainEvents.VoiceIdStartSessionAction.ErrorInfo(
        error_code=["errorCode"],
        error_message=["errorMessage"],
        error_type=["errorType"]
    ),
    event_metadata=AWSEventMetadataProps(
        region=["region"],
        resources=["resources"],
        version=["version"]
    ),
    session=voiceid_events.DomainEvents.VoiceIdStartSessionAction.Session(
        authentication_audio_progress=voiceid_events.DomainEvents.VoiceIdStartSessionAction.AuthenticationAudioProgress(
            audio_aggregation_ended_at=["audioAggregationEndedAt"],
            audio_aggregation_started_at=["audioAggregationStartedAt"]
        ),
        authentication_configuration=voiceid_events.DomainEvents.VoiceIdStartSessionAction.AuthenticationConfiguration(
            acceptance_threshold=["acceptanceThreshold"]
        ),
        enrollment_audio_progress=voiceid_events.DomainEvents.VoiceIdStartSessionAction.EnrollmentAudioProgress(
            audio_aggregation_ended_at=["audioAggregationEndedAt"],
            audio_aggregation_started_at=["audioAggregationStartedAt"],
            audio_aggregation_status=["audioAggregationStatus"]
        ),
        fraud_detection_audio_progress=voiceid_events.DomainEvents.VoiceIdStartSessionAction.AuthenticationAudioProgress(
            audio_aggregation_ended_at=["audioAggregationEndedAt"],
            audio_aggregation_started_at=["audioAggregationStartedAt"]
        ),
        fraud_detection_configuration=voiceid_events.DomainEvents.VoiceIdStartSessionAction.FraudDetectionConfiguration(
            risk_threshold=["riskThreshold"],
            watchlist_id=["watchlistId"]
        ),
        generated_speaker_id=["generatedSpeakerId"],
        session_id=["sessionId"],
        session_name=["sessionName"],
        streaming_configuration=voiceid_events.DomainEvents.VoiceIdStartSessionAction.StreamingConfiguration(
            authentication_minimum_speech_in_seconds=["authenticationMinimumSpeechInSeconds"]
        )
    ),
    source_id=["sourceId"],
    status=["status"],
    system_attributes=voiceid_events.DomainEvents.VoiceIdStartSessionAction.SystemAttributes(
        aws_connect_original_contact_arn=["awsConnectOriginalContactArn"]
    )
)

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.Match for 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.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

event_metadata

(experimental) EventBridge event metadata.

Default:

Stability:

experimental

session

(experimental) session property.

Specify an array of string values to match this event if the actual value of session is one of the values in the array. Use one of the constructors on the aws_events.Match for 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.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

system_attributes

(experimental) systemAttributes property.

Specify an array of string values to match this event if the actual value of systemAttributes is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

VoiceIdUpdateSessionAction

class DomainEvents.VoiceIdUpdateSessionAction

Bases: object

(experimental) aws.voiceid@VoiceIdUpdateSessionAction event types for Domain.

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_update_session_action = voiceid_events.DomainEvents.VoiceIdUpdateSessionAction()
Stability:

experimental

AuthenticationConfiguration

class DomainEvents.VoiceIdUpdateSessionAction.AuthenticationConfiguration(*, acceptance_threshold=None)

Bases: object

(experimental) Type definition for AuthenticationConfiguration.

Parameters:

acceptance_threshold (Optional[Sequence[str]]) – (experimental) acceptanceThreshold property. Specify an array of string values to match this event if the actual value of acceptanceThreshold is one of the values in the array. Use one of the constructors on the aws_events.Match for 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

authentication_configuration = voiceid_events.DomainEvents.VoiceIdUpdateSessionAction.AuthenticationConfiguration(
    acceptance_threshold=["acceptanceThreshold"]
)

Attributes

acceptance_threshold

(experimental) acceptanceThreshold property.

Specify an array of string values to match this event if the actual value of acceptanceThreshold is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

ErrorInfo

class DomainEvents.VoiceIdUpdateSessionAction.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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • error_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • error_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 the aws_events.Match for 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.DomainEvents.VoiceIdUpdateSessionAction.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.Match for 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.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

FraudDetectionConfiguration

class DomainEvents.VoiceIdUpdateSessionAction.FraudDetectionConfiguration(*, risk_threshold=None, watchlist_id=None)

Bases: object

(experimental) Type definition for FraudDetectionConfiguration.

Parameters:
  • risk_threshold (Optional[Sequence[str]]) – (experimental) riskThreshold property. Specify an array of string values to match this event if the actual value of riskThreshold is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • watchlist_id (Optional[Sequence[str]]) – (experimental) watchlistId property. Specify an array of string values to match this event if the actual value of watchlistId is one of the values in the array. Use one of the constructors on the aws_events.Match for 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

fraud_detection_configuration = voiceid_events.DomainEvents.VoiceIdUpdateSessionAction.FraudDetectionConfiguration(
    risk_threshold=["riskThreshold"],
    watchlist_id=["watchlistId"]
)

Attributes

risk_threshold

(experimental) riskThreshold property.

Specify an array of string values to match this event if the actual value of riskThreshold is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

watchlist_id

(experimental) watchlistId property.

Specify an array of string values to match this event if the actual value of watchlistId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

Session

class DomainEvents.VoiceIdUpdateSessionAction.Session(*, authentication_configuration=None, fraud_detection_configuration=None, generated_speaker_id=None, session_id=None, session_name=None)

Bases: object

(experimental) Type definition for Session.

Parameters:
  • authentication_configuration (Union[AuthenticationConfiguration, Dict[str, Any], None]) – (experimental) authenticationConfiguration property. Specify an array of string values to match this event if the actual value of authenticationConfiguration is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • fraud_detection_configuration (Union[FraudDetectionConfiguration, Dict[str, Any], None]) – (experimental) fraudDetectionConfiguration property. Specify an array of string values to match this event if the actual value of fraudDetectionConfiguration is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • generated_speaker_id (Optional[Sequence[str]]) – (experimental) generatedSpeakerId property. Specify an array of string values to match this event if the actual value of generatedSpeakerId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • session_id (Optional[Sequence[str]]) – (experimental) sessionId property. Specify an array of string values to match this event if the actual value of sessionId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • session_name (Optional[Sequence[str]]) – (experimental) sessionName property. Specify an array of string values to match this event if the actual value of sessionName is one of the values in the array. Use one of the constructors on the aws_events.Match for 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

session = voiceid_events.DomainEvents.VoiceIdUpdateSessionAction.Session(
    authentication_configuration=voiceid_events.DomainEvents.VoiceIdUpdateSessionAction.AuthenticationConfiguration(
        acceptance_threshold=["acceptanceThreshold"]
    ),
    fraud_detection_configuration=voiceid_events.DomainEvents.VoiceIdUpdateSessionAction.FraudDetectionConfiguration(
        risk_threshold=["riskThreshold"],
        watchlist_id=["watchlistId"]
    ),
    generated_speaker_id=["generatedSpeakerId"],
    session_id=["sessionId"],
    session_name=["sessionName"]
)

Attributes

authentication_configuration

(experimental) authenticationConfiguration property.

Specify an array of string values to match this event if the actual value of authenticationConfiguration is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

fraud_detection_configuration

(experimental) fraudDetectionConfiguration property.

Specify an array of string values to match this event if the actual value of fraudDetectionConfiguration is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

generated_speaker_id

(experimental) generatedSpeakerId property.

Specify an array of string values to match this event if the actual value of generatedSpeakerId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

session_id

(experimental) sessionId property.

Specify an array of string values to match this event if the actual value of sessionId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

session_name

(experimental) sessionName property.

Specify an array of string values to match this event if the actual value of sessionName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

VoiceIdUpdateSessionActionProps

class DomainEvents.VoiceIdUpdateSessionAction.VoiceIdUpdateSessionActionProps(*, action=None, domain_id=None, error_info=None, event_metadata=None, session=None, source_id=None, status=None)

Bases: object

(experimental) Props type for Domain aws.voiceid@VoiceIdUpdateSessionAction 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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • domain_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 the aws_events.Match for more advanced matching options. Default: - Filter with the Domain reference

  • error_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • event_metadata (Union[AWSEventMetadataProps, Dict[str, Any], None]) – (experimental) EventBridge event metadata. Default: - -

  • session (Union[Session, Dict[str, Any], None]) – (experimental) session property. Specify an array of string values to match this event if the actual value of session is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • source_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • status (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 the aws_events.Match for 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

voice_id_update_session_action_props = voiceid_events.DomainEvents.VoiceIdUpdateSessionAction.VoiceIdUpdateSessionActionProps(
    action=["action"],
    domain_id=["domainId"],
    error_info=voiceid_events.DomainEvents.VoiceIdUpdateSessionAction.ErrorInfo(
        error_code=["errorCode"],
        error_message=["errorMessage"],
        error_type=["errorType"]
    ),
    event_metadata=AWSEventMetadataProps(
        region=["region"],
        resources=["resources"],
        version=["version"]
    ),
    session=voiceid_events.DomainEvents.VoiceIdUpdateSessionAction.Session(
        authentication_configuration=voiceid_events.DomainEvents.VoiceIdUpdateSessionAction.AuthenticationConfiguration(
            acceptance_threshold=["acceptanceThreshold"]
        ),
        fraud_detection_configuration=voiceid_events.DomainEvents.VoiceIdUpdateSessionAction.FraudDetectionConfiguration(
            risk_threshold=["riskThreshold"],
            watchlist_id=["watchlistId"]
        ),
        generated_speaker_id=["generatedSpeakerId"],
        session_id=["sessionId"],
        session_name=["sessionName"]
    ),
    source_id=["sourceId"],
    status=["status"]
)

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.Match for 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.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

event_metadata

(experimental) EventBridge event metadata.

Default:

Stability:

experimental

session

(experimental) session property.

Specify an array of string values to match this event if the actual value of session is one of the values in the array. Use one of the constructors on the aws_events.Match for 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.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental