Class: Aws::ConnectHealth::Types::CreateWebAppConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::CreateWebAppConfiguration
- Defined in:
- gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb
Overview
Input configuration for creating a Pulse web application. Used only in CreateDomain operation input.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ehr_role ⇒ String
ARN of the IAM role used for EHR operations.
-
#idc_instance_id ⇒ String
The Identity Center instance ID to use for creating the application.
-
#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.
284 285 286 287 288 289 290 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 284 class CreateWebAppConfiguration < Struct.new( :ehr_role, :idc_instance_id, :idc_region) SENSITIVE = [] include Aws::Structure end |
#idc_instance_id ⇒ String
The Identity Center instance ID to use for creating the application.
284 285 286 287 288 289 290 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 284 class CreateWebAppConfiguration < Struct.new( :ehr_role, :idc_instance_id, :idc_region) SENSITIVE = [] include Aws::Structure end |
#idc_region ⇒ String
The AWS region where Identity Center is configured.
284 285 286 287 288 289 290 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 284 class CreateWebAppConfiguration < Struct.new( :ehr_role, :idc_instance_id, :idc_region) SENSITIVE = [] include Aws::Structure end |