SubscriptionClientScopedSubscriptionArgs

data class SubscriptionClientScopedSubscriptionArgs(val clientId: Output<String>? = null, val isClientScopedSubscriptionDurable: Output<Boolean>? = null, val isClientScopedSubscriptionShareable: Output<Boolean>? = null) : ConvertibleToJava<SubscriptionClientScopedSubscriptionArgs>

Constructors

Link copied to clipboard
constructor(clientId: Output<String>? = null, isClientScopedSubscriptionDurable: Output<Boolean>? = null, isClientScopedSubscriptionShareable: Output<Boolean>? = null)

Properties

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

Specifies the Client ID of the application that created the client-scoped subscription. Changing this forces a new resource to be created.

Link copied to clipboard

Whether the client scoped subscription is durable. This property can only be controlled from the application side.

Link copied to clipboard

Whether the client scoped subscription is shareable. Defaults to true Changing this forces a new resource to be created.

Functions

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