Class CfnFHIRDatastoreProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.healthlake.CfnFHIRDatastoreProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFHIRDatastoreProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFHIRDatastoreProps
@Stability(Stable)
@Internal
public static final class CfnFHIRDatastoreProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFHIRDatastoreProps
An implementation for
CfnFHIRDatastoreProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.healthlake.CfnFHIRDatastoreProps
CfnFHIRDatastoreProps.Builder, CfnFHIRDatastoreProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnFHIRDatastoreProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFHIRDatastoreProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The user generated name for the Data Store.final String
The FHIR version of the Data Store.final Object
The preloaded data configuration for the Data Store.final Object
The server-side encryption key configuration for a customer provided encryption key specified for creating a Data Store.getTags()
An array of key-value pairs to apply to this resource.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnFHIRDatastoreProps.Builder
.
-
-
Method Details
-
getDatastoreTypeVersion
Description copied from interface:CfnFHIRDatastoreProps
The FHIR version of the Data Store.The only supported version is R4.
- Specified by:
getDatastoreTypeVersion
in interfaceCfnFHIRDatastoreProps
-
getDatastoreName
Description copied from interface:CfnFHIRDatastoreProps
The user generated name for the Data Store.- Specified by:
getDatastoreName
in interfaceCfnFHIRDatastoreProps
-
getPreloadDataConfig
Description copied from interface:CfnFHIRDatastoreProps
The preloaded data configuration for the Data Store.Only data preloaded from Synthea is supported.
- Specified by:
getPreloadDataConfig
in interfaceCfnFHIRDatastoreProps
-
getSseConfiguration
Description copied from interface:CfnFHIRDatastoreProps
The server-side encryption key configuration for a customer provided encryption key specified for creating a Data Store.- Specified by:
getSseConfiguration
in interfaceCfnFHIRDatastoreProps
-
getTags
Description copied from interface:CfnFHIRDatastoreProps
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTags
in interfaceCfnFHIRDatastoreProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-