Class: Aws::ConnectHealth::Types::WebAppConfiguration

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

Overview

Configuration for the Domain web application, including Identity Center settings. If provided, all fields are required.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ehr_roleString

ARN of the IAM role used for EHR operations.

Returns:

  • (String)


1584
1585
1586
1587
1588
1589
1590
# File 'lib/aws-sdk-connecthealth/types.rb', line 1584

class WebAppConfiguration < Struct.new(
  :ehr_role,
  :idc_application_id,
  :idc_region)
  SENSITIVE = []
  include Aws::Structure
end

#idc_application_idString

The Identity Center application ID associated with this Domain.

Returns:

  • (String)


1584
1585
1586
1587
1588
1589
1590
# File 'lib/aws-sdk-connecthealth/types.rb', line 1584

class WebAppConfiguration < Struct.new(
  :ehr_role,
  :idc_application_id,
  :idc_region)
  SENSITIVE = []
  include Aws::Structure
end

#idc_regionString

The AWS region where Identity Center is configured.

Returns:

  • (String)


1584
1585
1586
1587
1588
1589
1590
# File 'lib/aws-sdk-connecthealth/types.rb', line 1584

class WebAppConfiguration < Struct.new(
  :ehr_role,
  :idc_application_id,
  :idc_region)
  SENSITIVE = []
  include Aws::Structure
end