Class CfnSignalMapPropsMixin.MonitorDeploymentProperty
Represents the latest monitor deployment of a signal map.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaLive
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnSignalMapPropsMixin.MonitorDeploymentProperty : CfnSignalMapPropsMixin.IMonitorDeploymentProperty
Syntax (vb)
Public Class CfnSignalMapPropsMixin.MonitorDeploymentProperty Implements CfnSignalMapPropsMixin.IMonitorDeploymentProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.MediaLive;
var monitorDeploymentProperty = new MonitorDeploymentProperty {
DetailsUri = "detailsUri",
ErrorMessage = "errorMessage",
Status = "status"
};
Synopsis
Constructors
| MonitorDeploymentProperty() | Represents the latest monitor deployment of a signal map. |
Properties
| DetailsUri | URI associated with a signal map's monitor deployment. |
| ErrorMessage | Error message associated with a failed monitor deployment of a signal map. |
| Status | The signal map monitor deployment status. |
Constructors
MonitorDeploymentProperty()
Represents the latest monitor deployment of a signal map.
public MonitorDeploymentProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.MediaLive;
var monitorDeploymentProperty = new MonitorDeploymentProperty {
DetailsUri = "detailsUri",
ErrorMessage = "errorMessage",
Status = "status"
};
Properties
DetailsUri
URI associated with a signal map's monitor deployment.
public string? DetailsUri { get; set; }
Property Value
Remarks
ErrorMessage
Error message associated with a failed monitor deployment of a signal map.
public string? ErrorMessage { get; set; }
Property Value
Remarks
Status
The signal map monitor deployment status.
public string? Status { get; set; }