GetProtectionResult

data class GetProtectionResult(val applicationLayerAutomaticResponseConfiguration: ProtectionApplicationLayerAutomaticResponseConfiguration? = null, val healthCheckArns: List<String>? = null, val protectionArn: String? = null, val protectionId: String? = null, val tags: List<ProtectionTag>? = null)

Constructors

Link copied to clipboard
fun GetProtectionResult(applicationLayerAutomaticResponseConfiguration: ProtectionApplicationLayerAutomaticResponseConfiguration? = null, healthCheckArns: List<String>? = null, protectionArn: String? = null, protectionId: String? = null, tags: List<ProtectionTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Names (ARNs) of the health check to associate with the protection.

Link copied to clipboard
val protectionArn: String? = null

The ARN (Amazon Resource Name) of the protection.

Link copied to clipboard
val protectionId: String? = null

The unique identifier (ID) of the protection.

Link copied to clipboard
val tags: List<ProtectionTag>? = null

One or more tag key-value pairs for the Protection object.