GetEndpointPlainArgs

data class GetEndpointPlainArgs(val endpointType: String? = null) : ConvertibleToJava<GetEndpointPlainArgs>

A collection of arguments for invoking getEndpoint.

Constructors

Link copied to clipboard
constructor(endpointType: String? = null)

Properties

Link copied to clipboard
val endpointType: String? = null

Endpoint type. Valid values: iot:CredentialProvider, iot:Data, iot:Data-ATS, iot:Jobs.

Functions

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