Class: Aws::OpenSearchServerless::Types::IamIdentityCenterConfigOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::IamIdentityCenterConfigOptions
- 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
-
#application_arn ⇒ String
The ARN of the IAM Identity Center application used to integrate with OpenSearch Serverless.
-
#application_description ⇒ String
The description of the IAM Identity Center application used to integrate with OpenSearch Serverless.
-
#application_name ⇒ String
The name of the IAM Identity Center application used to integrate with OpenSearch Serverless.
-
#group_attribute ⇒ String
The group attribute for this IAM Identity Center integration.
-
#instance_arn ⇒ String
The ARN of the IAM Identity Center instance used to integrate with OpenSearch Serverless.
-
#user_attribute ⇒ String
The user attribute for this IAM Identity Center integration.
Instance Attribute Details
#application_arn ⇒ String
The ARN of the IAM Identity Center application used to integrate with OpenSearch Serverless.
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_description ⇒ String
The description of the IAM Identity Center application used to integrate with OpenSearch Serverless.
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_name ⇒ String
The name of the IAM Identity Center application used to integrate with OpenSearch Serverless.
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_attribute ⇒ String
The group attribute for this IAM Identity Center integration. Defaults to ‘GroupId`.
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_arn ⇒ String
The ARN of the IAM Identity Center instance used to integrate with OpenSearch Serverless.
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_attribute ⇒ String
The user attribute for this IAM Identity Center integration. Defaults to ‘UserId`
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 |