Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.workspacesthinclient package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.workspacesthinclient package.
(build-cfn-environment-builder builder id config)
The build-cfn-environment-builder function updates a CfnEnvironment$Builder instance using the provided configuration. The function takes the CfnEnvironment$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 |
---|---|---|---|
desiredSoftwareSetId | java.lang.String | cdk.support/lookup-entry | :desired-software-set-id |
desktopArn | java.lang.String | cdk.support/lookup-entry | :desktop-arn |
desktopEndpoint | java.lang.String | cdk.support/lookup-entry | :desktop-endpoint |
kmsKeyArn | java.lang.String | cdk.support/lookup-entry | :kms-key-arn |
maintenanceWindow | software.amazon.awscdk.services.workspacesthinclient.CfnEnvironment$MaintenanceWindowProperty | cdk.support/lookup-entry | :maintenance-window |
name | java.lang.String | cdk.support/lookup-entry | :name |
softwareSetUpdateMode | java.lang.String | cdk.support/lookup-entry | :software-set-update-mode |
softwareSetUpdateSchedule | java.lang.String | cdk.support/lookup-entry | :software-set-update-schedule |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-environment-builder function updates a CfnEnvironment$Builder instance using the provided configuration. The function takes the CfnEnvironment$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 | |---|---|---|---| | `desiredSoftwareSetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:desired-software-set-id` | | `desktopArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:desktop-arn` | | `desktopEndpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:desktop-endpoint` | | `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` | | `maintenanceWindow` | software.amazon.awscdk.services.workspacesthinclient.CfnEnvironment$MaintenanceWindowProperty | [[cdk.support/lookup-entry]] | `:maintenance-window` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `softwareSetUpdateMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:software-set-update-mode` | | `softwareSetUpdateSchedule` | java.lang.String | [[cdk.support/lookup-entry]] | `:software-set-update-schedule` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-environment-maintenance-window-property-builder builder id config)
The build-cfn-environment-maintenance-window-property-builder function updates a CfnEnvironment$MaintenanceWindowProperty$Builder instance using the provided configuration. The function takes the CfnEnvironment$MaintenanceWindowProperty$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 |
---|---|---|---|
applyTimeOf | java.lang.String | cdk.support/lookup-entry | :apply-time-of |
daysOfTheWeek | java.util.List | cdk.support/lookup-entry | :days-of-the-week |
endTimeHour | java.lang.Number | cdk.support/lookup-entry | :end-time-hour |
endTimeMinute | java.lang.Number | cdk.support/lookup-entry | :end-time-minute |
startTimeHour | java.lang.Number | cdk.support/lookup-entry | :start-time-hour |
startTimeMinute | java.lang.Number | cdk.support/lookup-entry | :start-time-minute |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-environment-maintenance-window-property-builder function updates a CfnEnvironment$MaintenanceWindowProperty$Builder instance using the provided configuration. The function takes the CfnEnvironment$MaintenanceWindowProperty$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 | |---|---|---|---| | `applyTimeOf` | java.lang.String | [[cdk.support/lookup-entry]] | `:apply-time-of` | | `daysOfTheWeek` | java.util.List | [[cdk.support/lookup-entry]] | `:days-of-the-week` | | `endTimeHour` | java.lang.Number | [[cdk.support/lookup-entry]] | `:end-time-hour` | | `endTimeMinute` | java.lang.Number | [[cdk.support/lookup-entry]] | `:end-time-minute` | | `startTimeHour` | java.lang.Number | [[cdk.support/lookup-entry]] | `:start-time-hour` | | `startTimeMinute` | java.lang.Number | [[cdk.support/lookup-entry]] | `:start-time-minute` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-environment-props-builder builder id config)
The build-cfn-environment-props-builder function updates a CfnEnvironmentProps$Builder instance using the provided configuration. The function takes the CfnEnvironmentProps$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 |
---|---|---|---|
desiredSoftwareSetId | java.lang.String | cdk.support/lookup-entry | :desired-software-set-id |
desktopArn | java.lang.String | cdk.support/lookup-entry | :desktop-arn |
desktopEndpoint | java.lang.String | cdk.support/lookup-entry | :desktop-endpoint |
kmsKeyArn | java.lang.String | cdk.support/lookup-entry | :kms-key-arn |
maintenanceWindow | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :maintenance-window |
name | java.lang.String | cdk.support/lookup-entry | :name |
softwareSetUpdateMode | java.lang.String | cdk.support/lookup-entry | :software-set-update-mode |
softwareSetUpdateSchedule | java.lang.String | cdk.support/lookup-entry | :software-set-update-schedule |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-environment-props-builder function updates a CfnEnvironmentProps$Builder instance using the provided configuration. The function takes the CfnEnvironmentProps$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 | |---|---|---|---| | `desiredSoftwareSetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:desired-software-set-id` | | `desktopArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:desktop-arn` | | `desktopEndpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:desktop-endpoint` | | `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` | | `maintenanceWindow` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:maintenance-window` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `softwareSetUpdateMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:software-set-update-mode` | | `softwareSetUpdateSchedule` | java.lang.String | [[cdk.support/lookup-entry]] | `:software-set-update-schedule` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(cfn-environment-builder scope id config)
Creates a CfnEnvironment$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 `CfnEnvironment$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-environment-maintenance-window-property-builder id config)
Creates a CfnEnvironment$MaintenanceWindowProperty$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 `CfnEnvironment$MaintenanceWindowProperty$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 |
(cfn-environment-props-builder id config)
Creates a CfnEnvironmentProps$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 `CfnEnvironmentProps$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