Class: Aws::OpenSearchService::Types::IamIdentityCenterOptions

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

Overview

Settings for IAM Identity Center for an OpenSearch Application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

IAM Identity Center is enabled for the OpenSearch Application.

Returns:

  • (Boolean)


4298
4299
4300
4301
4302
4303
4304
4305
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4298

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

#iam_identity_center_application_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)


4298
4299
4300
4301
4302
4303
4304
4305
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4298

class IamIdentityCenterOptions < Struct.new(
  :enabled,
  :iam_identity_center_instance_arn,
  :iam_role_for_identity_center_application_arn,
  :iam_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)


4298
4299
4300
4301
4302
4303
4304
4305
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4298

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

#iam_role_for_identity_center_application_arnString

Amazon Resource Name of the IAM Identity Center’s Application created for the OpenSearch Application after enabling IAM Identity Center.

Returns:

  • (String)


4298
4299
4300
4301
4302
4303
4304
4305
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4298

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