ElasticFileSystemTagArgs

data class ElasticFileSystemTagArgs(val key: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<ElasticFileSystemTagArgs>

Definition of ElasticFileSystemTag

Constructors

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

Properties

Link copied to clipboard
val key: Output<String>? = null

The tag key (String). The key can't start with `aws:`.

Link copied to clipboard
val value: Output<String>? = null

The value of the tag key.

Functions

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