getEndpoint

Returns a unique endpoint specific to the AWS account making the call.

Return

A collection of values returned by getEndpoint.

Parameters

argument

A collection of arguments for invoking getEndpoint.


suspend fun getEndpoint(endpointType: String? = null): GetEndpointResult

Return

A collection of values returned by getEndpoint.

See also

Parameters

endpointType

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


suspend fun getEndpoint(argument: suspend GetEndpointPlainArgsBuilder.() -> Unit): GetEndpointResult

Return

A collection of values returned by getEndpoint.

See also

Parameters

argument

Builder for com.pulumi.aws.iot.kotlin.inputs.GetEndpointPlainArgs.