RocketMQInstanceAclInfoArgs

data class RocketMQInstanceAclInfoArgs(val aclTypes: Output<List<String>>? = null, val defaultVpcAuthFree: Output<Boolean>? = null) : ConvertibleToJava<RocketMQInstanceAclInfoArgs>

Constructors

Link copied to clipboard
constructor(aclTypes: Output<List<String>>? = null, defaultVpcAuthFree: Output<Boolean>? = null)

Properties

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

The authentication type of the instance. Valid values:

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

Indicates whether the authentication-free in VPCs feature is enabled. Indicates whether the authentication-free in VPCs feature is enabled. Valid values:

Functions

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