GetSaslAclsPlainArgs

data class GetSaslAclsPlainArgs(val aclResourceName: String, val aclResourceType: String, val instanceId: String, val outputFile: String? = null, val username: String) : ConvertibleToJava<GetSaslAclsPlainArgs>

A collection of arguments for invoking getSaslAcls.

Constructors

Link copied to clipboard
constructor(aclResourceName: String, aclResourceType: String, instanceId: String, outputFile: String? = null, username: String)

Properties

Link copied to clipboard

Get results for the specified resource name.

Link copied to clipboard

Get results for the specified resource type.

Link copied to clipboard

ID of the ALIKAFKA Instance that owns the sasl acls.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard

Get results for the specified username.

Functions

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