Class: Aws::HealthLake::Types::UpdateFHIRDatastoreRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-healthlake/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analytics_configuration ⇒ Types::AnalyticsConfiguration

The analytics configuration for the data store.



2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'lib/aws-sdk-healthlake/types.rb', line 2752

class UpdateFHIRDatastoreRequest < Struct.new(
  :datastore_id,
  :datastore_name,
  :analytics_configuration,
  :nlp_configuration,
  :profile_configuration,
  :identity_provider_configuration,
  :backup_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#backup_configuration ⇒ Types::BackupConfiguration

The backup configuration for the data store.



2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'lib/aws-sdk-healthlake/types.rb', line 2752

class UpdateFHIRDatastoreRequest < Struct.new(
  :datastore_id,
  :datastore_name,
  :analytics_configuration,
  :nlp_configuration,
  :profile_configuration,
  :identity_provider_configuration,
  :backup_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#datastore_id ⇒ String

The data store identifier.

Returns:

  • (String)


2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'lib/aws-sdk-healthlake/types.rb', line 2752

class UpdateFHIRDatastoreRequest < Struct.new(
  :datastore_id,
  :datastore_name,
  :analytics_configuration,
  :nlp_configuration,
  :profile_configuration,
  :identity_provider_configuration,
  :backup_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#datastore_name ⇒ String

The data store name.

Returns:

  • (String)


2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'lib/aws-sdk-healthlake/types.rb', line 2752

class UpdateFHIRDatastoreRequest < Struct.new(
  :datastore_id,
  :datastore_name,
  :analytics_configuration,
  :nlp_configuration,
  :profile_configuration,
  :identity_provider_configuration,
  :backup_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#identity_provider_configuration ⇒ Types::IdentityProviderConfiguration

The identity provider configuration for the data store.



2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'lib/aws-sdk-healthlake/types.rb', line 2752

class UpdateFHIRDatastoreRequest < Struct.new(
  :datastore_id,
  :datastore_name,
  :analytics_configuration,
  :nlp_configuration,
  :profile_configuration,
  :identity_provider_configuration,
  :backup_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#nlp_configuration ⇒ Types::NlpConfiguration

The natural language processing (NLP) configuration for the data store.



2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'lib/aws-sdk-healthlake/types.rb', line 2752

class UpdateFHIRDatastoreRequest < Struct.new(
  :datastore_id,
  :datastore_name,
  :analytics_configuration,
  :nlp_configuration,
  :profile_configuration,
  :identity_provider_configuration,
  :backup_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#profile_configuration ⇒ Types::ProfileConfiguration

The profile configuration for the data store.



2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'lib/aws-sdk-healthlake/types.rb', line 2752

class UpdateFHIRDatastoreRequest < Struct.new(
  :datastore_id,
  :datastore_name,
  :analytics_configuration,
  :nlp_configuration,
  :profile_configuration,
  :identity_provider_configuration,
  :backup_configuration)
  SENSITIVE = []
  include Aws::Structure
end