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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.healthlake.CfnFHIRDatastoreProps
CfnFHIRDatastoreProps.Builder, CfnFHIRDatastoreProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnFHIRDatastoreProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFHIRDatastoreProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe user generated name for the Data Store.final StringThe FHIR version of the Data Store.final ObjectThe preloaded data configuration for the Data Store.final ObjectThe 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 inthashCode()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:CfnFHIRDatastorePropsThe FHIR version of the Data Store.The only supported version is R4.
- Specified by:
getDatastoreTypeVersionin interfaceCfnFHIRDatastoreProps
-
getDatastoreName
Description copied from interface:CfnFHIRDatastorePropsThe user generated name for the Data Store.- Specified by:
getDatastoreNamein interfaceCfnFHIRDatastoreProps
-
getPreloadDataConfig
Description copied from interface:CfnFHIRDatastorePropsThe preloaded data configuration for the Data Store.Only data preloaded from Synthea is supported.
- Specified by:
getPreloadDataConfigin interfaceCfnFHIRDatastoreProps
-
getSseConfiguration
Description copied from interface:CfnFHIRDatastorePropsThe server-side encryption key configuration for a customer provided encryption key specified for creating a Data Store.- Specified by:
getSseConfigurationin interfaceCfnFHIRDatastoreProps
-
getTags
Description copied from interface:CfnFHIRDatastorePropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnFHIRDatastoreProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-