VoiceIdEvaluateSessionAction

class aws_cdk.mixins_preview.aws_voiceid.events.VoiceIdEvaluateSessionAction

Bases: object

(experimental) EventBridge event pattern for aws.voiceid@VoiceIdEvaluateSessionAction.

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

experimental

Static Methods

classmethod 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 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

AuthenticationResult

class 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.VoiceIdEvaluateSessionAction.AuthenticationResult(
    audio_aggregation_ended_at=["audioAggregationEndedAt"],
    audio_aggregation_started_at=["audioAggregationStartedAt"],
    authentication_result_id=["authenticationResultId"],
    configuration=voiceid_events.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 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.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 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.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 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.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 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.VoiceIdEvaluateSessionAction.FraudDetectionResult(
    audio_aggregation_ended_at=["audioAggregationEndedAt"],
    audio_aggregation_started_at=["audioAggregationStartedAt"],
    configuration=voiceid_events.VoiceIdEvaluateSessionAction.ConfigurationFraud(
        risk_threshold=["riskThreshold"],
        watchlist_id=["watchlistId"]
    ),
    decision=["decision"],
    fraud_detection_result_id=["fraudDetectionResultId"],
    reasons=["reasons"],
    risk_details=voiceid_events.VoiceIdEvaluateSessionAction.RiskDetails(
        known_fraudster_risk=voiceid_events.VoiceIdEvaluateSessionAction.KnownFraudsterRisk(
            generated_fraudster_id=["generatedFraudsterId"],
            risk_score=["riskScore"]
        ),
        voice_spoofing_risk=voiceid_events.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 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.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 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.VoiceIdEvaluateSessionAction.RiskDetails(
    known_fraudster_risk=voiceid_events.VoiceIdEvaluateSessionAction.KnownFraudsterRisk(
        generated_fraudster_id=["generatedFraudsterId"],
        risk_score=["riskScore"]
    ),
    voice_spoofing_risk=voiceid_events.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 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.VoiceIdEvaluateSessionAction.Session(
    authentication_result=voiceid_events.VoiceIdEvaluateSessionAction.AuthenticationResult(
        audio_aggregation_ended_at=["audioAggregationEndedAt"],
        audio_aggregation_started_at=["audioAggregationStartedAt"],
        authentication_result_id=["authenticationResultId"],
        configuration=voiceid_events.VoiceIdEvaluateSessionAction.ConfigurationAuthentication(
            acceptance_threshold=["acceptanceThreshold"]
        ),
        decision=["decision"],
        score=["score"]
    ),
    fraud_detection_result=voiceid_events.VoiceIdEvaluateSessionAction.FraudDetectionResult(
        audio_aggregation_ended_at=["audioAggregationEndedAt"],
        audio_aggregation_started_at=["audioAggregationStartedAt"],
        configuration=voiceid_events.VoiceIdEvaluateSessionAction.ConfigurationFraud(
            risk_threshold=["riskThreshold"],
            watchlist_id=["watchlistId"]
        ),
        decision=["decision"],
        fraud_detection_result_id=["fraudDetectionResultId"],
        reasons=["reasons"],
        risk_details=voiceid_events.VoiceIdEvaluateSessionAction.RiskDetails(
            known_fraudster_risk=voiceid_events.VoiceIdEvaluateSessionAction.KnownFraudsterRisk(
                generated_fraudster_id=["generatedFraudsterId"],
                risk_score=["riskScore"]
            ),
            voice_spoofing_risk=voiceid_events.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 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.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 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 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:

from aws_cdk import AWSEventMetadataProps
# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_voiceid import events as voiceid_events

voice_id_evaluate_session_action_props = voiceid_events.VoiceIdEvaluateSessionAction.VoiceIdEvaluateSessionActionProps(
    action=["action"],
    domain_id=["domainId"],
    error_info=voiceid_events.VoiceIdEvaluateSessionAction.ErrorInfo(
        error_code=["errorCode"],
        error_message=["errorMessage"],
        error_type=["errorType"]
    ),
    event_metadata=AWSEventMetadataProps(
        region=["region"],
        resources=["resources"],
        version=["version"]
    ),
    session=voiceid_events.VoiceIdEvaluateSessionAction.Session(
        authentication_result=voiceid_events.VoiceIdEvaluateSessionAction.AuthenticationResult(
            audio_aggregation_ended_at=["audioAggregationEndedAt"],
            audio_aggregation_started_at=["audioAggregationStartedAt"],
            authentication_result_id=["authenticationResultId"],
            configuration=voiceid_events.VoiceIdEvaluateSessionAction.ConfigurationAuthentication(
                acceptance_threshold=["acceptanceThreshold"]
            ),
            decision=["decision"],
            score=["score"]
        ),
        fraud_detection_result=voiceid_events.VoiceIdEvaluateSessionAction.FraudDetectionResult(
            audio_aggregation_ended_at=["audioAggregationEndedAt"],
            audio_aggregation_started_at=["audioAggregationStartedAt"],
            configuration=voiceid_events.VoiceIdEvaluateSessionAction.ConfigurationFraud(
                risk_threshold=["riskThreshold"],
                watchlist_id=["watchlistId"]
            ),
            decision=["decision"],
            fraud_detection_result_id=["fraudDetectionResultId"],
            reasons=["reasons"],
            risk_details=voiceid_events.VoiceIdEvaluateSessionAction.RiskDetails(
                known_fraudster_risk=voiceid_events.VoiceIdEvaluateSessionAction.KnownFraudsterRisk(
                    generated_fraudster_id=["generatedFraudsterId"],
                    risk_score=["riskScore"]
                ),
                voice_spoofing_risk=voiceid_events.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.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 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.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