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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


5825
5826
5827
5828
5829
5830
5831
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5825

class CreateGlueIdentityCenterConfigurationRequest < Struct.new(
  :instance_arn,
  :scopes,
  :user_background_sessions_enabled)
  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>)


5825
5826
5827
5828
5829
5830
5831
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5825

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

#user_background_sessions_enabledBoolean

Specifies whether users can run background sessions when using Identity Center authentication with Glue services.

Returns:

  • (Boolean)


5825
5826
5827
5828
5829
5830
5831
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5825

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