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 data store name (user-generated).final StringThe FHIR release version supported by the data store.final ObjectThe identity provider configuration selected when the data store was created.final ObjectThe preloaded Synthea 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 release version supported by the data store.Current support is for version
R4.- Specified by:
 getDatastoreTypeVersionin interfaceCfnFHIRDatastoreProps- See Also:
 
 - 
getDatastoreName
Description copied from interface:CfnFHIRDatastorePropsThe data store name (user-generated).- Specified by:
 getDatastoreNamein interfaceCfnFHIRDatastoreProps- See Also:
 
 - 
getIdentityProviderConfiguration
Description copied from interface:CfnFHIRDatastorePropsThe identity provider configuration selected when the data store was created.Returns union: either
IResolvableorCfnFHIRDatastore.IdentityProviderConfigurationProperty- Specified by:
 getIdentityProviderConfigurationin interfaceCfnFHIRDatastoreProps- See Also:
 
 - 
getPreloadDataConfig
Description copied from interface:CfnFHIRDatastorePropsThe preloaded Synthea data configuration for the data store.Returns union: either
IResolvableorCfnFHIRDatastore.PreloadDataConfigProperty- 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.Returns union: either
IResolvableorCfnFHIRDatastore.SseConfigurationProperty- 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() 
 -