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

.NET
Go
Java
Python
TypeScript