Resource Commitment Args
data class ResourceCommitmentArgs(val acceleratorType: Output<String>? = null, val amount: Output<String>? = null, val type: Output<ResourceCommitmentType>? = null) : ConvertibleToJava<ResourceCommitmentArgs>
Commitment for a particular resource (a Commitment is composed of one or more of these).
Constructors
Link copied to clipboard
fun ResourceCommitmentArgs(acceleratorType: Output<String>? = null, amount: Output<String>? = null, type: Output<ResourceCommitmentType>? = null)