Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

describe_drt_access

describe_drt_access()

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.

See also: AWS API Documentation

Request Syntax

response = client.describe_drt_access()
Return type
dict
Returns
Response Syntax
{
    'RoleArn': 'string',
    'LogBucketList': [
        'string',
    ]
}

Response Structure

  • (dict) --
    • RoleArn (string) --

      The Amazon Resource Name (ARN) of the role the SRT used to access your Amazon Web Services account.

    • LogBucketList (list) --

      The list of Amazon S3 buckets accessed by the SRT.

      • (string) --

Exceptions

  • Shield.Client.exceptions.InternalErrorException
  • Shield.Client.exceptions.ResourceNotFoundException