KeyDeliveryArgs

data class KeyDeliveryArgs(val accessControl: Output<AccessControlArgs>? = null) : ConvertibleToJava<KeyDeliveryArgs>

Constructors

Link copied to clipboard
fun KeyDeliveryArgs(accessControl: Output<AccessControlArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val accessControl: Output<AccessControlArgs>? = null

The access control properties for Key Delivery.