LocationFSxLustreTagArgs

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

A key-value pair to associate with a resource.

Constructors

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

Functions

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

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.