Resource Info Args
data class ResourceInfoArgs(val id: Output<String>, val resource: Output<Map<String, String>>? = null, val status: Output<ResourceInfoStatus>? = null, val sub: Output<List<ResourceInfoArgs>>? = null, val time: Output<String>? = null) : ConvertibleToJava<ResourceInfoArgs>
ResourceInfo represents the information/status of the associated resource.
Constructors
Link copied to clipboard
fun ResourceInfoArgs(id: Output<String>, resource: Output<Map<String, String>>? = null, status: Output<ResourceInfoStatus>? = null, sub: Output<List<ResourceInfoArgs>>? = null, time: Output<String>? = null)