LocationEfsTagArgs

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

A key-value pair to associate with a resource.

Constructors

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

Functions

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

Properties

Link copied to clipboard
val key: Output<String>

The key for an AWS resource tag.

Link copied to clipboard
val value: Output<String>

The value for an AWS resource tag.