interface DatastoreReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_healthimaging.DatastoreReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awshealthimaging#DatastoreReference |
![]() | software.amazon.awscdk.services.healthimaging.DatastoreReference |
![]() | aws_cdk.aws_healthimaging.DatastoreReference |
![]() | aws-cdk-lib » aws_healthimaging » DatastoreReference |
A reference to a Datastore resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_healthimaging as healthimaging } from 'aws-cdk-lib';
const datastoreReference: healthimaging.DatastoreReference = {
datastoreArn: 'datastoreArn',
datastoreId: 'datastoreId',
};
Properties
Name | Type | Description |
---|---|---|
datastore | string | The ARN of the Datastore resource. |
datastore | string | The DatastoreId of the Datastore resource. |
datastoreArn
Type:
string
The ARN of the Datastore resource.
datastoreId
Type:
string
The DatastoreId of the Datastore resource.