Interface CfnSignalMap.MonitorDeploymentProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnSignalMap.MonitorDeploymentProperty.Jsii$Proxy
Enclosing class:
CfnSignalMap

@Stability(Stable) public static interface CfnSignalMap.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.services.medialive.*;
 MonitorDeploymentProperty monitorDeploymentProperty = MonitorDeploymentProperty.builder()
         .status("status")
         // the properties below are optional
         .detailsUri("detailsUri")
         .errorMessage("errorMessage")
         .build();
 

See Also: