Show / Hide Table of Contents

Class CfnExperimentTemplate.CloudWatchDashboardProperty

The CloudWatch dashboards to include as data sources in the experiment report.

Inheritance
object
CfnExperimentTemplate.CloudWatchDashboardProperty
Implements
CfnExperimentTemplate.ICloudWatchDashboardProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.FIS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnExperimentTemplate.CloudWatchDashboardProperty : CfnExperimentTemplate.ICloudWatchDashboardProperty
Syntax (vb)
Public Class CfnExperimentTemplate.CloudWatchDashboardProperty Implements CfnExperimentTemplate.ICloudWatchDashboardProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fis-experimenttemplate-cloudwatchdashboard.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.AWS.FIS;

             var cloudWatchDashboardProperty = new CloudWatchDashboardProperty {
                 DashboardIdentifier = "dashboardIdentifier"
             };

Synopsis

Constructors

CloudWatchDashboardProperty()

The CloudWatch dashboards to include as data sources in the experiment report.

Properties

DashboardIdentifier

The Amazon Resource Name (ARN) of the CloudWatch dashboard to include in the experiment report.

Constructors

CloudWatchDashboardProperty()

The CloudWatch dashboards to include as data sources in the experiment report.

public CloudWatchDashboardProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fis-experimenttemplate-cloudwatchdashboard.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.AWS.FIS;

             var cloudWatchDashboardProperty = new CloudWatchDashboardProperty {
                 DashboardIdentifier = "dashboardIdentifier"
             };

Properties

DashboardIdentifier

The Amazon Resource Name (ARN) of the CloudWatch dashboard to include in the experiment report.

public string DashboardIdentifier { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fis-experimenttemplate-cloudwatchdashboard.html#cfn-fis-experimenttemplate-cloudwatchdashboard-dashboardidentifier

Implements

CfnExperimentTemplate.ICloudWatchDashboardProperty
Back to top Generated by DocFX