DrtAccessArgs

data class DrtAccessArgs(val logBucketList: Output<List<String>>? = null, val roleArn: Output<String>? = null) : ConvertibleToJava<DrtAccessArgs>

Config the role and list of Amazon S3 log buckets used by the Shield Response Team (SRT) to access your AWS account while assisting with attack mitigation.

Constructors

Link copied to clipboard
constructor(logBucketList: Output<List<String>>? = null, roleArn: Output<String>? = null)

Properties

Link copied to clipboard
val logBucketList: Output<List<String>>? = null

Authorizes the Shield Response Team (SRT) to access the specified Amazon S3 bucket containing log data such as Application Load Balancer access logs, CloudFront logs, or logs from third party sources. You can associate up to 10 Amazon S3 buckets with your subscription.

Link copied to clipboard
val roleArn: Output<String>? = null

Authorizes the Shield Response Team (SRT) using the specified role, to access your AWS account to assist with DDoS attack mitigation during potential attacks. This enables the SRT to inspect your AWS WAF configuration and create or update AWS WAF rules and web ACLs.

Functions

Link copied to clipboard
open override fun toJava(): DrtAccessArgs