Class: Aws::RedshiftServerless::Types::GetIdentityCenterAuthTokenRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::GetIdentityCenterAuthTokenRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workgroup_names ⇒ Array<String>
A list of workgroup names for which to generate the Identity Center authentication token.
Instance Attribute Details
#workgroup_names ⇒ Array<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.
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 |