Class: Aws::OpenSearchService::Types::IamIdentityCenterOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::IamIdentityCenterOptions
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Configuration settings for IAM Identity Center in an OpenSearch application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Indicates whether IAM Identity Center is enabled for the OpenSearch application.
-
#iam_identity_center_application_arn ⇒ String
The Amazon Resource Name (ARN) of the domain.
-
#iam_identity_center_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the domain.
-
#iam_role_for_identity_center_application_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role assigned to the IAM Identity Center application for the OpenSearch application.
Instance Attribute Details
#enabled ⇒ Boolean
Indicates whether IAM Identity Center is enabled for the OpenSearch application.
4526 4527 4528 4529 4530 4531 4532 4533 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4526 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_arn ⇒ String
The Amazon Resource Name (ARN) of the domain. See Identifiers for IAM Entities in Using Amazon Web Services Identity and Access Management for more information.
4526 4527 4528 4529 4530 4531 4532 4533 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4526 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_arn ⇒ String
The Amazon Resource Name (ARN) of the domain. See Identifiers for IAM Entities in Using Amazon Web Services Identity and Access Management for more information.
4526 4527 4528 4529 4530 4531 4532 4533 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4526 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_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role assigned to the IAM Identity Center application for the OpenSearch application.
4526 4527 4528 4529 4530 4531 4532 4533 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4526 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 |