AWS Fundamentals Logo
AWS Fundamentals
AWS::HealthImaging::Datastore

HealthImaging Datastore

Definition of AWS::HealthImaging::Datastore Resource Type

Properties

3 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
DatastoreName
string
Create-only
KmsKeyArn
string
Create-only
Tags
Tags
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreatedAtstring-
DatastoreArnstring-
DatastoreIdstring-
DatastoreStatusstring-
UpdatedAtstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::HealthImaging::Datastore

Resources:
  MyResource:
    Type: AWS::HealthImaging::Datastore
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

medical-imaging:CreateDatastoremedical-imaging:GetDatastorekms:DescribeKeykms:CreateGrantkms:RetireGrantkms:GenerateDataKeykms:Decryptlambda:InvokeFunction

read

medical-imaging:GetDatastoremedical-imaging:ListTagsForResource

delete

medical-imaging:DeleteDatastoremedical-imaging:GetDatastoremedical-imaging:UntagResourcekms:DescribeKeykms:RetireGrantkms:GenerateDataKeykms:Decrypt

list

medical-imaging:ListDatastores

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

ServiceHealthImaging
Properties8
Required0
TaggingSupported
Primary IDDatastoreId

Supported Operations

CreateReadDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

DatastoreNameTagsKmsKeyArn

External Links