GetBasicEndpointsPlainArgs

data class GetBasicEndpointsPlainArgs(val endpointGroupId: String, val endpointId: String? = null, val endpointType: String? = null, val ids: List<String>? = null, val name: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val status: String? = null) : ConvertibleToJava<GetBasicEndpointsPlainArgs>

A collection of arguments for invoking getBasicEndpoints.

Constructors

Link copied to clipboard
constructor(endpointGroupId: String, endpointId: String? = null, endpointType: String? = null, ids: List<String>? = null, name: String? = null, nameRegex: String? = null, outputFile: String? = null, status: String? = null)

Properties

Link copied to clipboard

The ID of the Basic Endpoint Group.

Link copied to clipboard
val endpointId: String? = null

The ID of the Basic Endpoint.

Link copied to clipboard
val endpointType: String? = null

The type of the Basic Endpoint. Valid values: ENI, SLB, ECS and NLB.

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

A list of Global Accelerator Basic Endpoints IDs.

Link copied to clipboard
val name: String? = null

The name of the Basic Endpoint.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Global Accelerator Basic Endpoints 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 Global Accelerator Basic Endpoint. Valid Value: init, active, updating, binding, unbinding, deleting, bound.

Functions

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