Class: Aws::ConnectHealth::Types::CreateWebAppConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#ehr_roleString

ARN of the IAM role used for EHR operations.

Returns:

  • (String)


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_idString

The Identity Center instance ID to use for creating the application.

Returns:

  • (String)


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_regionString

The AWS region where Identity Center is configured.

Returns:

  • (String)


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