@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:06.748Z") @Stability(value=Stable) public class CfnFHIRDatastore extends CfnResource implements IInspectable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.healthlake.*;
CfnFHIRDatastore cfnFHIRDatastore = CfnFHIRDatastore.Builder.create(this, "MyCfnFHIRDatastore")
.datastoreTypeVersion("datastoreTypeVersion")
// the properties below are optional
.datastoreName("datastoreName")
.preloadDataConfig(PreloadDataConfigProperty.builder()
.preloadDataType("preloadDataType")
.build())
.sseConfiguration(SseConfigurationProperty.builder()
.kmsEncryptionConfig(KmsEncryptionConfigProperty.builder()
.cmkType("cmkType")
// the properties below are optional
.kmsKeyId("kmsKeyId")
.build())
.build())
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnFHIRDatastore.Builder
A fluent builder for
CfnFHIRDatastore. |
static interface |
CfnFHIRDatastore.KmsEncryptionConfigProperty
Example:
|
static interface |
CfnFHIRDatastore.PreloadDataConfigProperty
Example:
|
static interface |
CfnFHIRDatastore.SseConfigurationProperty
Example:
|
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnFHIRDatastore(software.constructs.Construct scope,
String id,
CfnFHIRDatastoreProps props)
Create a new `AWS::HealthLake::FHIRDatastore`.
|
protected |
CfnFHIRDatastore(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnFHIRDatastore(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrDatastoreArn() |
String |
getAttrDatastoreEndpoint() |
String |
getAttrDatastoreId() |
String |
getAttrDatastoreStatus() |
protected Map<String,Object> |
getCfnProperties() |
String |
getDatastoreName()
`AWS::HealthLake::FHIRDatastore.DatastoreName`.
|
String |
getDatastoreTypeVersion()
`AWS::HealthLake::FHIRDatastore.DatastoreTypeVersion`.
|
Object |
getPreloadDataConfig()
`AWS::HealthLake::FHIRDatastore.PreloadDataConfig`.
|
Object |
getSseConfiguration()
`AWS::HealthLake::FHIRDatastore.SseConfiguration`.
|
TagManager |
getTags()
`AWS::HealthLake::FHIRDatastore.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDatastoreName(String value)
`AWS::HealthLake::FHIRDatastore.DatastoreName`.
|
void |
setDatastoreTypeVersion(String value)
`AWS::HealthLake::FHIRDatastore.DatastoreTypeVersion`.
|
void |
setPreloadDataConfig(CfnFHIRDatastore.PreloadDataConfigProperty value)
`AWS::HealthLake::FHIRDatastore.PreloadDataConfig`.
|
void |
setPreloadDataConfig(IResolvable value)
`AWS::HealthLake::FHIRDatastore.PreloadDataConfig`.
|
void |
setSseConfiguration(CfnFHIRDatastore.SseConfigurationProperty value)
`AWS::HealthLake::FHIRDatastore.SseConfiguration`.
|
void |
setSseConfiguration(IResolvable value)
`AWS::HealthLake::FHIRDatastore.SseConfiguration`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnFHIRDatastore(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnFHIRDatastore(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnFHIRDatastore(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnFHIRDatastoreProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrDatastoreArn()
@Stability(value=Stable) @NotNull public String getAttrDatastoreEndpoint()
@Stability(value=Stable) @NotNull public String getAttrDatastoreId()
@Stability(value=Stable) @NotNull public String getAttrDatastoreStatus()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @Nullable public String getDatastoreName()
@Stability(value=Stable)
public void setDatastoreName(@Nullable
String value)
@Stability(value=Stable) @NotNull public String getDatastoreTypeVersion()
@Stability(value=Stable)
public void setDatastoreTypeVersion(@NotNull
String value)
@Stability(value=Stable) @Nullable public Object getPreloadDataConfig()
@Stability(value=Stable)
public void setPreloadDataConfig(@Nullable
CfnFHIRDatastore.PreloadDataConfigProperty value)
@Stability(value=Stable)
public void setPreloadDataConfig(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getSseConfiguration()
@Stability(value=Stable)
public void setSseConfiguration(@Nullable
CfnFHIRDatastore.SseConfigurationProperty value)
@Stability(value=Stable)
public void setSseConfiguration(@Nullable
IResolvable value)
@Stability(value=Stable) @NotNull public TagManager getTags()
Copyright © 2021. All rights reserved.