Package-level declarations

Types

Link copied to clipboard
data class GetDrtAccessResult(val accountId: String? = null, val logBucketList: List<String>? = null, val roleArn: String? = null)
Link copied to clipboard
data class GetProactiveEngagementResult(val accountId: String? = null, val emergencyContactList: List<ProactiveEngagementEmergencyContact>? = null, val proactiveEngagementStatus: ProactiveEngagementStatus? = null)
Link copied to clipboard
data class GetProtectionGroupResult(val aggregation: ProtectionGroupAggregation? = null, val members: List<String>? = null, val pattern: ProtectionGroupPattern? = null, val protectionGroupArn: String? = null, val resourceType: ProtectionGroupResourceType? = null, val tags: List<ProtectionGroupTag>? = null)
Link copied to clipboard
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)
Link copied to clipboard
data class ProactiveEngagementEmergencyContact(val contactNotes: String? = null, val emailAddress: String, val phoneNumber: String? = null)

An emergency contact is used by Shield Response Team (SRT) to contact you for escalations to the SRT and to initiate proactive customer support. An emergency contact requires an email address.

The automatic application layer DDoS mitigation settings for a 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.

Specifies the action setting that Shield Advanced should use in the AWS WAF rules that it creates on behalf of the protected resource in response to DDoS attacks. You specify this as part of the configuration for the automatic application layer DDoS mitigation feature, when you enable or update automatic mitigation. Shield Advanced creates the AWS WAF rules in a Shield Advanced-managed rule group, inside the web ACL that you have associated with the resource.

Specifies the action setting that Shield Advanced should use in the AWS WAF rules that it creates on behalf of the protected resource in response to DDoS attacks. You specify this as part of the configuration for the automatic application layer DDoS mitigation feature, when you enable or update automatic mitigation. Shield Advanced creates the AWS WAF rules in a Shield Advanced-managed rule group, inside the web ACL that you have associated with the resource.

Link copied to clipboard
data class ProtectionGroupTag(val key: String, val value: String)

A tag associated with an AWS resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing or other management. Typically, the tag key represents a category, such as "environment", and the tag value represents a specific value within that category, such as "test," "development," or "production". Or you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each AWS resource, up to 50 tags for a resource.

Link copied to clipboard
data class ProtectionTag(val key: String, val value: String)

A tag associated with an AWS resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing or other management. Typically, the tag key represents a category, such as "environment", and the tag value represents a specific value within that category, such as "test," "development," or "production". Or you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each AWS resource, up to 50 tags for a resource.