Class: Aws::WorkMail::Types::IdentityCenterConfiguration

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

Overview

The IAM Identity Center configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_arnString

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_arnString

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