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

.NET
Go
Java
Python
TypeScript