interface SourceMonitoringConfigProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaConnect.CfnFlow.SourceMonitoringConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmediaconnect#CfnFlow_SourceMonitoringConfigProperty |
Java | software.amazon.awscdk.services.mediaconnect.CfnFlow.SourceMonitoringConfigProperty |
Python | aws_cdk.aws_mediaconnect.CfnFlow.SourceMonitoringConfigProperty |
TypeScript | aws-cdk-lib » aws_mediaconnect » CfnFlow » SourceMonitoringConfigProperty |
The settings for source 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-lib';
const sourceMonitoringConfigProperty: mediaconnect.CfnFlow.SourceMonitoringConfigProperty = {
thumbnailState: 'thumbnailState',
};
Properties
Name | Type | Description |
---|---|---|
thumbnail | string | The state of thumbnail monitoring. |
thumbnailState
Type:
string
The state of thumbnail monitoring.