Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.healthimaging package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.healthimaging package.
(build-cfn-datastore-builder builder id config)The build-cfn-datastore-builder function updates a CfnDatastore$Builder instance using the provided configuration. The function takes the CfnDatastore$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
datastoreName | java.lang.String | cdk.support/lookup-entry | :datastore-name |
kmsKeyArn | java.lang.String | cdk.support/lookup-entry | :kms-key-arn |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
The build-cfn-datastore-builder function updates a CfnDatastore$Builder instance using the provided configuration. The function takes the CfnDatastore$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `datastoreName` | java.lang.String | [[cdk.support/lookup-entry]] | `:datastore-name` | | `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-datastore-props-builder builder id config)The build-cfn-datastore-props-builder function updates a CfnDatastoreProps$Builder instance using the provided configuration. The function takes the CfnDatastoreProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
datastoreName | java.lang.String | cdk.support/lookup-entry | :datastore-name |
kmsKeyArn | java.lang.String | cdk.support/lookup-entry | :kms-key-arn |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
The build-cfn-datastore-props-builder function updates a CfnDatastoreProps$Builder instance using the provided configuration. The function takes the CfnDatastoreProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `datastoreName` | java.lang.String | [[cdk.support/lookup-entry]] | `:datastore-name` | | `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
(cfn-datastore-builder scope id config)Creates a CfnDatastore$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnDatastore$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-datastore-props-builder id config)Creates a CfnDatastoreProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnDatastoreProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |