Class CfnHealthCheck.HealthCheckTagProperty
The HealthCheckTag property describes one key-value pair that is associated with an AWS::Route53::HealthCheck resource.
Implements
Inherited Members
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
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 |
Properties
| Key | The value of |
| Value | The value of |
Constructors
HealthCheckTagProperty()
The HealthCheckTag property describes one key-value pair that is associated with an AWS::Route53::HealthCheck resource.
public HealthCheckTagProperty()
Remarks
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
Remarks
Value
The value of Value depends on the operation that you want to perform:.
public string Value { get; set; }