Class: Aws::Glue::Types::CreateGlueIdentityCenterConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CreateGlueIdentityCenterConfigurationRequest
- 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_arn ⇒ String
The Amazon Resource Name (ARN) of the Identity Center instance to be associated with the Glue configuration.
-
#scopes ⇒ Array<String>
A list of Identity Center scopes that define the permissions and access levels for the Glue configuration.
-
#user_background_sessions_enabled ⇒ Boolean
Specifies whether users can run background sessions when using Identity Center authentication with Glue services.
Instance Attribute Details
#instance_arn ⇒ String
The Amazon Resource Name (ARN) of the Identity Center instance to be associated with the Glue configuration.
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 |
#scopes ⇒ Array<String>
A list of Identity Center scopes that define the permissions and access levels for the Glue configuration.
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_enabled ⇒ Boolean
Specifies whether users can run background sessions when using Identity Center authentication with Glue services.
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 |