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 identity provider configuration that you gave when the data store was created.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- See Also:
-
getDatastoreName
Description copied from interface:CfnFHIRDatastorePropsThe user generated name for the data store.- Specified by:
getDatastoreNamein interfaceCfnFHIRDatastoreProps- See Also:
-
getIdentityProviderConfiguration
Description copied from interface:CfnFHIRDatastorePropsThe identity provider configuration that you gave when the data store was created.- Specified by:
getIdentityProviderConfigurationin interfaceCfnFHIRDatastoreProps- See Also:
-
getPreloadDataConfig
Description copied from interface:CfnFHIRDatastorePropsThe preloaded data configuration for the data store.Only data preloaded from Synthea is supported.
- Specified by:
getPreloadDataConfigin interfaceCfnFHIRDatastoreProps- See Also:
-
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- See Also:
-
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- See Also:
-
$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()
-