GetProtectionResult

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

The automatic application layer DDoS mitigation settings for the protection. This configuration determines whether Shield Advanced automatically manages rules in the web ACL in order to respond to application layer events that Shield Advanced determines to be DDoS attacks. If you use AWS CloudFormation to manage the web ACLs that you use with Shield Advanced automatic mitigation, see the additional guidance about web ACL management in the AWS::WAFv2::WebACL resource description.

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<Tag>? = null

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