Class: Aws::OpenSearchService::Types::IAMFederationOptionsInput

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

Overview

The IAM federation authentication configuration for an Amazon OpenSearch Service domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

True to enable IAM federation authentication for a domain.

Returns:

  • (Boolean)


4503
4504
4505
4506
4507
4508
4509
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4503

class IAMFederationOptionsInput < Struct.new(
  :enabled,
  :subject_key,
  :roles_key)
  SENSITIVE = []
  include Aws::Structure
end

#roles_keyString

Element of the IAM federation assertion to use for backend roles. Default is ‘roles`.

Returns:

  • (String)


4503
4504
4505
4506
4507
4508
4509
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4503

class IAMFederationOptionsInput < Struct.new(
  :enabled,
  :subject_key,
  :roles_key)
  SENSITIVE = []
  include Aws::Structure
end

#subject_keyString

Element of the IAM federation assertion to use for the user name. Default is ‘sub`.

Returns:

  • (String)


4503
4504
4505
4506
4507
4508
4509
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4503

class IAMFederationOptionsInput < Struct.new(
  :enabled,
  :subject_key,
  :roles_key)
  SENSITIVE = []
  include Aws::Structure
end