Report Plan Tag Args
data class ReportPlanTagArgs(val key: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<ReportPlanTagArgs>
A key-value pair to associate with a resource.
A key-value pair to associate with a resource.