Get Endpoint Groups Plain Args
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
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
The ID of the listener that is associated with the endpoint group.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).