class VoiceIdSessionSpeakerEnrollmentAction
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.VoiceID.Events.VoiceIdSessionSpeakerEnrollmentAction |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsvoiceid/events#VoiceIdSessionSpeakerEnrollmentAction |
Java | software.amazon.awscdk.mixins.preview.services.voiceid.events.VoiceIdSessionSpeakerEnrollmentAction |
Python | aws_cdk.mixins_preview.aws_voiceid.events.VoiceIdSessionSpeakerEnrollmentAction |
TypeScript | @aws-cdk/mixins-preview » aws_voiceid » events » VoiceIdSessionSpeakerEnrollmentAction |
EventBridge event pattern for aws.voiceid@VoiceIdSessionSpeakerEnrollmentAction.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as voiceid_events } from '@aws-cdk/mixins-preview/aws-voiceid';
const voiceIdSessionSpeakerEnrollmentAction = new voiceid_events.VoiceIdSessionSpeakerEnrollmentAction();
Initializer
new VoiceIdSessionSpeakerEnrollmentAction()
Methods
| Name | Description |
|---|---|
| static voice | EventBridge event pattern for VoiceId Session Speaker Enrollment Action. |
static voiceIdSessionSpeakerEnrollmentActionPattern(options?)
public static voiceIdSessionSpeakerEnrollmentActionPattern(options?: VoiceIdSessionSpeakerEnrollmentActionProps): EventPattern
Parameters
Returns
EventBridge event pattern for VoiceId Session Speaker Enrollment Action.

.NET
Go
Java
Python
TypeScript