Class: Aws::Glue::Types::CreateGlueIdentityCenterConfigurationRequest

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

Overview

Request to create a new Glue Identity Center configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_arnString

The Amazon Resource Name (ARN) of the Identity Center instance to be associated with the Glue configuration.

Returns:

  • (String)


5820
5821
5822
5823
5824
5825
# File 'lib/aws-sdk-glue/types.rb', line 5820

class CreateGlueIdentityCenterConfigurationRequest < Struct.new(
  :instance_arn,
  :scopes)
  SENSITIVE = []
  include Aws::Structure
end

#scopesArray<String>

A list of Identity Center scopes that define the permissions and access levels for the Glue configuration.

Returns:

  • (Array<String>)


5820
5821
5822
5823
5824
5825
# File 'lib/aws-sdk-glue/types.rb', line 5820

class CreateGlueIdentityCenterConfigurationRequest < Struct.new(
  :instance_arn,
  :scopes)
  SENSITIVE = []
  include Aws::Structure
end