Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.workspaces package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.workspaces package.
(build-cfn-connection-alias-builder builder id config)
The build-cfn-connection-alias-builder function updates a CfnConnectionAlias$Builder instance using the provided configuration. The function takes the CfnConnectionAlias$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 |
---|---|---|---|
connectionString | java.lang.String | cdk.support/lookup-entry | :connection-string |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-connection-alias-builder function updates a CfnConnectionAlias$Builder instance using the provided configuration. The function takes the CfnConnectionAlias$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 | |---|---|---|---| | `connectionString` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-string` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-connection-alias-connection-alias-association-property-builder
builder
id
config)
The build-cfn-connection-alias-connection-alias-association-property-builder function updates a CfnConnectionAlias$ConnectionAliasAssociationProperty$Builder instance using the provided configuration. The function takes the CfnConnectionAlias$ConnectionAliasAssociationProperty$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 |
---|---|---|---|
associatedAccountId | java.lang.String | cdk.support/lookup-entry | :associated-account-id |
associationStatus | java.lang.String | cdk.support/lookup-entry | :association-status |
connectionIdentifier | java.lang.String | cdk.support/lookup-entry | :connection-identifier |
resourceId | java.lang.String | cdk.support/lookup-entry | :resource-id |
The build-cfn-connection-alias-connection-alias-association-property-builder function updates a CfnConnectionAlias$ConnectionAliasAssociationProperty$Builder instance using the provided configuration. The function takes the CfnConnectionAlias$ConnectionAliasAssociationProperty$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 | |---|---|---|---| | `associatedAccountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:associated-account-id` | | `associationStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:association-status` | | `connectionIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-identifier` | | `resourceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-id` |
(build-cfn-connection-alias-props-builder builder id config)
The build-cfn-connection-alias-props-builder function updates a CfnConnectionAliasProps$Builder instance using the provided configuration. The function takes the CfnConnectionAliasProps$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 |
---|---|---|---|
connectionString | java.lang.String | cdk.support/lookup-entry | :connection-string |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-connection-alias-props-builder function updates a CfnConnectionAliasProps$Builder instance using the provided configuration. The function takes the CfnConnectionAliasProps$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 | |---|---|---|---| | `connectionString` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-string` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-workspace-builder builder id config)
The build-cfn-workspace-builder function updates a CfnWorkspace$Builder instance using the provided configuration. The function takes the CfnWorkspace$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 |
---|---|---|---|
bundleId | java.lang.String | cdk.support/lookup-entry | :bundle-id |
directoryId | java.lang.String | cdk.support/lookup-entry | :directory-id |
rootVolumeEncryptionEnabled | java.lang.Boolean | cdk.support/lookup-entry | :root-volume-encryption-enabled |
tags | java.util.List | cdk.support/lookup-entry | :tags |
userName | java.lang.String | cdk.support/lookup-entry | :user-name |
userVolumeEncryptionEnabled | java.lang.Boolean | cdk.support/lookup-entry | :user-volume-encryption-enabled |
volumeEncryptionKey | java.lang.String | cdk.support/lookup-entry | :volume-encryption-key |
workspaceProperties | software.amazon.awscdk.services.workspaces.CfnWorkspace$WorkspacePropertiesProperty | cdk.support/lookup-entry | :workspace-properties |
The build-cfn-workspace-builder function updates a CfnWorkspace$Builder instance using the provided configuration. The function takes the CfnWorkspace$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 | |---|---|---|---| | `bundleId` | java.lang.String | [[cdk.support/lookup-entry]] | `:bundle-id` | | `directoryId` | java.lang.String | [[cdk.support/lookup-entry]] | `:directory-id` | | `rootVolumeEncryptionEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:root-volume-encryption-enabled` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `userName` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-name` | | `userVolumeEncryptionEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:user-volume-encryption-enabled` | | `volumeEncryptionKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-encryption-key` | | `workspaceProperties` | software.amazon.awscdk.services.workspaces.CfnWorkspace$WorkspacePropertiesProperty | [[cdk.support/lookup-entry]] | `:workspace-properties` |
(build-cfn-workspace-props-builder builder id config)
The build-cfn-workspace-props-builder function updates a CfnWorkspaceProps$Builder instance using the provided configuration. The function takes the CfnWorkspaceProps$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 |
---|---|---|---|
bundleId | java.lang.String | cdk.support/lookup-entry | :bundle-id |
directoryId | java.lang.String | cdk.support/lookup-entry | :directory-id |
rootVolumeEncryptionEnabled | java.lang.Boolean | cdk.support/lookup-entry | :root-volume-encryption-enabled |
tags | java.util.List | cdk.support/lookup-entry | :tags |
userName | java.lang.String | cdk.support/lookup-entry | :user-name |
userVolumeEncryptionEnabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :user-volume-encryption-enabled |
volumeEncryptionKey | java.lang.String | cdk.support/lookup-entry | :volume-encryption-key |
workspaceProperties | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :workspace-properties |
The build-cfn-workspace-props-builder function updates a CfnWorkspaceProps$Builder instance using the provided configuration. The function takes the CfnWorkspaceProps$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 | |---|---|---|---| | `bundleId` | java.lang.String | [[cdk.support/lookup-entry]] | `:bundle-id` | | `directoryId` | java.lang.String | [[cdk.support/lookup-entry]] | `:directory-id` | | `rootVolumeEncryptionEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:root-volume-encryption-enabled` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `userName` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-name` | | `userVolumeEncryptionEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:user-volume-encryption-enabled` | | `volumeEncryptionKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-encryption-key` | | `workspaceProperties` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:workspace-properties` |
(build-cfn-workspace-workspace-properties-property-builder builder id config)
The build-cfn-workspace-workspace-properties-property-builder function updates a CfnWorkspace$WorkspacePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnWorkspace$WorkspacePropertiesProperty$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 |
---|---|---|---|
computeTypeName | java.lang.String | cdk.support/lookup-entry | :compute-type-name |
rootVolumeSizeGib | java.lang.Number | cdk.support/lookup-entry | :root-volume-size-gib |
runningMode | java.lang.String | cdk.support/lookup-entry | :running-mode |
runningModeAutoStopTimeoutInMinutes | java.lang.Number | cdk.support/lookup-entry | :running-mode-auto-stop-timeout-in-minutes |
userVolumeSizeGib | java.lang.Number | cdk.support/lookup-entry | :user-volume-size-gib |
The build-cfn-workspace-workspace-properties-property-builder function updates a CfnWorkspace$WorkspacePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnWorkspace$WorkspacePropertiesProperty$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 | |---|---|---|---| | `computeTypeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:compute-type-name` | | `rootVolumeSizeGib` | java.lang.Number | [[cdk.support/lookup-entry]] | `:root-volume-size-gib` | | `runningMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:running-mode` | | `runningModeAutoStopTimeoutInMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:running-mode-auto-stop-timeout-in-minutes` | | `userVolumeSizeGib` | java.lang.Number | [[cdk.support/lookup-entry]] | `:user-volume-size-gib` |
(cfn-connection-alias-builder scope id config)
Creates a CfnConnectionAlias$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 `CfnConnectionAlias$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-connection-alias-connection-alias-association-property-builder id config)
Creates a CfnConnectionAlias$ConnectionAliasAssociationProperty$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 `CfnConnectionAlias$ConnectionAliasAssociationProperty$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-connection-alias-props-builder id config)
Creates a CfnConnectionAliasProps$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 `CfnConnectionAliasProps$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-workspace-builder scope id config)
Creates a CfnWorkspace$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 `CfnWorkspace$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-workspace-props-builder id config)
Creates a CfnWorkspaceProps$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 `CfnWorkspaceProps$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-workspace-workspace-properties-property-builder id config)
Creates a CfnWorkspace$WorkspacePropertiesProperty$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 `CfnWorkspace$WorkspacePropertiesProperty$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