Class: Aws::QuickSight::Types::ResourcePermission

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Permission for the resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<String>

The IAM action to grant or revoke permissions on.

Returns:

  • (Array<String>)


30228
30229
30230
30231
30232
30233
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30228

class ResourcePermission < Struct.new(
  :principal,
  :actions)
  SENSITIVE = []
  include Aws::Structure
end

#principalString

The Amazon Resource Name (ARN) of the principal. This can be one of the following:

  • The ARN of an Quick Sight user or group associated with a data source or dataset. (This is common.)

  • The ARN of an Quick Sight user, group, or namespace associated with an analysis, dashboard, template, or theme. Namespace sharing is not supported for action connectors. (This is common.)

  • The ARN of an Amazon Web Services account root: This is an IAM ARN rather than a Quick Sight ARN. Use this option only to share resources (templates) across Amazon Web Services accounts. Account root sharing is not supported for action connectors. (This is less common.)

Returns:

  • (String)


30228
30229
30230
30231
30232
30233
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30228

class ResourcePermission < Struct.new(
  :principal,
  :actions)
  SENSITIVE = []
  include Aws::Structure
end