Class: Aws::ConnectHealth::Types::WebAppConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::WebAppConfiguration
- 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
-
#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.
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_id ⇒ String
The Identity Center application ID associated with this Domain.
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_region ⇒ String
The AWS region where Identity Center is configured.
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 |