Class: Aws::WorkMail::Types::IdentityCenterConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::IdentityCenterConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
The IAM Identity Center configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
The Amazon Resource Name (ARN) of IAMIdentity Center Application for WorkMail.
-
#instance_arn ⇒ String
The Amazon Resource Name (ARN) of the of IAM Identity Center instance.
Instance Attribute Details
#application_arn ⇒ String
The Amazon Resource Name (ARN) of IAMIdentity Center Application for WorkMail. Must be created by the WorkMail API, see CreateIdentityCenterApplication.
2774 2775 2776 2777 2778 2779 |
# File 'lib/aws-sdk-workmail/types.rb', line 2774 class IdentityCenterConfiguration < Struct.new( :instance_arn, :application_arn) SENSITIVE = [] include Aws::Structure end |
#instance_arn ⇒ String
The Amazon Resource Name (ARN) of the of IAM Identity Center instance. Must be in the same AWS account and region as WorkMail organization.
2774 2775 2776 2777 2778 2779 |
# File 'lib/aws-sdk-workmail/types.rb', line 2774 class IdentityCenterConfiguration < Struct.new( :instance_arn, :application_arn) SENSITIVE = [] include Aws::Structure end |