AWS::HealthImaging::DatastoreCreate a data store.
import { CfnDatastore } from 'aws-cdk-lib/aws-healthimaging';Or use the module namespace:
import * as healthimaging from 'aws-cdk-lib/aws-healthimaging';
// healthimaging.CfnDatastoreConfiguration passed to the constructor as CfnDatastoreProps.
datastoreNameOptionalstringThe data store name.
kmsKeyArnOptionalstringThe Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.
tagsOptional{ [key: string]: string }The tags provided when creating a data store.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-healthimagingAWS::HealthImaging::Datastore