GetUserGroupsPlainArgs

data class GetUserGroupsPlainArgs(val ids: List<String>? = null, val instanceId: String, val nameRegex: String? = null, val outputFile: String? = null, val userGroupName: String? = null) : ConvertibleToJava<GetUserGroupsPlainArgs>

A collection of arguments for invoking getUserGroups.

Constructors

Link copied to clipboard
constructor(ids: List<String>? = null, instanceId: String, nameRegex: String? = null, outputFile: String? = null, userGroupName: String? = null)

Properties

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

A list of User Group self IDs.

Link copied to clipboard

Specify the New Group of the Bastion Host of Instance Id.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by User Group 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 userGroupName: String? = null

Specify the New Group Name. Supports up to 128 Characters.

Functions

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