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

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

Overview

Input parameters for configuring IAM identity federation settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Specifies whether IAM identity federation is enabled for the OpenSearch domain.

Returns:

  • (Boolean)


5102
5103
5104
5105
5106
5107
5108
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5102

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

#roles_keyString

The key in the SAML assertion that contains the user's role information.

Returns:

  • (String)


5102
5103
5104
5105
5106
5107
5108
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5102

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

#subject_keyString

The key in the SAML assertion that contains the user's subject identifier.

Returns:

  • (String)


5102
5103
5104
5105
5106
5107
5108
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5102

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