Fhir Datastore Tag Args
data class FhirDatastoreTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<FhirDatastoreTagArgs>
A key-value pair. A tag consists of a tag key and a tag value. Tag keys and tag values are both required, but tag values can be empty (null) strings.