Show / Hide Table of Contents

Class CfnHealthCheck.HealthCheckTagProperty

The HealthCheckTag property describes one key-value pair that is associated with an AWS::Route53::HealthCheck resource.

Inheritance
object
CfnHealthCheck.HealthCheckTagProperty
Implements
CfnHealthCheck.IHealthCheckTagProperty
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.Route53
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnHealthCheck.HealthCheckTagProperty : CfnHealthCheck.IHealthCheckTagProperty
Syntax (vb)
Public Class CfnHealthCheck.HealthCheckTagProperty Implements CfnHealthCheck.IHealthCheckTagProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthchecktag.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.Route53;

             var healthCheckTagProperty = new HealthCheckTagProperty {
                 Key = "key",
                 Value = "value"
             };

Synopsis

Constructors

HealthCheckTagProperty()

The HealthCheckTag property describes one key-value pair that is associated with an AWS::Route53::HealthCheck resource.

Properties

Key

The value of Key depends on the operation that you want to perform:.

Value

The value of Value depends on the operation that you want to perform:.

Constructors

HealthCheckTagProperty()

The HealthCheckTag property describes one key-value pair that is associated with an AWS::Route53::HealthCheck resource.

public HealthCheckTagProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthchecktag.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.Route53;

             var healthCheckTagProperty = new HealthCheckTagProperty {
                 Key = "key",
                 Value = "value"
             };

Properties

Key

The value of Key depends on the operation that you want to perform:.

public string Key { get; set; }
Property Value

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthchecktag.html#cfn-route53-healthcheck-healthchecktag-key

    Value

    The value of Value depends on the operation that you want to perform:.

    public string Value { get; set; }
    Property Value

    string

    Remarks

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthchecktag.html#cfn-route53-healthcheck-healthchecktag-value

      Implements

      CfnHealthCheck.IHealthCheckTagProperty
      Back to top Generated by DocFX