Class: Aws::ConnectHealth::Types::WebAppConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::WebAppConfiguration
- 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
-
#ehr_role ⇒ String
ARN of the IAM role used for EHR operations.
-
#idc_application_id ⇒ String
The Identity Center application ID associated with this Domain.
-
#idc_region ⇒ String
The AWS region where Identity Center is configured.
Instance Attribute Details
#ehr_role ⇒ String
ARN of the IAM role used for EHR operations.
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_id ⇒ String
The Identity Center application ID associated with this Domain.
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_region ⇒ String
The AWS region where Identity Center is configured.
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 |