This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::MediaLive::SignalMap MonitorDeployment
Represents the latest monitor deployment of a signal map.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "DetailsUri" :String, "ErrorMessage" :String, "Status" :String}
YAML
DetailsUri:StringErrorMessage:StringStatus:String
Properties
DetailsUri-
URI associated with a signal map's monitor deployment.
Required: No
Type: String
Minimum:
0Maximum:
2048Update requires: No interruption
ErrorMessage-
Error message associated with a failed monitor deployment of a signal map.
Required: No
Type: String
Minimum:
0Maximum:
2048Update requires: No interruption
Status-
The signal map monitor deployment status.
Required: Yes
Type: String
Allowed values:
NOT_DEPLOYED | DRY_RUN_DEPLOYMENT_COMPLETE | DRY_RUN_DEPLOYMENT_FAILED | DRY_RUN_DEPLOYMENT_IN_PROGRESS | DEPLOYMENT_COMPLETE | DEPLOYMENT_FAILED | DEPLOYMENT_IN_PROGRESS | DELETE_COMPLETE | DELETE_FAILED | DELETE_IN_PROGRESSUpdate requires: No interruption