Package-level declarations

Types

Link copied to clipboard
class CustomLocation : KotlinCustomResource

Manages a Custom Location within an Extended Location.

Link copied to clipboard
data class CustomLocationArgs(val authentication: Output<CustomLocationAuthenticationArgs>? = null, val clusterExtensionIds: Output<List<String>>? = null, val displayName: Output<String>? = null, val hostResourceId: Output<String>? = null, val hostType: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val namespace: Output<String>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<CustomLocationArgs>

Manages a Custom Location within an Extended Location.

Link copied to clipboard
Link copied to clipboard
object CustomLocationMapper : ResourceMapper<CustomLocation>
Link copied to clipboard

Functions

Link copied to clipboard