Interface CfnSignalMapPropsMixin.SuccessfulMonitorDeploymentProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSignalMapPropsMixin.SuccessfulMonitorDeploymentProperty.Jsii$Proxy
- Enclosing class:
CfnSignalMapPropsMixin
@Stability(Stable)
public static interface CfnSignalMapPropsMixin.SuccessfulMonitorDeploymentProperty
extends software.amazon.jsii.JsiiSerializable
Represents the latest successful 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.*;
SuccessfulMonitorDeploymentProperty successfulMonitorDeploymentProperty = SuccessfulMonitorDeploymentProperty.builder()
.detailsUri("detailsUri")
.status("status")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnSignalMapPropsMixin.SuccessfulMonitorDeploymentProperty -
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:
-
getStatus
A signal map's monitor deployment status.- See Also:
-
builder
@Stability(Stable) static CfnSignalMapPropsMixin.SuccessfulMonitorDeploymentProperty.Builder builder()
-