@Stability(value=Stable)
public static interface CfnHealthCheck.HealthCheckTagProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.route53.*;
HealthCheckTagProperty healthCheckTagProperty = HealthCheckTagProperty.builder()
.key("key")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnHealthCheck.HealthCheckTagProperty.Builder
A builder for
CfnHealthCheck.HealthCheckTagProperty |
static class |
CfnHealthCheck.HealthCheckTagProperty.Jsii$Proxy
An implementation for
CfnHealthCheck.HealthCheckTagProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnHealthCheck.HealthCheckTagProperty.Builder |
builder() |
String |
getKey()
The value of `Key` depends on the operation that you want to perform:.
|
String |
getValue()
The value of `Value` depends on the operation that you want to perform:.
|
@Stability(value=Stable) @NotNull String getKey()
Key is the name that you want to give the new tag.Key is the name of the tag that you want to change the Value for.Key is the name of the tag you want to remove.Name tag. In the Amazon Route 53 console, the list of your health checks includes a Name column that lets you see the name that you've given to each health check.@Stability(value=Stable) @NotNull String getValue()
Value is the value that you want to give the new tag.Value is the new value that you want to assign the tag.@Stability(value=Stable) static CfnHealthCheck.HealthCheckTagProperty.Builder builder()
Copyright © 2022. All rights reserved.