class VoiceIdBatchSpeakerEnrollmentAction
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.VoiceID.Events.VoiceIdBatchSpeakerEnrollmentAction |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsvoiceid/events#VoiceIdBatchSpeakerEnrollmentAction |
Java | software.amazon.awscdk.mixins.preview.services.voiceid.events.VoiceIdBatchSpeakerEnrollmentAction |
Python | aws_cdk.mixins_preview.aws_voiceid.events.VoiceIdBatchSpeakerEnrollmentAction |
TypeScript | @aws-cdk/mixins-preview » aws_voiceid » events » VoiceIdBatchSpeakerEnrollmentAction |
EventBridge event pattern for aws.voiceid@VoiceIdBatchSpeakerEnrollmentAction.
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 voiceIdBatchSpeakerEnrollmentAction = new voiceid_events.VoiceIdBatchSpeakerEnrollmentAction();
Initializer
new VoiceIdBatchSpeakerEnrollmentAction()
Methods
| Name | Description |
|---|---|
| static voice | EventBridge event pattern for VoiceId Batch Speaker Enrollment Action. |
static voiceIdBatchSpeakerEnrollmentActionPattern(options?)
public static voiceIdBatchSpeakerEnrollmentActionPattern(options?: VoiceIdBatchSpeakerEnrollmentActionProps): EventPattern
Parameters
Returns
EventBridge event pattern for VoiceId Batch Speaker Enrollment Action.

.NET
Go
Java
Python
TypeScript