interface SuccessfulMonitorDeploymentProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaLive.CfnSignalMapPropsMixin.SuccessfulMonitorDeploymentProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmedialive#CfnSignalMapPropsMixin_SuccessfulMonitorDeploymentProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnSignalMapPropsMixin.SuccessfulMonitorDeploymentProperty |
Python | aws_cdk.cfn_property_mixins.aws_medialive.CfnSignalMapPropsMixin.SuccessfulMonitorDeploymentProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_medialive » CfnSignalMapPropsMixin » 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/cfn-property-mixins';
const successfulMonitorDeploymentProperty: medialive.CfnSignalMapPropsMixin.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
(optional)
URI associated with a signal map's monitor deployment.
status?
Type:
string
(optional)
A signal map's monitor deployment status.

.NET
Go
Java
Python
TypeScript