Get Basic Endpoints Plain Args
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
Properties
Link copied to clipboard
The ID of the Basic Endpoint Group.
Link copied to clipboard
The ID of the Basic Endpoint.
Link copied to clipboard
The type of the Basic Endpoint. Valid values: ENI
, SLB
, ECS
and NLB
.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).