Group

class Group : KotlinCustomResource

Creates a new group. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val displayName: Output<String>

A user-assigned name for this group, used only for display purposes.

Link copied to clipboard
val filter: Output<String>

The filter used to determine which monitored resources belong to this group.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val isCluster: Output<Boolean>

If true, the members of this group are considered to be a cluster. The system can perform additional analysis on groups that are clusters.

Link copied to clipboard
val name: Output<String>

The name of this group. The format is: projects/PROJECT_ID_OR_NUMBER/groups/GROUP_ID When creating a group, this field is ignored and a new name is created consisting of the project specified in the call to CreateGroup and a unique GROUP_ID that is generated automatically.

Link copied to clipboard
val parentName: Output<String>

The name of the group's parent, if it has one. The format is: projects/PROJECT_ID_OR_NUMBER/groups/GROUP_ID For groups with no parent, parent_name is the empty string, "".

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>