Class CfnFHIRDatastoreMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.healthlake.CfnFHIRDatastoreMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFHIRDatastoreMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFHIRDatastoreMixinProps
@Stability(Stable)
@Internal
public static final class CfnFHIRDatastoreMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFHIRDatastoreMixinProps
An implementation for
CfnFHIRDatastoreMixinProps-
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.cfnpropertymixins.services.healthlake.CfnFHIRDatastoreMixinProps
CfnFHIRDatastoreMixinProps.Builder, CfnFHIRDatastoreMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFHIRDatastoreMixinProps.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 theCfnFHIRDatastoreMixinProps.Builder.
-
-
Method Details
-
getDatastoreName
Description copied from interface:CfnFHIRDatastoreMixinPropsThe data store name (user-generated).- Specified by:
getDatastoreNamein interfaceCfnFHIRDatastoreMixinProps- See Also:
-
getDatastoreTypeVersion
Description copied from interface:CfnFHIRDatastoreMixinPropsThe FHIR release version supported by the data store.Current support is for version
R4.- Specified by:
getDatastoreTypeVersionin interfaceCfnFHIRDatastoreMixinProps- See Also:
-
getIdentityProviderConfiguration
Description copied from interface:CfnFHIRDatastoreMixinPropsThe identity provider configuration selected when the data store was created.Returns union: either
IResolvableorCfnFHIRDatastorePropsMixin.IdentityProviderConfigurationProperty- Specified by:
getIdentityProviderConfigurationin interfaceCfnFHIRDatastoreMixinProps- See Also:
-
getPreloadDataConfig
Description copied from interface:CfnFHIRDatastoreMixinPropsThe preloaded Synthea data configuration for the data store.Returns union: either
IResolvableorCfnFHIRDatastorePropsMixin.PreloadDataConfigProperty- Specified by:
getPreloadDataConfigin interfaceCfnFHIRDatastoreMixinProps- See Also:
-
getSseConfiguration
Description copied from interface:CfnFHIRDatastoreMixinPropsThe server-side encryption key configuration for a customer-provided encryption key specified for creating a data store.Returns union: either
IResolvableorCfnFHIRDatastorePropsMixin.SseConfigurationProperty- Specified by:
getSseConfigurationin interfaceCfnFHIRDatastoreMixinProps- See Also:
-
getTags
Description copied from interface:CfnFHIRDatastoreMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnFHIRDatastoreMixinProps- 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()
-