Skip to content

Describe Drt Access

shield_describe_drt_access R Documentation

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

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.

Usage

shield_describe_drt_access()

Value

A list with the following syntax:

list(
  RoleArn = "string",
  LogBucketList = list(
    "string"
  )
)

Request syntax

svc$describe_drt_access()