class ChimeVoiceConnectorStreamingStatus
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Chime.Events.ChimeVoiceConnectorStreamingStatus |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awschime/events#ChimeVoiceConnectorStreamingStatus |
Java | software.amazon.awscdk.mixins.preview.services.chime.events.ChimeVoiceConnectorStreamingStatus |
Python | aws_cdk.mixins_preview.aws_chime.events.ChimeVoiceConnectorStreamingStatus |
TypeScript | @aws-cdk/mixins-preview » aws_chime » events » ChimeVoiceConnectorStreamingStatus |
EventBridge event pattern for aws.chime@ChimeVoiceConnectorStreamingStatus.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as chime_events } from '@aws-cdk/mixins-preview/aws-chime';
const chimeVoiceConnectorStreamingStatus = new chime_events.ChimeVoiceConnectorStreamingStatus();
Initializer
new ChimeVoiceConnectorStreamingStatus()
Methods
| Name | Description |
|---|---|
| static event | EventBridge event pattern for Chime VoiceConnector Streaming Status. |
static eventPattern(options?)
public static eventPattern(options?: ChimeVoiceConnectorStreamingStatusProps): EventPattern
Parameters
Returns
EventBridge event pattern for Chime VoiceConnector Streaming Status.

.NET
Go
Java
Python
TypeScript