HostedZoneTagArgs

data class HostedZoneTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<HostedZoneTagArgs>

A complex type that contains information about a tag that you want to add or edit for the specified health check or hosted zone.

Constructors

Link copied to clipboard
constructor(key: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val key: Output<String>

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

Link copied to clipboard
val value: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): HostedZoneTagArgs