HealthLake.FHIRDatastore
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-healthlake-fhirdatastore.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-healthlake-fhirdatastore-identityproviderconfiguration.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-healthlake-fhirdatastore-kmsencryptionconfig.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-healthlake-fhirdatastore-createdat.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-healthlake-fhirdatastore-preloaddataconfig.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-healthlake-fhirdatastore-sseconfiguration.html
type properties = {
datastore_type_version : string;
datastore_name : string option;
identity_provider_configuration : identity_provider_configuration option;
preload_data_config : preload_data_config option;
sse_configuration : sse_configuration option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-healthlake-fhirdatastore.html;
val make_properties :
datastore_type_version:string ->
?datastore_name:string ->
?identity_provider_configuration:identity_provider_configuration ->
?tags:tag list ->
?preload_data_config:preload_data_config ->
?sse_configuration:sse_configuration ->
unit ->
properties
val make_identity_provider_configuration :
authorization_strategy:string ->
?idp_lambda_arn:string ->
?fine_grained_authorization_enabled:bool ->
?metadata:string ->
unit ->
identity_provider_configuration
val make_kms_encryption_config :
?kms_key_id:string ->
cmk_type:string ->
unit ->
kms_encryption_config
val make_tag : value:string -> key:string -> unit -> tag
val make_created_at : nanos:int -> seconds:string -> unit -> created_at
val make_preload_data_config :
preload_data_type:string ->
unit ->
preload_data_config
val make_sse_configuration :
kms_encryption_config:kms_encryption_config ->
unit ->
sse_configuration
val yojson_of_identity_provider_configuration :
identity_provider_configuration ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_kms_encryption_config :
kms_encryption_config ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_created_at :
created_at ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_preload_data_config :
preload_data_config ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_sse_configuration :
sse_configuration ->
[> `Assoc of (string * [> `Assoc of (string * Yojson.Safe.t) list ]) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes