Package-level declarations

Types

Link copied to clipboard
data class GetGeographicalLocationPlainArgs(val name: String) : ConvertibleToJava<GetGeographicalLocationPlainArgs>

A collection of arguments for invoking getGeographicalLocation.

Link copied to clipboard
data class ProfileDnsConfigArgs(val relativeName: Output<String>, val ttl: Output<Int>) : ConvertibleToJava<ProfileDnsConfigArgs>
Link copied to clipboard
data class ProfileMonitorConfigArgs(val customHeaders: Output<List<ProfileMonitorConfigCustomHeaderArgs>>? = null, val expectedStatusCodeRanges: Output<List<String>>? = null, val intervalInSeconds: Output<Int>? = null, val path: Output<String>? = null, val port: Output<Int>, val protocol: Output<String>, val timeoutInSeconds: Output<Int>? = null, val toleratedNumberOfFailures: Output<Int>? = null) : ConvertibleToJava<ProfileMonitorConfigArgs>
Link copied to clipboard
data class ProfileMonitorConfigCustomHeaderArgs(val name: Output<String>, val value: Output<String>) : ConvertibleToJava<ProfileMonitorConfigCustomHeaderArgs>