Liking cljdoc? Tell your friends :D

cdk.api.services.backupgateway

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.backupgateway package.

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.backupgateway package. 
raw docstring

build-cfn-hypervisor-builderclj

(build-cfn-hypervisor-builder builder id config)

The build-cfn-hypervisor-builder function updates a CfnHypervisor$Builder instance using the provided configuration. The function takes the CfnHypervisor$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:

FieldDataTypeLookup FunctionData Key
hostjava.lang.Stringcdk.support/lookup-entry:host
kmsKeyArnjava.lang.Stringcdk.support/lookup-entry:kms-key-arn
logGroupArnjava.lang.Stringcdk.support/lookup-entry:log-group-arn
namejava.lang.Stringcdk.support/lookup-entry:name
passwordjava.lang.Stringcdk.support/lookup-entry:password
tagsjava.util.Listcdk.support/lookup-entry:tags
usernamejava.lang.Stringcdk.support/lookup-entry:username
The build-cfn-hypervisor-builder function updates a CfnHypervisor$Builder instance using the provided configuration.
  The function takes the CfnHypervisor$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 |
|---|---|---|---|
| `host` | java.lang.String | [[cdk.support/lookup-entry]] | `:host` |
| `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` |
| `logGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `password` | java.lang.String | [[cdk.support/lookup-entry]] | `:password` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `username` | java.lang.String | [[cdk.support/lookup-entry]] | `:username` |
sourceraw docstring

build-cfn-hypervisor-props-builderclj

(build-cfn-hypervisor-props-builder builder id config)

The build-cfn-hypervisor-props-builder function updates a CfnHypervisorProps$Builder instance using the provided configuration. The function takes the CfnHypervisorProps$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:

FieldDataTypeLookup FunctionData Key
hostjava.lang.Stringcdk.support/lookup-entry:host
kmsKeyArnjava.lang.Stringcdk.support/lookup-entry:kms-key-arn
logGroupArnjava.lang.Stringcdk.support/lookup-entry:log-group-arn
namejava.lang.Stringcdk.support/lookup-entry:name
passwordjava.lang.Stringcdk.support/lookup-entry:password
tagsjava.util.Listcdk.support/lookup-entry:tags
usernamejava.lang.Stringcdk.support/lookup-entry:username
The build-cfn-hypervisor-props-builder function updates a CfnHypervisorProps$Builder instance using the provided configuration.
  The function takes the CfnHypervisorProps$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 |
|---|---|---|---|
| `host` | java.lang.String | [[cdk.support/lookup-entry]] | `:host` |
| `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` |
| `logGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `password` | java.lang.String | [[cdk.support/lookup-entry]] | `:password` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `username` | java.lang.String | [[cdk.support/lookup-entry]] | `:username` |
sourceraw docstring

cfn-hypervisor-builderclj

(cfn-hypervisor-builder scope id config)

Creates a CfnHypervisor$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  `CfnHypervisor$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 |
sourceraw docstring

cfn-hypervisor-props-builderclj

(cfn-hypervisor-props-builder id config)

Creates a CfnHypervisorProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnHypervisorProps$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 |
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close