GetBasicEndpointsResult

data class GetBasicEndpointsResult(val endpointGroupId: String, val endpointId: String? = null, val endpointType: String? = null, val endpoints: List<GetBasicEndpointsEndpoint>, val id: String, val ids: List<String>, val name: String? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val status: String? = null)

A collection of values returned by getBasicEndpoints.

Constructors

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

Types

Link copied to clipboard
object Companion

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

A list of Global Accelerator Basic Endpoints. Each element contains the following attributes:

Link copied to clipboard
val endpointType: String? = null

The type of the Basic Endpoint.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val nameRegex: String? = null
Link copied to clipboard

A list of Global Accelerator Basic Endpoint names.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val status: String? = null

The status of the Basic Endpoint.