Class: Aws::Shield::Types::AssociateDRTRoleRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-shield/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#role_arnString

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

Prior to making the ‘AssociateDRTRole` request, you must attach the

AWSShieldDRTAccessPolicy][1

managed policy to this role. For more

information see [Attaching and Detaching IAM Policies]( docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_manage-attach-detach.html).

[1]: console.aws.amazon.com/iam/home?#/policies/arn:aws:iam::aws:policy/service-role/AWSShieldDRTAccessPolicy

Returns:

  • (String)


112
113
114
115
116
# File 'lib/aws-sdk-shield/types.rb', line 112

class AssociateDRTRoleRequest < Struct.new(
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end