VoiceIdUpdateSessionAction
- class aws_cdk.mixins_preview.aws_voiceid.events.VoiceIdUpdateSessionAction
Bases:
object(experimental) EventBridge event pattern for aws.voiceid@VoiceIdUpdateSessionAction.
- 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.VoiceIdUpdateSessionAction()
- Stability:
experimental
Static Methods
- classmethod 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 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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fielddomain_id (
Optional[Sequence[str]]) – (experimental) domainId property. Specify an array of string values to match this event if the actual value of domainId is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Filter with the Domain referenceerror_info (
Union[ErrorInfo,Dict[str,Any],None]) – (experimental) errorInfo property. Specify an array of string values to match this event if the actual value of errorInfo is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldevent_metadata (
Union[AWSEventMetadataProps,Dict[str,Any],None]) – (experimental) EventBridge event metadata. Default: - -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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldsource_id (
Optional[Sequence[str]]) – (experimental) sourceId property. Specify an array of string values to match this event if the actual value of sourceId is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldstatus (
Optional[Sequence[str]]) – (experimental) status property. Specify an array of string values to match this event if the actual value of status is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- Return type:
AuthenticationConfiguration
- class 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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_voiceid import events as voiceid_events authentication_configuration = voiceid_events.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.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
ErrorInfo
- class 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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fielderror_message (
Optional[Sequence[str]]) – (experimental) errorMessage property. Specify an array of string values to match this event if the actual value of errorMessage is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fielderror_type (
Optional[Sequence[str]]) – (experimental) errorType property. Specify an array of string values to match this event if the actual value of errorType is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_voiceid import events as voiceid_events error_info = voiceid_events.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.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
- error_message
(experimental) errorMessage property.
Specify an array of string values to match this event if the actual value of errorMessage is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
- error_type
(experimental) errorType property.
Specify an array of string values to match this event if the actual value of errorType is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
FraudDetectionConfiguration
- class 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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldwatchlist_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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_voiceid import events as voiceid_events fraud_detection_configuration = voiceid_events.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.Matchfor 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.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
Session
- class 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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldfraud_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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldgenerated_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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldsession_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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldsession_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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_voiceid import events as voiceid_events session = voiceid_events.VoiceIdUpdateSessionAction.Session( authentication_configuration=voiceid_events.VoiceIdUpdateSessionAction.AuthenticationConfiguration( acceptance_threshold=["acceptanceThreshold"] ), fraud_detection_configuration=voiceid_events.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.Matchfor 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.Matchfor 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.Matchfor 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.Matchfor 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.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
VoiceIdUpdateSessionActionProps
- class 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 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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fielddomain_id (
Optional[Sequence[str]]) – (experimental) domainId property. Specify an array of string values to match this event if the actual value of domainId is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Filter with the Domain referenceerror_info (
Union[ErrorInfo,Dict[str,Any],None]) – (experimental) errorInfo property. Specify an array of string values to match this event if the actual value of errorInfo is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldevent_metadata (
Union[AWSEventMetadataProps,Dict[str,Any],None]) – (experimental) EventBridge event metadata. Default: - -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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldsource_id (
Optional[Sequence[str]]) – (experimental) sourceId property. Specify an array of string values to match this event if the actual value of sourceId is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldstatus (
Optional[Sequence[str]]) – (experimental) status property. Specify an array of string values to match this event if the actual value of status is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this 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_update_session_action_props = voiceid_events.VoiceIdUpdateSessionAction.VoiceIdUpdateSessionActionProps( action=["action"], domain_id=["domainId"], error_info=voiceid_events.VoiceIdUpdateSessionAction.ErrorInfo( error_code=["errorCode"], error_message=["errorMessage"], error_type=["errorType"] ), event_metadata=AWSEventMetadataProps( region=["region"], resources=["resources"], version=["version"] ), session=voiceid_events.VoiceIdUpdateSessionAction.Session( authentication_configuration=voiceid_events.VoiceIdUpdateSessionAction.AuthenticationConfiguration( acceptance_threshold=["acceptanceThreshold"] ), fraud_detection_configuration=voiceid_events.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.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
- domain_id
(experimental) domainId property.
Specify an array of string values to match this event if the actual value of domainId is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.- Default:
Filter with the Domain reference
- Stability:
experimental
- error_info
(experimental) errorInfo property.
Specify an array of string values to match this event if the actual value of errorInfo is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
- event_metadata
(experimental) EventBridge event metadata.
- Default:
- Stability:
experimental
- 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.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
- source_id
(experimental) sourceId property.
Specify an array of string values to match this event if the actual value of sourceId is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
- status
(experimental) status property.
Specify an array of string values to match this event if the actual value of status is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental