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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connecthealth/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)


1567
1568
1569
1570
1571
1572
1573
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1567

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)


1567
1568
1569
1570
1571
1572
1573
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1567

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)


1567
1568
1569
1570
1571
1572
1573
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1567

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