Class: Aws::OpenSearchServerless::Types::IamIdentityCenterConfigOptions

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

Overview

Describes IAM Identity Center options for an OpenSearch Serverless security configuration in the form of a key-value map.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_arnString

The ARN of the IAM Identity Center application used to integrate with OpenSearch Serverless.

Returns:

  • (String)


1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1379

class IamIdentityCenterConfigOptions < Struct.new(
  :application_arn,
  :application_description,
  :application_name,
  :group_attribute,
  :instance_arn,
  :user_attribute)
  SENSITIVE = []
  include Aws::Structure
end

#application_descriptionString

The description of the IAM Identity Center application used to integrate with OpenSearch Serverless.

Returns:

  • (String)


1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1379

class IamIdentityCenterConfigOptions < Struct.new(
  :application_arn,
  :application_description,
  :application_name,
  :group_attribute,
  :instance_arn,
  :user_attribute)
  SENSITIVE = []
  include Aws::Structure
end

#application_nameString

The name of the IAM Identity Center application used to integrate with OpenSearch Serverless.

Returns:

  • (String)


1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1379

class IamIdentityCenterConfigOptions < Struct.new(
  :application_arn,
  :application_description,
  :application_name,
  :group_attribute,
  :instance_arn,
  :user_attribute)
  SENSITIVE = []
  include Aws::Structure
end

#group_attributeString

The group attribute for this IAM Identity Center integration. Defaults to ‘GroupId`.

Returns:

  • (String)


1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1379

class IamIdentityCenterConfigOptions < Struct.new(
  :application_arn,
  :application_description,
  :application_name,
  :group_attribute,
  :instance_arn,
  :user_attribute)
  SENSITIVE = []
  include Aws::Structure
end

#instance_arnString

The ARN of the IAM Identity Center instance used to integrate with OpenSearch Serverless.

Returns:

  • (String)


1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1379

class IamIdentityCenterConfigOptions < Struct.new(
  :application_arn,
  :application_description,
  :application_name,
  :group_attribute,
  :instance_arn,
  :user_attribute)
  SENSITIVE = []
  include Aws::Structure
end

#user_attributeString

The user attribute for this IAM Identity Center integration. Defaults to ‘UserId`

Returns:

  • (String)


1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1379

class IamIdentityCenterConfigOptions < Struct.new(
  :application_arn,
  :application_description,
  :application_name,
  :group_attribute,
  :instance_arn,
  :user_attribute)
  SENSITIVE = []
  include Aws::Structure
end