AWS::MediaConnect::Flow SourceMonitoringConfig
The SourceMonitoringConfig
property type specifies the source monitoring settings for an AWS::MediaConnect::Flow.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ThumbnailState" :
String
}
YAML
ThumbnailState:
String
Properties
ThumbnailState
-
The current state of the thumbnail monitoring.
-
If you don't explicitly specify a value when creating a flow, no thumbnail state will be set.
-
If you update an existing flow and remove a previously set thumbnail state, the value will change to
DISABLED
.
Required: Yes
Type: String
Allowed values:
ENABLED | DISABLED
Update requires: No interruption
-