Package-level declarations

Types

Link copied to clipboard
class Endpoint : KotlinCustomResource

Cloud IDS is an intrusion detection service that provides threat detection for intrusions, malware, spyware, and command-and-control attacks on your network. To get more information about Endpoint, see:

Link copied to clipboard
data class EndpointArgs(val description: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val network: Output<String>? = null, val project: Output<String>? = null, val severity: Output<String>? = null, val threatExceptions: Output<List<String>>? = null) : ConvertibleToJava<EndpointArgs>

Cloud IDS is an intrusion detection service that provides threat detection for intrusions, malware, spyware, and command-and-control attacks on your network. To get more information about Endpoint, see:

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