DefaultResourcePropertiesArgs

data class DefaultResourcePropertiesArgs(val objectType: Output<String>) : ConvertibleToJava<DefaultResourcePropertiesArgs>

Default source properties

Constructors

Link copied to clipboard
constructor(objectType: Output<String>)

Properties

Link copied to clipboard
val objectType: Output<String>

Type of the specific object - used for deserializing Expected value is 'DefaultResourceProperties'.

Functions

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