Package-level declarations

Types

Link copied to clipboard
class Endpoint : KotlinCustomResource

The endpoint for the target resource. API Version: 2022-05-01-preview.

Link copied to clipboard
data class EndpointArgs(val createdAt: Output<String>? = null, val createdBy: Output<String>? = null, val createdByType: Output<Either<String, CreatedByType>>? = null, val endpointName: Output<String>? = null, val lastModifiedAt: Output<String>? = null, val lastModifiedBy: Output<String>? = null, val lastModifiedByType: Output<Either<String, CreatedByType>>? = null, val resourceId: Output<String>? = null, val resourceUri: Output<String>? = null, val type: Output<Either<String, Type>>? = null) : ConvertibleToJava<EndpointArgs>

The endpoint for the target resource. API Version: 2022-05-01-preview.

Link copied to clipboard
Link copied to clipboard
object EndpointMapper : ResourceMapper<Endpoint>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun endpoint(name: String, block: suspend EndpointResourceBuilder.() -> Unit): Endpoint