interface SuccessfulMonitorDeploymentProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.MediaLive.CfnSignalMap.SuccessfulMonitorDeploymentProperty | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnSignalMap_SuccessfulMonitorDeploymentProperty | 
  Java | software.amazon.awscdk.services.medialive.CfnSignalMap.SuccessfulMonitorDeploymentProperty | 
  Python | aws_cdk.aws_medialive.CfnSignalMap.SuccessfulMonitorDeploymentProperty | 
  TypeScript  | aws-cdk-lib » aws_medialive » CfnSignalMap » SuccessfulMonitorDeploymentProperty | 
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 { aws_medialive as medialive } from 'aws-cdk-lib';
const successfulMonitorDeploymentProperty: medialive.CfnSignalMap.SuccessfulMonitorDeploymentProperty = {
  detailsUri: 'detailsUri',
  status: 'status',
};
Properties
| Name | Type | Description | 
|---|---|---|
| details | string | URI associated with a signal map's monitor deployment. | 
| status | string | A signal map's monitor deployment status. | 
detailsUri
Type:
string
URI associated with a signal map's monitor deployment.
status
Type:
string
A signal map's monitor deployment status.

 .NET
 Go
 Java
 Python
 TypeScript