package awshealthlake // Optional parameter to preload data upon creation of the Data Store. // // Currently, the only supported preloaded data is synthetic data generated from Synthea. // // Example: // // The code below shows an example of how to instantiate this type. // // The values are placeholders you should change. // import "github.com/aws/aws-cdk-go/awscdk" // // preloadDataConfigProperty := &PreloadDataConfigProperty{ // PreloadDataType: jsii.String("preloadDataType"), // } // // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-healthlake-fhirdatastore-preloaddataconfig.html // type CfnFHIRDatastore_PreloadDataConfigProperty struct { // The type of preloaded data. // // Only Synthea preloaded data is supported. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-healthlake-fhirdatastore-preloaddataconfig.html#cfn-healthlake-fhirdatastore-preloaddataconfig-preloaddatatype // PreloadDataType *string `field:"required" json:"preloadDataType" yaml:"preloadDataType"` }