SystemTopicEventSubscriptionDeadLetterIdentityArgs

data class SystemTopicEventSubscriptionDeadLetterIdentityArgs(val type: Output<String>, val userAssignedIdentity: Output<String>? = null) : ConvertibleToJava<SystemTopicEventSubscriptionDeadLetterIdentityArgs>

Constructors

constructor(type: Output<String>, userAssignedIdentity: Output<String>? = null)

Properties

Link copied to clipboard
val type: Output<String>

Specifies the type of Managed Service Identity that is used for dead lettering. Allowed value is SystemAssigned, UserAssigned.

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

The user identity associated with the resource.

Functions

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