ResourceGuardProxyBaseArgs

data class ResourceGuardProxyBaseArgs(val description: Output<String>? = null, val lastUpdatedTime: Output<String>? = null, val resourceGuardOperationDetails: Output<List<ResourceGuardOperationDetailArgs>>? = null, val resourceGuardResourceId: Output<String>) : ConvertibleToJava<ResourceGuardProxyBaseArgs>

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, lastUpdatedTime: Output<String>? = null, resourceGuardOperationDetails: Output<List<ResourceGuardOperationDetailArgs>>? = null, resourceGuardResourceId: Output<String>)

Properties

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

Functions

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