SBClientAffinePropertiesArgs

data class SBClientAffinePropertiesArgs(val clientId: Output<String>? = null, val isDurable: Output<Boolean>? = null, val isShared: Output<Boolean>? = null) : ConvertibleToJava<SBClientAffinePropertiesArgs>

Properties specific to client affine subscriptions.

Constructors

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

Properties

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

Indicates the Client ID of the application that created the client-affine subscription.

Link copied to clipboard
val isDurable: Output<Boolean>? = null

For client-affine subscriptions, this value indicates whether the subscription is durable or not.

Link copied to clipboard
val isShared: Output<Boolean>? = null

For client-affine subscriptions, this value indicates whether the subscription is shared or not.

Functions

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