Liking cljdoc? Tell your friends :D

cdk.api.services.workspaces

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. 
raw docstring

build-cfn-connection-alias-builderclj

(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:

FieldDataTypeLookup FunctionData Key
connectionStringjava.lang.Stringcdk.support/lookup-entry:connection-string
tagsjava.util.Listcdk.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` |
sourceraw docstring

build-cfn-connection-alias-connection-alias-association-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
associatedAccountIdjava.lang.Stringcdk.support/lookup-entry:associated-account-id
associationStatusjava.lang.Stringcdk.support/lookup-entry:association-status
connectionIdentifierjava.lang.Stringcdk.support/lookup-entry:connection-identifier
resourceIdjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-connection-alias-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
connectionStringjava.lang.Stringcdk.support/lookup-entry:connection-string
tagsjava.util.Listcdk.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` |
sourceraw docstring

build-cfn-workspace-builderclj

(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:

FieldDataTypeLookup FunctionData Key
bundleIdjava.lang.Stringcdk.support/lookup-entry:bundle-id
directoryIdjava.lang.Stringcdk.support/lookup-entry:directory-id
rootVolumeEncryptionEnabledjava.lang.Booleancdk.support/lookup-entry:root-volume-encryption-enabled
tagsjava.util.Listcdk.support/lookup-entry:tags
userNamejava.lang.Stringcdk.support/lookup-entry:user-name
userVolumeEncryptionEnabledjava.lang.Booleancdk.support/lookup-entry:user-volume-encryption-enabled
volumeEncryptionKeyjava.lang.Stringcdk.support/lookup-entry:volume-encryption-key
workspacePropertiessoftware.amazon.awscdk.services.workspaces.CfnWorkspace$WorkspacePropertiesPropertycdk.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` |
sourceraw docstring

build-cfn-workspace-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
bundleIdjava.lang.Stringcdk.support/lookup-entry:bundle-id
directoryIdjava.lang.Stringcdk.support/lookup-entry:directory-id
rootVolumeEncryptionEnabledjava.lang.Booleancdk.support/lookup-entry:root-volume-encryption-enabled
tagsjava.util.Listcdk.support/lookup-entry:tags
userNamejava.lang.Stringcdk.support/lookup-entry:user-name
userVolumeEncryptionEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:user-volume-encryption-enabled
volumeEncryptionKeyjava.lang.Stringcdk.support/lookup-entry:volume-encryption-key
workspacePropertiessoftware.amazon.awscdk.IResolvablecdk.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` |
sourceraw docstring

build-cfn-workspace-workspace-properties-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
computeTypeNamejava.lang.Stringcdk.support/lookup-entry:compute-type-name
rootVolumeSizeGibjava.lang.Numbercdk.support/lookup-entry:root-volume-size-gib
runningModejava.lang.Stringcdk.support/lookup-entry:running-mode
runningModeAutoStopTimeoutInMinutesjava.lang.Numbercdk.support/lookup-entry:running-mode-auto-stop-timeout-in-minutes
userVolumeSizeGibjava.lang.Numbercdk.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` |
sourceraw docstring

cfn-connection-alias-builderclj

(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 |
sourceraw docstring

cfn-connection-alias-connection-alias-association-property-builderclj

(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:

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

cfn-connection-alias-props-builderclj

(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:

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

cfn-workspace-builderclj

(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 |
sourceraw docstring

cfn-workspace-props-builderclj

(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:

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

cfn-workspace-workspace-properties-property-builderclj

(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:

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

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

× close