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.
Instance Attribute Details
#instance_arn ⇒ String
The Amazon Resource Name (ARN) of the Identity Center instance to be associated with the Glue configuration.
5812 5813 5814 5815 5816 5817 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5812 class CreateGlueIdentityCenterConfigurationRequest < Struct.new( :instance_arn, :scopes) 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.
5812 5813 5814 5815 5816 5817 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5812 class CreateGlueIdentityCenterConfigurationRequest < Struct.new( :instance_arn, :scopes) SENSITIVE = [] include Aws::Structure end |