Get Access Groups Plain Args
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
Properties
Link copied to clipboard
The name of access group.
Link copied to clipboard
Filter results by a specific AccessGroupType.
Link copied to clipboard
Filter results by a specific Description.
Link copied to clipboard
The type of file system. Valid values: standard
and extreme
. Default to standard
.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
Specifies whether the time to return is in UTC. Valid values: true and false.