Class: Aws::RedshiftServerless::Types::GetIdentityCenterAuthTokenRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workgroup_namesArray<String>

A list of workgroup names for which to generate the Identity Center authentication token.

Constraints:

  • Must contain between 1 and 20 workgroup names.

  • Each workgroup name must be a valid Amazon Redshift Serverless workgroup identifier.

  • All specified workgroups must have Identity Center integration enabled.

Returns:

  • (Array<String>)


1261
1262
1263
1264
1265
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1261

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