Class CfnDatastore
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.healthimaging.CfnDatastore
- All Implemented Interfaces:
IInspectable,IDatastoreRef,IEnvironmentAware,ITaggableV2,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:07.104Z")
@Stability(Stable)
public class CfnDatastore
extends CfnResource
implements IInspectable, IDatastoreRef, ITaggableV2
Create a data store.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.healthimaging.*;
CfnDatastore cfnDatastore = CfnDatastore.Builder.create(this, "MyCfnDatastore")
.datastoreName("datastoreName")
.kmsKeyArn("kmsKeyArn")
.tags(Map.of(
"tagsKey", "tags"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.healthimaging.IDatastoreRef
IDatastoreRef.Jsii$Default, IDatastoreRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnDatastore(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnDatastore(software.amazon.jsii.JsiiObjectRef objRef) CfnDatastore(software.constructs.Construct scope, String id) Create a newAWS::HealthImaging::Datastore.CfnDatastore(software.constructs.Construct scope, String id, CfnDatastoreProps props) Create a newAWS::HealthImaging::Datastore. -
Method Summary
Modifier and TypeMethodDescriptionstatic IDatastoreReffromDatastoreArn(software.constructs.Construct scope, String id, String arn) Creates a new IDatastoreRef from an ARN.static IDatastoreReffromDatastoreId(software.constructs.Construct scope, String id, String datastoreId) Creates a new IDatastoreRef from a datastoreId.The timestamp when the data store was created.The Amazon Resource Name (ARN) for the data store.The data store identifier.The data store status.The timestamp when the data store was last updated.Tag Manager which manages the tags for this resource.The data store name.A reference to a Datastore resource.The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.getTags()The tags provided when creating a data store.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetDatastoreName(String value) The data store name.voidsetKmsKeyArn(String value) The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.voidThe tags provided when creating a data store.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnDatastore
protected CfnDatastore(software.amazon.jsii.JsiiObjectRef objRef) -
CfnDatastore
protected CfnDatastore(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnDatastore
@Stability(Stable) public CfnDatastore(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CfnDatastoreProps props) Create a newAWS::HealthImaging::Datastore.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties.
-
CfnDatastore
@Stability(Stable) public CfnDatastore(@NotNull software.constructs.Construct scope, @NotNull String id) Create a newAWS::HealthImaging::Datastore.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.
-
-
Method Details
-
fromDatastoreArn
@Stability(Stable) @NotNull public static IDatastoreRef fromDatastoreArn(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String arn) Creates a new IDatastoreRef from an ARN.- Parameters:
scope- This parameter is required.id- This parameter is required.arn- This parameter is required.
-
fromDatastoreId
@Stability(Stable) @NotNull public static IDatastoreRef fromDatastoreId(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String datastoreId) Creates a new IDatastoreRef from a datastoreId.- Parameters:
scope- This parameter is required.id- This parameter is required.datastoreId- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrCreatedAt
The timestamp when the data store was created. -
getAttrDatastoreArn
The Amazon Resource Name (ARN) for the data store. -
getAttrDatastoreId
The data store identifier. -
getAttrDatastoreStatus
The data store status. -
getAttrUpdatedAt
The timestamp when the data store was last updated. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getDatastoreRef
A reference to a Datastore resource.- Specified by:
getDatastoreRefin interfaceIDatastoreRef
-
getDatastoreName
The data store name. -
setDatastoreName
The data store name. -
getKmsKeyArn
The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data. -
setKmsKeyArn
The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data. -
getTags
The tags provided when creating a data store. -
setTags
The tags provided when creating a data store.
-