Shield / Client / describe_drt_access

describe_drt_access#

Shield.Client.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