aws.shield.describe_drt_access
Example SQL Queries
SELECT * FROMaws.shield.describe_drt_access;Description
Returns the current role and list of Amazon S3 log buckets used by the Shield Response Team (SRT) to access your Amazon Web Services account while assisting with attack mitigation.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| log_bucket_list The list of Amazon S3 buckets accessed by the SRT. | VARCHAR[] |
Show child fields
| |
| role_arn The Amazon Resource Name (ARN) of the role the SRT used to access your Amazon Web Services account. | VARCHAR |