GetAccessGroupsPlainArgs

data class GetAccessGroupsPlainArgs(val accessGroupName: String? = null, val accessGroupType: String? = null, val description: String? = null, val fileSystemType: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val type: String? = null, val useutcDateTime: Boolean? = null) : ConvertibleToJava<GetAccessGroupsPlainArgs>

A collection of arguments for invoking getAccessGroups.

Constructors

Link copied to clipboard
constructor(accessGroupName: String? = null, accessGroupType: String? = null, description: String? = null, fileSystemType: String? = null, nameRegex: String? = null, outputFile: String? = null, type: String? = null, useutcDateTime: Boolean? = null)

Properties

Link copied to clipboard
val accessGroupName: String? = null

The name of access group.

Link copied to clipboard
val accessGroupType: String? = null

Filter results by a specific AccessGroupType.

Link copied to clipboard
val description: String? = null

Filter results by a specific Description.

Link copied to clipboard
val fileSystemType: String? = null

The type of file system. Valid values: standard and extreme. Default to standard.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter AccessGroups by 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 type: String? = null

Field type has been deprecated from version 1.95.0. Use access_group_type instead.

Link copied to clipboard
val useutcDateTime: Boolean? = null

Specifies whether the time to return is in UTC. Valid values: true and false.

Functions

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