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

.NET
Go
Java
Python
TypeScript