interface AudioMonitoringSettingProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaConnect.CfnFlowPropsMixin.AudioMonitoringSettingProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmediaconnect#CfnFlowPropsMixin_AudioMonitoringSettingProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnFlowPropsMixin.AudioMonitoringSettingProperty |
Python | aws_cdk.cfn_property_mixins.aws_mediaconnect.CfnFlowPropsMixin.AudioMonitoringSettingProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_mediaconnect » CfnFlowPropsMixin » AudioMonitoringSettingProperty |
Specifies the configuration for audio stream metrics monitoring.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mediaconnect as mediaconnect } from '@aws-cdk/cfn-property-mixins';
const audioMonitoringSettingProperty: mediaconnect.CfnFlowPropsMixin.AudioMonitoringSettingProperty = {
silentAudio: {
state: 'state',
thresholdSeconds: 123,
},
};
Properties
| Name | Type | Description |
|---|---|---|
| silent | IResolvable | Silent | Detects periods of silence. |
silentAudio?
Type:
IResolvable | Silent
(optional)
Detects periods of silence.

.NET
Go
Java
Python
TypeScript