AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::HealthImaging::Datastore

CfnDatastore

Create a data store.

Import

import { CfnDatastore } from 'aws-cdk-lib/aws-healthimaging';

Or use the module namespace:

import * as healthimaging from 'aws-cdk-lib/aws-healthimaging';
// healthimaging.CfnDatastore

Properties

Configuration passed to the constructor as CfnDatastoreProps.

datastoreNameOptional
string

The data store name.

kmsKeyArnOptional
string

The 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.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-healthimaging
CFN TypeAWS::HealthImaging::Datastore
Properties3

External Links