GetAclsPlainArgs

data class GetAclsPlainArgs(val aclIds: List<String>? = null, val aclName: String? = null, val enableDetails: Boolean? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val resourceGroupId: String? = null, val status: String? = null) : ConvertibleToJava<GetAclsPlainArgs>

A collection of arguments for invoking getAcls.

Constructors

Link copied to clipboard
constructor(aclIds: List<String>? = null, aclName: String? = null, enableDetails: Boolean? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, resourceGroupId: String? = null, status: String? = null)

Properties

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

The acl ids.

Link copied to clipboard
val aclName: String? = null

The ACL Name.

Link copied to clipboard
val enableDetails: Boolean? = null

Default to false. Set it to true can output more details about resource attributes.

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

A list of Acl IDs.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Acl name.

Link copied to clipboard
val outputFile: String? = null

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

Link copied to clipboard
val resourceGroupId: String? = null

Resource Group to Which the Number.

Link copied to clipboard
val status: String? = null

The state of the ACL. Valid values:Provisioning,AvailableandConfiguring. Provisioning: The ACL is being created. Available: The ACL is available. Configuring: The ACL is being configured.

Functions

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