GroupIdentifierArgs

data class GroupIdentifierArgs(val groupId: Output<String>? = null, val groupName: Output<String>? = null) : ConvertibleToJava<GroupIdentifierArgs>

Definition of GroupIdentifier

Constructors

Link copied to clipboard
constructor(groupId: Output<String>? = null, groupName: Output<String>? = null)

Properties

Link copied to clipboard
val groupId: Output<String>? = null

The ID of the security group.

Link copied to clipboard
val groupName: Output<String>? = null

The name of the security group.

Functions

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