MethodMapArgs

data class MethodMapArgs(val create: Output<String>? = null, val delete: Output<String>? = null, val get: Output<String>? = null, val setIamPolicy: Output<String>? = null, val update: Output<String>? = null) : ConvertibleToJava<MethodMapArgs>

Deployment Manager will call these methods during the events of creation/deletion/update/get/setIamPolicy

Constructors

Link copied to clipboard
constructor(create: Output<String>? = null, delete: Output<String>? = null, get: Output<String>? = null, setIamPolicy: Output<String>? = null, update: Output<String>? = null)

Properties

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

The action identifier for the create method to be used for this collection

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

The action identifier for the delete method to be used for this collection

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

The action identifier for the get method to be used for this collection

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

The action identifier for the setIamPolicy method to be used for this collection

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

The action identifier for the update method to be used for this collection

Functions

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