Interface CfnSignalMapPropsMixin.MonitorDeploymentProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSignalMapPropsMixin.MonitorDeploymentProperty.Jsii$Proxy
- Enclosing class:
CfnSignalMapPropsMixin
@Stability(Stable)
public static interface CfnSignalMapPropsMixin.MonitorDeploymentProperty
extends software.amazon.jsii.JsiiSerializable
Represents the latest monitor deployment of a signal map.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.medialive.*;
MonitorDeploymentProperty monitorDeploymentProperty = MonitorDeploymentProperty.builder()
.detailsUri("detailsUri")
.errorMessage("errorMessage")
.status("status")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSignalMapPropsMixin.MonitorDeploymentPropertystatic final classAn implementation forCfnSignalMapPropsMixin.MonitorDeploymentProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDetailsUri
URI associated with a signal map's monitor deployment.- See Also:
-
getErrorMessage
Error message associated with a failed monitor deployment of a signal map.- See Also:
-
getStatus
The signal map monitor deployment status.- See Also:
-
builder
-