Package-level declarations

Types

Link copied to clipboard
data class GetDnsNamespacePlainArgs(val name: String, val tags: Map<String, String>? = null, val type: String) : ConvertibleToJava<GetDnsNamespacePlainArgs>

A collection of arguments for invoking getDnsNamespace.

Link copied to clipboard
data class GetHttpNamespacePlainArgs(val name: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetHttpNamespacePlainArgs>

A collection of arguments for invoking getHttpNamespace.

Link copied to clipboard
data class GetServicePlainArgs(val name: String, val namespaceId: String, val tags: Map<String, String>? = null, val tagsAll: Map<String, String>? = null) : ConvertibleToJava<GetServicePlainArgs>

A collection of arguments for invoking getService.

Link copied to clipboard
data class ServiceDnsConfigArgs(val dnsRecords: Output<List<ServiceDnsConfigDnsRecordArgs>>, val namespaceId: Output<String>, val routingPolicy: Output<String>? = null) : ConvertibleToJava<ServiceDnsConfigArgs>
Link copied to clipboard
data class ServiceDnsConfigDnsRecordArgs(val ttl: Output<Int>, val type: Output<String>) : ConvertibleToJava<ServiceDnsConfigDnsRecordArgs>
Link copied to clipboard
data class ServiceHealthCheckConfigArgs(val failureThreshold: Output<Int>? = null, val resourcePath: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<ServiceHealthCheckConfigArgs>
Link copied to clipboard
data class ServiceHealthCheckCustomConfigArgs(val failureThreshold: Output<Int>? = null) : ConvertibleToJava<ServiceHealthCheckCustomConfigArgs>