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.
(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:
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 |
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` |
(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:
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 |
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` |
(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 |
(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:
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 `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 |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close