GetEndpointGroupsPlainArgs

data class GetEndpointGroupsPlainArgs(val acceleratorId: String, val endpointGroupType: String? = null, val ids: List<String>? = null, val listenerId: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val status: String? = null) : ConvertibleToJava<GetEndpointGroupsPlainArgs>

A collection of arguments for invoking getEndpointGroups.

Constructors

Link copied to clipboard
constructor(acceleratorId: String, endpointGroupType: String? = null, ids: List<String>? = null, listenerId: String? = null, nameRegex: String? = null, outputFile: String? = null, status: String? = null)

Properties

Link copied to clipboard

The ID of the Global Accelerator instance to which the endpoint group will be added.

Link copied to clipboard

The endpoint group type. Default value: default. Valid values: default, virtual.

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

A list of Endpoint Group IDs.

Link copied to clipboard
val listenerId: String? = null

The ID of the listener that is associated with the endpoint group.

Link copied to clipboard
val nameRegex: String? = null

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

The status of the endpoint group. Valid values: active, configuring, creating, init.

Functions

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