Show / Hide Table of Contents

Class CfnSignalMapPropsMixin.MonitorDeploymentProperty

Represents the latest monitor deployment of a signal map.

Inheritance
object
CfnSignalMapPropsMixin.MonitorDeploymentProperty
Implements
CfnSignalMapPropsMixin.IMonitorDeploymentProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaLive
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnSignalMapPropsMixin.MonitorDeploymentProperty : CfnSignalMapPropsMixin.IMonitorDeploymentProperty
Syntax (vb)
Public Class CfnSignalMapPropsMixin.MonitorDeploymentProperty Implements CfnSignalMapPropsMixin.IMonitorDeploymentProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-signalmap-monitordeployment.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.MediaLive;

             var monitorDeploymentProperty = new MonitorDeploymentProperty {
                 DetailsUri = "detailsUri",
                 ErrorMessage = "errorMessage",
                 Status = "status"
             };

Synopsis

Constructors

MonitorDeploymentProperty()

Represents the latest monitor deployment of a signal map.

Properties

DetailsUri

URI associated with a signal map's monitor deployment.

ErrorMessage

Error message associated with a failed monitor deployment of a signal map.

Status

The signal map monitor deployment status.

Constructors

MonitorDeploymentProperty()

Represents the latest monitor deployment of a signal map.

public MonitorDeploymentProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-signalmap-monitordeployment.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.MediaLive;

             var monitorDeploymentProperty = new MonitorDeploymentProperty {
                 DetailsUri = "detailsUri",
                 ErrorMessage = "errorMessage",
                 Status = "status"
             };

Properties

DetailsUri

URI associated with a signal map's monitor deployment.

public string? DetailsUri { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-signalmap-monitordeployment.html#cfn-medialive-signalmap-monitordeployment-detailsuri

ErrorMessage

Error message associated with a failed monitor deployment of a signal map.

public string? ErrorMessage { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-signalmap-monitordeployment.html#cfn-medialive-signalmap-monitordeployment-errormessage

Status

The signal map monitor deployment status.

public string? Status { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-signalmap-monitordeployment.html#cfn-medialive-signalmap-monitordeployment-status

Implements

CfnSignalMapPropsMixin.IMonitorDeploymentProperty
Back to top Generated by DocFX