VoiceIdSessionSpeakerEnrollmentAction
- class aws_cdk.mixins_preview.aws_voiceid.events.VoiceIdSessionSpeakerEnrollmentAction
Bases:
object(experimental) EventBridge event pattern for aws.voiceid@VoiceIdSessionSpeakerEnrollmentAction.
- 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.VoiceIdSessionSpeakerEnrollmentAction()
- Stability:
experimental
Static Methods
- classmethod 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 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 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_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 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 fieldsystem_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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- Return type:
ErrorInfo
- class 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 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.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.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
SystemAttributes
- class 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 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 system_attributes = voiceid_events.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.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
VoiceIdSessionSpeakerEnrollmentActionProps
- class 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 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 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_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 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 fieldsystem_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 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_session_speaker_enrollment_action_props = voiceid_events.VoiceIdSessionSpeakerEnrollmentAction.VoiceIdSessionSpeakerEnrollmentActionProps( action=["action"], domain_id=["domainId"], error_info=voiceid_events.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.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.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_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
- 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
- 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.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental