Class: Aws::OpenSearchService::Types::IamIdentityCenterOptionsInput

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

Overview

Configuration settings for enabling and managing IAM Identity Center.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Specifies whether IAM Identity Center is enabled or disabled.

Returns:

  • (Boolean)


4546
4547
4548
4549
4550
4551
4552
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4546

class IamIdentityCenterOptionsInput < Struct.new(
  :enabled,
  :iam_identity_center_instance_arn,
  :iam_role_for_identity_center_application_arn)
  SENSITIVE = []
  include Aws::Structure
end

#iam_identity_center_instance_arnString

The Amazon Resource Name (ARN) of the domain. See [Identifiers for IAM Entities ][1] in *Using Amazon Web Services Identity and Access Management* for more information.

[1]: docs.aws.amazon.com/IAM/latest/UserGuide/index.html

Returns:

  • (String)


4546
4547
4548
4549
4550
4551
4552
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4546

class IamIdentityCenterOptionsInput < Struct.new(
  :enabled,
  :iam_identity_center_instance_arn,
  :iam_role_for_identity_center_application_arn)
  SENSITIVE = []
  include Aws::Structure
end

#iam_role_for_identity_center_application_arnString

The ARN of the IAM role associated with the IAM Identity Center application.

Returns:

  • (String)


4546
4547
4548
4549
4550
4551
4552
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4546

class IamIdentityCenterOptionsInput < Struct.new(
  :enabled,
  :iam_identity_center_instance_arn,
  :iam_role_for_identity_center_application_arn)
  SENSITIVE = []
  include Aws::Structure
end