Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.nimblestudio

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

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

build-cfn-launch-profile-builderclj

(build-cfn-launch-profile-builder builder id config)

The build-cfn-launch-profile-builder function updates a CfnLaunchProfile$Builder instance using the provided configuration. The function takes the CfnLaunchProfile$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
descriptionjava.lang.Stringcdk.support/lookup-entry:description
ec2SubnetIdsjava.util.Listcdk.support/lookup-entry:ec2-subnet-ids
launchProfileProtocolVersionsjava.util.Listcdk.support/lookup-entry:launch-profile-protocol-versions
namejava.lang.Stringcdk.support/lookup-entry:name
streamConfigurationsoftware.amazon.awscdk.services.nimblestudio.CfnLaunchProfile$StreamConfigurationPropertycdk.support/lookup-entry:stream-configuration
studioComponentIdsjava.util.Listcdk.support/lookup-entry:studio-component-ids
studioIdjava.lang.Stringcdk.support/lookup-entry:studio-id
tagsjava.util.Mapcdk.support/lookup-entry:tags
The build-cfn-launch-profile-builder function updates a CfnLaunchProfile$Builder instance using the provided configuration.
  The function takes the CfnLaunchProfile$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 |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `ec2SubnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:ec2-subnet-ids` |
| `launchProfileProtocolVersions` | java.util.List | [[cdk.support/lookup-entry]] | `:launch-profile-protocol-versions` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `streamConfiguration` | software.amazon.awscdk.services.nimblestudio.CfnLaunchProfile$StreamConfigurationProperty | [[cdk.support/lookup-entry]] | `:stream-configuration` |
| `studioComponentIds` | java.util.List | [[cdk.support/lookup-entry]] | `:studio-component-ids` |
| `studioId` | java.lang.String | [[cdk.support/lookup-entry]] | `:studio-id` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-launch-profile-props-builderclj

(build-cfn-launch-profile-props-builder builder id config)

The build-cfn-launch-profile-props-builder function updates a CfnLaunchProfileProps$Builder instance using the provided configuration. The function takes the CfnLaunchProfileProps$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
descriptionjava.lang.Stringcdk.support/lookup-entry:description
ec2SubnetIdsjava.util.Listcdk.support/lookup-entry:ec2-subnet-ids
launchProfileProtocolVersionsjava.util.Listcdk.support/lookup-entry:launch-profile-protocol-versions
namejava.lang.Stringcdk.support/lookup-entry:name
streamConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:stream-configuration
studioComponentIdsjava.util.Listcdk.support/lookup-entry:studio-component-ids
studioIdjava.lang.Stringcdk.support/lookup-entry:studio-id
tagsjava.util.Mapcdk.support/lookup-entry:tags
The build-cfn-launch-profile-props-builder function updates a CfnLaunchProfileProps$Builder instance using the provided configuration.
  The function takes the CfnLaunchProfileProps$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 |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `ec2SubnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:ec2-subnet-ids` |
| `launchProfileProtocolVersions` | java.util.List | [[cdk.support/lookup-entry]] | `:launch-profile-protocol-versions` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `streamConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:stream-configuration` |
| `studioComponentIds` | java.util.List | [[cdk.support/lookup-entry]] | `:studio-component-ids` |
| `studioId` | java.lang.String | [[cdk.support/lookup-entry]] | `:studio-id` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-launch-profile-stream-configuration-property-builderclj

(build-cfn-launch-profile-stream-configuration-property-builder builder
                                                                id
                                                                config)

The build-cfn-launch-profile-stream-configuration-property-builder function updates a CfnLaunchProfile$StreamConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnLaunchProfile$StreamConfigurationProperty$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
automaticTerminationModejava.lang.Stringcdk.support/lookup-entry:automatic-termination-mode
clipboardModejava.lang.Stringcdk.support/lookup-entry:clipboard-mode
ec2InstanceTypesjava.util.Listcdk.support/lookup-entry:ec2-instance-types
maxSessionLengthInMinutesjava.lang.Numbercdk.support/lookup-entry:max-session-length-in-minutes
maxStoppedSessionLengthInMinutesjava.lang.Numbercdk.support/lookup-entry:max-stopped-session-length-in-minutes
sessionBackupsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:session-backup
sessionPersistenceModejava.lang.Stringcdk.support/lookup-entry:session-persistence-mode
sessionStoragesoftware.amazon.awscdk.services.nimblestudio.CfnLaunchProfile$StreamConfigurationSessionStoragePropertycdk.support/lookup-entry:session-storage
streamingImageIdsjava.util.Listcdk.support/lookup-entry:streaming-image-ids
volumeConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:volume-configuration
The build-cfn-launch-profile-stream-configuration-property-builder function updates a CfnLaunchProfile$StreamConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnLaunchProfile$StreamConfigurationProperty$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 |
|---|---|---|---|
| `automaticTerminationMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:automatic-termination-mode` |
| `clipboardMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:clipboard-mode` |
| `ec2InstanceTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:ec2-instance-types` |
| `maxSessionLengthInMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-session-length-in-minutes` |
| `maxStoppedSessionLengthInMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-stopped-session-length-in-minutes` |
| `sessionBackup` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:session-backup` |
| `sessionPersistenceMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:session-persistence-mode` |
| `sessionStorage` | software.amazon.awscdk.services.nimblestudio.CfnLaunchProfile$StreamConfigurationSessionStorageProperty | [[cdk.support/lookup-entry]] | `:session-storage` |
| `streamingImageIds` | java.util.List | [[cdk.support/lookup-entry]] | `:streaming-image-ids` |
| `volumeConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:volume-configuration` |
sourceraw docstring

build-cfn-launch-profile-stream-configuration-session-backup-property-builderclj

(build-cfn-launch-profile-stream-configuration-session-backup-property-builder
  builder
  id
  config)

The build-cfn-launch-profile-stream-configuration-session-backup-property-builder function updates a CfnLaunchProfile$StreamConfigurationSessionBackupProperty$Builder instance using the provided configuration. The function takes the CfnLaunchProfile$StreamConfigurationSessionBackupProperty$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
maxBackupsToRetainjava.lang.Numbercdk.support/lookup-entry:max-backups-to-retain
modejava.lang.Stringcdk.support/lookup-entry:mode
The build-cfn-launch-profile-stream-configuration-session-backup-property-builder function updates a CfnLaunchProfile$StreamConfigurationSessionBackupProperty$Builder instance using the provided configuration.
  The function takes the CfnLaunchProfile$StreamConfigurationSessionBackupProperty$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 |
|---|---|---|---|
| `maxBackupsToRetain` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-backups-to-retain` |
| `mode` | java.lang.String | [[cdk.support/lookup-entry]] | `:mode` |
sourceraw docstring

build-cfn-launch-profile-stream-configuration-session-storage-property-builderclj

(build-cfn-launch-profile-stream-configuration-session-storage-property-builder
  builder
  id
  config)

The build-cfn-launch-profile-stream-configuration-session-storage-property-builder function updates a CfnLaunchProfile$StreamConfigurationSessionStorageProperty$Builder instance using the provided configuration. The function takes the CfnLaunchProfile$StreamConfigurationSessionStorageProperty$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
modejava.util.Listcdk.support/lookup-entry:mode
rootsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:root
The build-cfn-launch-profile-stream-configuration-session-storage-property-builder function updates a CfnLaunchProfile$StreamConfigurationSessionStorageProperty$Builder instance using the provided configuration.
  The function takes the CfnLaunchProfile$StreamConfigurationSessionStorageProperty$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 |
|---|---|---|---|
| `mode` | java.util.List | [[cdk.support/lookup-entry]] | `:mode` |
| `root` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:root` |
sourceraw docstring

build-cfn-launch-profile-streaming-session-storage-root-property-builderclj

(build-cfn-launch-profile-streaming-session-storage-root-property-builder
  builder
  id
  config)

The build-cfn-launch-profile-streaming-session-storage-root-property-builder function updates a CfnLaunchProfile$StreamingSessionStorageRootProperty$Builder instance using the provided configuration. The function takes the CfnLaunchProfile$StreamingSessionStorageRootProperty$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
linuxjava.lang.Stringcdk.support/lookup-entry:linux
windowsjava.lang.Stringcdk.support/lookup-entry:windows
The build-cfn-launch-profile-streaming-session-storage-root-property-builder function updates a CfnLaunchProfile$StreamingSessionStorageRootProperty$Builder instance using the provided configuration.
  The function takes the CfnLaunchProfile$StreamingSessionStorageRootProperty$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 |
|---|---|---|---|
| `linux` | java.lang.String | [[cdk.support/lookup-entry]] | `:linux` |
| `windows` | java.lang.String | [[cdk.support/lookup-entry]] | `:windows` |
sourceraw docstring

build-cfn-launch-profile-volume-configuration-property-builderclj

(build-cfn-launch-profile-volume-configuration-property-builder builder
                                                                id
                                                                config)

The build-cfn-launch-profile-volume-configuration-property-builder function updates a CfnLaunchProfile$VolumeConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnLaunchProfile$VolumeConfigurationProperty$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
iopsjava.lang.Numbercdk.support/lookup-entry:iops
sizejava.lang.Numbercdk.support/lookup-entry:size
throughputjava.lang.Numbercdk.support/lookup-entry:throughput
The build-cfn-launch-profile-volume-configuration-property-builder function updates a CfnLaunchProfile$VolumeConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnLaunchProfile$VolumeConfigurationProperty$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 |
|---|---|---|---|
| `iops` | java.lang.Number | [[cdk.support/lookup-entry]] | `:iops` |
| `size` | java.lang.Number | [[cdk.support/lookup-entry]] | `:size` |
| `throughput` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throughput` |
sourceraw docstring

build-cfn-streaming-image-builderclj

(build-cfn-streaming-image-builder builder id config)

The build-cfn-streaming-image-builder function updates a CfnStreamingImage$Builder instance using the provided configuration. The function takes the CfnStreamingImage$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
descriptionjava.lang.Stringcdk.support/lookup-entry:description
ec2ImageIdjava.lang.Stringcdk.support/lookup-entry:ec2-image-id
namejava.lang.Stringcdk.support/lookup-entry:name
studioIdjava.lang.Stringcdk.support/lookup-entry:studio-id
tagsjava.util.Mapcdk.support/lookup-entry:tags
The build-cfn-streaming-image-builder function updates a CfnStreamingImage$Builder instance using the provided configuration.
  The function takes the CfnStreamingImage$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 |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `ec2ImageId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ec2-image-id` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `studioId` | java.lang.String | [[cdk.support/lookup-entry]] | `:studio-id` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-streaming-image-props-builderclj

(build-cfn-streaming-image-props-builder builder id config)

The build-cfn-streaming-image-props-builder function updates a CfnStreamingImageProps$Builder instance using the provided configuration. The function takes the CfnStreamingImageProps$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
descriptionjava.lang.Stringcdk.support/lookup-entry:description
ec2ImageIdjava.lang.Stringcdk.support/lookup-entry:ec2-image-id
namejava.lang.Stringcdk.support/lookup-entry:name
studioIdjava.lang.Stringcdk.support/lookup-entry:studio-id
tagsjava.util.Mapcdk.support/lookup-entry:tags
The build-cfn-streaming-image-props-builder function updates a CfnStreamingImageProps$Builder instance using the provided configuration.
  The function takes the CfnStreamingImageProps$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 |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `ec2ImageId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ec2-image-id` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `studioId` | java.lang.String | [[cdk.support/lookup-entry]] | `:studio-id` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-streaming-image-streaming-image-encryption-configuration-property-builderclj

(build-cfn-streaming-image-streaming-image-encryption-configuration-property-builder
  builder
  id
  config)

The build-cfn-streaming-image-streaming-image-encryption-configuration-property-builder function updates a CfnStreamingImage$StreamingImageEncryptionConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnStreamingImage$StreamingImageEncryptionConfigurationProperty$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
keyArnjava.lang.Stringcdk.support/lookup-entry:key-arn
keyTypejava.lang.Stringcdk.support/lookup-entry:key-type
The build-cfn-streaming-image-streaming-image-encryption-configuration-property-builder function updates a CfnStreamingImage$StreamingImageEncryptionConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnStreamingImage$StreamingImageEncryptionConfigurationProperty$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 |
|---|---|---|---|
| `keyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-arn` |
| `keyType` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-type` |
sourceraw docstring

build-cfn-studio-builderclj

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

The build-cfn-studio-builder function updates a CfnStudio$Builder instance using the provided configuration. The function takes the CfnStudio$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
adminRoleArnjava.lang.Stringcdk.support/lookup-entry:admin-role-arn
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
studioEncryptionConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:studio-encryption-configuration
studioNamejava.lang.Stringcdk.support/lookup-entry:studio-name
tagsjava.util.Mapcdk.support/lookup-entry:tags
userRoleArnjava.lang.Stringcdk.support/lookup-entry:user-role-arn
The build-cfn-studio-builder function updates a CfnStudio$Builder instance using the provided configuration.
  The function takes the CfnStudio$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 |
|---|---|---|---|
| `adminRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:admin-role-arn` |
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `studioEncryptionConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:studio-encryption-configuration` |
| `studioName` | java.lang.String | [[cdk.support/lookup-entry]] | `:studio-name` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `userRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-role-arn` |
sourceraw docstring

build-cfn-studio-component-active-directory-computer-attribute-property-builderclj

(build-cfn-studio-component-active-directory-computer-attribute-property-builder
  builder
  id
  config)

The build-cfn-studio-component-active-directory-computer-attribute-property-builder function updates a CfnStudioComponent$ActiveDirectoryComputerAttributeProperty$Builder instance using the provided configuration. The function takes the CfnStudioComponent$ActiveDirectoryComputerAttributeProperty$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
namejava.lang.Stringcdk.support/lookup-entry:name
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-studio-component-active-directory-computer-attribute-property-builder function updates a CfnStudioComponent$ActiveDirectoryComputerAttributeProperty$Builder instance using the provided configuration.
  The function takes the CfnStudioComponent$ActiveDirectoryComputerAttributeProperty$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 |
|---|---|---|---|
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-studio-component-active-directory-configuration-property-builderclj

(build-cfn-studio-component-active-directory-configuration-property-builder
  builder
  id
  config)

The build-cfn-studio-component-active-directory-configuration-property-builder function updates a CfnStudioComponent$ActiveDirectoryConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnStudioComponent$ActiveDirectoryConfigurationProperty$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
computerAttributesjava.util.Listcdk.support/lookup-entry:computer-attributes
directoryIdjava.lang.Stringcdk.support/lookup-entry:directory-id
organizationalUnitDistinguishedNamejava.lang.Stringcdk.support/lookup-entry:organizational-unit-distinguished-name
The build-cfn-studio-component-active-directory-configuration-property-builder function updates a CfnStudioComponent$ActiveDirectoryConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnStudioComponent$ActiveDirectoryConfigurationProperty$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 |
|---|---|---|---|
| `computerAttributes` | java.util.List | [[cdk.support/lookup-entry]] | `:computer-attributes` |
| `directoryId` | java.lang.String | [[cdk.support/lookup-entry]] | `:directory-id` |
| `organizationalUnitDistinguishedName` | java.lang.String | [[cdk.support/lookup-entry]] | `:organizational-unit-distinguished-name` |
sourceraw docstring

build-cfn-studio-component-builderclj

(build-cfn-studio-component-builder builder id config)

The build-cfn-studio-component-builder function updates a CfnStudioComponent$Builder instance using the provided configuration. The function takes the CfnStudioComponent$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
configurationsoftware.amazon.awscdk.services.nimblestudio.CfnStudioComponent$StudioComponentConfigurationPropertycdk.support/lookup-entry:configuration
descriptionjava.lang.Stringcdk.support/lookup-entry:description
ec2SecurityGroupIdsjava.util.Listcdk.support/lookup-entry:ec2-security-group-ids
initializationScriptsjava.util.Listcdk.support/lookup-entry:initialization-scripts
namejava.lang.Stringcdk.support/lookup-entry:name
runtimeRoleArnjava.lang.Stringcdk.support/lookup-entry:runtime-role-arn
scriptParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:script-parameters
secureInitializationRoleArnjava.lang.Stringcdk.support/lookup-entry:secure-initialization-role-arn
studioIdjava.lang.Stringcdk.support/lookup-entry:studio-id
subtypejava.lang.Stringcdk.support/lookup-entry:subtype
tagsjava.util.Mapcdk.support/lookup-entry:tags
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-studio-component-builder function updates a CfnStudioComponent$Builder instance using the provided configuration.
  The function takes the CfnStudioComponent$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 |
|---|---|---|---|
| `configuration` | software.amazon.awscdk.services.nimblestudio.CfnStudioComponent$StudioComponentConfigurationProperty | [[cdk.support/lookup-entry]] | `:configuration` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `ec2SecurityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:ec2-security-group-ids` |
| `initializationScripts` | java.util.List | [[cdk.support/lookup-entry]] | `:initialization-scripts` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `runtimeRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:runtime-role-arn` |
| `scriptParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:script-parameters` |
| `secureInitializationRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secure-initialization-role-arn` |
| `studioId` | java.lang.String | [[cdk.support/lookup-entry]] | `:studio-id` |
| `subtype` | java.lang.String | [[cdk.support/lookup-entry]] | `:subtype` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-studio-component-compute-farm-configuration-property-builderclj

(build-cfn-studio-component-compute-farm-configuration-property-builder builder
                                                                        id
                                                                        config)

The build-cfn-studio-component-compute-farm-configuration-property-builder function updates a CfnStudioComponent$ComputeFarmConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnStudioComponent$ComputeFarmConfigurationProperty$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
activeDirectoryUserjava.lang.Stringcdk.support/lookup-entry:active-directory-user
endpointjava.lang.Stringcdk.support/lookup-entry:endpoint
The build-cfn-studio-component-compute-farm-configuration-property-builder function updates a CfnStudioComponent$ComputeFarmConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnStudioComponent$ComputeFarmConfigurationProperty$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 |
|---|---|---|---|
| `activeDirectoryUser` | java.lang.String | [[cdk.support/lookup-entry]] | `:active-directory-user` |
| `endpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint` |
sourceraw docstring

build-cfn-studio-component-license-service-configuration-property-builderclj

(build-cfn-studio-component-license-service-configuration-property-builder
  builder
  id
  config)

The build-cfn-studio-component-license-service-configuration-property-builder function updates a CfnStudioComponent$LicenseServiceConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnStudioComponent$LicenseServiceConfigurationProperty$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
endpointjava.lang.Stringcdk.support/lookup-entry:endpoint
The build-cfn-studio-component-license-service-configuration-property-builder function updates a CfnStudioComponent$LicenseServiceConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnStudioComponent$LicenseServiceConfigurationProperty$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 |
|---|---|---|---|
| `endpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint` |
sourceraw docstring

build-cfn-studio-component-props-builderclj

(build-cfn-studio-component-props-builder builder id config)

The build-cfn-studio-component-props-builder function updates a CfnStudioComponentProps$Builder instance using the provided configuration. The function takes the CfnStudioComponentProps$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
configurationsoftware.amazon.awscdk.services.nimblestudio.CfnStudioComponent$StudioComponentConfigurationPropertycdk.support/lookup-entry:configuration
descriptionjava.lang.Stringcdk.support/lookup-entry:description
ec2SecurityGroupIdsjava.util.Listcdk.support/lookup-entry:ec2-security-group-ids
initializationScriptssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:initialization-scripts
namejava.lang.Stringcdk.support/lookup-entry:name
runtimeRoleArnjava.lang.Stringcdk.support/lookup-entry:runtime-role-arn
scriptParametersjava.util.Listcdk.support/lookup-entry:script-parameters
secureInitializationRoleArnjava.lang.Stringcdk.support/lookup-entry:secure-initialization-role-arn
studioIdjava.lang.Stringcdk.support/lookup-entry:studio-id
subtypejava.lang.Stringcdk.support/lookup-entry:subtype
tagsjava.util.Mapcdk.support/lookup-entry:tags
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-studio-component-props-builder function updates a CfnStudioComponentProps$Builder instance using the provided configuration.
  The function takes the CfnStudioComponentProps$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 |
|---|---|---|---|
| `configuration` | software.amazon.awscdk.services.nimblestudio.CfnStudioComponent$StudioComponentConfigurationProperty | [[cdk.support/lookup-entry]] | `:configuration` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `ec2SecurityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:ec2-security-group-ids` |
| `initializationScripts` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:initialization-scripts` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `runtimeRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:runtime-role-arn` |
| `scriptParameters` | java.util.List | [[cdk.support/lookup-entry]] | `:script-parameters` |
| `secureInitializationRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secure-initialization-role-arn` |
| `studioId` | java.lang.String | [[cdk.support/lookup-entry]] | `:studio-id` |
| `subtype` | java.lang.String | [[cdk.support/lookup-entry]] | `:subtype` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-studio-component-script-parameter-key-value-property-builderclj

(build-cfn-studio-component-script-parameter-key-value-property-builder builder
                                                                        id
                                                                        config)

The build-cfn-studio-component-script-parameter-key-value-property-builder function updates a CfnStudioComponent$ScriptParameterKeyValueProperty$Builder instance using the provided configuration. The function takes the CfnStudioComponent$ScriptParameterKeyValueProperty$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
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-studio-component-script-parameter-key-value-property-builder function updates a CfnStudioComponent$ScriptParameterKeyValueProperty$Builder instance using the provided configuration.
  The function takes the CfnStudioComponent$ScriptParameterKeyValueProperty$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 |
|---|---|---|---|
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-studio-component-shared-file-system-configuration-property-builderclj

(build-cfn-studio-component-shared-file-system-configuration-property-builder
  builder
  id
  config)

The build-cfn-studio-component-shared-file-system-configuration-property-builder function updates a CfnStudioComponent$SharedFileSystemConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnStudioComponent$SharedFileSystemConfigurationProperty$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
endpointjava.lang.Stringcdk.support/lookup-entry:endpoint
fileSystemIdjava.lang.Stringcdk.support/lookup-entry:file-system-id
linuxMountPointjava.lang.Stringcdk.support/lookup-entry:linux-mount-point
shareNamejava.lang.Stringcdk.support/lookup-entry:share-name
windowsMountDrivejava.lang.Stringcdk.support/lookup-entry:windows-mount-drive
The build-cfn-studio-component-shared-file-system-configuration-property-builder function updates a CfnStudioComponent$SharedFileSystemConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnStudioComponent$SharedFileSystemConfigurationProperty$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 |
|---|---|---|---|
| `endpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint` |
| `fileSystemId` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-id` |
| `linuxMountPoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:linux-mount-point` |
| `shareName` | java.lang.String | [[cdk.support/lookup-entry]] | `:share-name` |
| `windowsMountDrive` | java.lang.String | [[cdk.support/lookup-entry]] | `:windows-mount-drive` |
sourceraw docstring

build-cfn-studio-component-studio-component-configuration-property-builderclj

(build-cfn-studio-component-studio-component-configuration-property-builder
  builder
  id
  config)

The build-cfn-studio-component-studio-component-configuration-property-builder function updates a CfnStudioComponent$StudioComponentConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnStudioComponent$StudioComponentConfigurationProperty$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
activeDirectoryConfigurationsoftware.amazon.awscdk.services.nimblestudio.CfnStudioComponent$ActiveDirectoryConfigurationPropertycdk.support/lookup-entry:active-directory-configuration
computeFarmConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:compute-farm-configuration
licenseServiceConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:license-service-configuration
sharedFileSystemConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:shared-file-system-configuration
The build-cfn-studio-component-studio-component-configuration-property-builder function updates a CfnStudioComponent$StudioComponentConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnStudioComponent$StudioComponentConfigurationProperty$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 |
|---|---|---|---|
| `activeDirectoryConfiguration` | software.amazon.awscdk.services.nimblestudio.CfnStudioComponent$ActiveDirectoryConfigurationProperty | [[cdk.support/lookup-entry]] | `:active-directory-configuration` |
| `computeFarmConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:compute-farm-configuration` |
| `licenseServiceConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:license-service-configuration` |
| `sharedFileSystemConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:shared-file-system-configuration` |
sourceraw docstring

build-cfn-studio-component-studio-component-initialization-script-property-builderclj

(build-cfn-studio-component-studio-component-initialization-script-property-builder
  builder
  id
  config)

The build-cfn-studio-component-studio-component-initialization-script-property-builder function updates a CfnStudioComponent$StudioComponentInitializationScriptProperty$Builder instance using the provided configuration. The function takes the CfnStudioComponent$StudioComponentInitializationScriptProperty$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
launchProfileProtocolVersionjava.lang.Stringcdk.support/lookup-entry:launch-profile-protocol-version
platformjava.lang.Stringcdk.support/lookup-entry:platform
runContextjava.lang.Stringcdk.support/lookup-entry:run-context
scriptjava.lang.Stringcdk.support/lookup-entry:script
The build-cfn-studio-component-studio-component-initialization-script-property-builder function updates a CfnStudioComponent$StudioComponentInitializationScriptProperty$Builder instance using the provided configuration.
  The function takes the CfnStudioComponent$StudioComponentInitializationScriptProperty$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 |
|---|---|---|---|
| `launchProfileProtocolVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:launch-profile-protocol-version` |
| `platform` | java.lang.String | [[cdk.support/lookup-entry]] | `:platform` |
| `runContext` | java.lang.String | [[cdk.support/lookup-entry]] | `:run-context` |
| `script` | java.lang.String | [[cdk.support/lookup-entry]] | `:script` |
sourceraw docstring

build-cfn-studio-props-builderclj

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

The build-cfn-studio-props-builder function updates a CfnStudioProps$Builder instance using the provided configuration. The function takes the CfnStudioProps$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
adminRoleArnjava.lang.Stringcdk.support/lookup-entry:admin-role-arn
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
studioEncryptionConfigurationsoftware.amazon.awscdk.services.nimblestudio.CfnStudio$StudioEncryptionConfigurationPropertycdk.support/lookup-entry:studio-encryption-configuration
studioNamejava.lang.Stringcdk.support/lookup-entry:studio-name
tagsjava.util.Mapcdk.support/lookup-entry:tags
userRoleArnjava.lang.Stringcdk.support/lookup-entry:user-role-arn
The build-cfn-studio-props-builder function updates a CfnStudioProps$Builder instance using the provided configuration.
  The function takes the CfnStudioProps$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 |
|---|---|---|---|
| `adminRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:admin-role-arn` |
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `studioEncryptionConfiguration` | software.amazon.awscdk.services.nimblestudio.CfnStudio$StudioEncryptionConfigurationProperty | [[cdk.support/lookup-entry]] | `:studio-encryption-configuration` |
| `studioName` | java.lang.String | [[cdk.support/lookup-entry]] | `:studio-name` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `userRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-role-arn` |
sourceraw docstring

build-cfn-studio-studio-encryption-configuration-property-builderclj

(build-cfn-studio-studio-encryption-configuration-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-studio-studio-encryption-configuration-property-builder function updates a CfnStudio$StudioEncryptionConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnStudio$StudioEncryptionConfigurationProperty$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
keyArnjava.lang.Stringcdk.support/lookup-entry:key-arn
keyTypejava.lang.Stringcdk.support/lookup-entry:key-type
The build-cfn-studio-studio-encryption-configuration-property-builder function updates a CfnStudio$StudioEncryptionConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnStudio$StudioEncryptionConfigurationProperty$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 |
|---|---|---|---|
| `keyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-arn` |
| `keyType` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-type` |
sourceraw docstring

cfn-launch-profile-builderclj

(cfn-launch-profile-builder scope id config)

Creates a CfnLaunchProfile$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  `CfnLaunchProfile$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-launch-profile-props-builderclj

(cfn-launch-profile-props-builder id config)

Creates a CfnLaunchProfileProps$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  `CfnLaunchProfileProps$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-launch-profile-stream-configuration-property-builderclj

(cfn-launch-profile-stream-configuration-property-builder id config)

Creates a CfnLaunchProfile$StreamConfigurationProperty$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  `CfnLaunchProfile$StreamConfigurationProperty$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-launch-profile-stream-configuration-session-backup-property-builderclj

(cfn-launch-profile-stream-configuration-session-backup-property-builder id
                                                                         config)

Creates a CfnLaunchProfile$StreamConfigurationSessionBackupProperty$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  `CfnLaunchProfile$StreamConfigurationSessionBackupProperty$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-launch-profile-stream-configuration-session-storage-property-builderclj

(cfn-launch-profile-stream-configuration-session-storage-property-builder
  id
  config)

Creates a CfnLaunchProfile$StreamConfigurationSessionStorageProperty$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  `CfnLaunchProfile$StreamConfigurationSessionStorageProperty$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-launch-profile-streaming-session-storage-root-property-builderclj

(cfn-launch-profile-streaming-session-storage-root-property-builder id config)

Creates a CfnLaunchProfile$StreamingSessionStorageRootProperty$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  `CfnLaunchProfile$StreamingSessionStorageRootProperty$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-launch-profile-volume-configuration-property-builderclj

(cfn-launch-profile-volume-configuration-property-builder id config)

Creates a CfnLaunchProfile$VolumeConfigurationProperty$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  `CfnLaunchProfile$VolumeConfigurationProperty$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-streaming-image-builderclj

(cfn-streaming-image-builder scope id config)

Creates a CfnStreamingImage$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  `CfnStreamingImage$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-streaming-image-props-builderclj

(cfn-streaming-image-props-builder id config)

Creates a CfnStreamingImageProps$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  `CfnStreamingImageProps$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-streaming-image-streaming-image-encryption-configuration-property-builderclj

(cfn-streaming-image-streaming-image-encryption-configuration-property-builder
  id
  config)

Creates a CfnStreamingImage$StreamingImageEncryptionConfigurationProperty$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  `CfnStreamingImage$StreamingImageEncryptionConfigurationProperty$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-studio-builderclj

(cfn-studio-builder scope id config)

Creates a CfnStudio$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  `CfnStudio$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-studio-component-active-directory-computer-attribute-property-builderclj

(cfn-studio-component-active-directory-computer-attribute-property-builder
  id
  config)

Creates a CfnStudioComponent$ActiveDirectoryComputerAttributeProperty$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  `CfnStudioComponent$ActiveDirectoryComputerAttributeProperty$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-studio-component-active-directory-configuration-property-builderclj

(cfn-studio-component-active-directory-configuration-property-builder id config)

Creates a CfnStudioComponent$ActiveDirectoryConfigurationProperty$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  `CfnStudioComponent$ActiveDirectoryConfigurationProperty$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-studio-component-builderclj

(cfn-studio-component-builder scope id config)

Creates a CfnStudioComponent$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  `CfnStudioComponent$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-studio-component-compute-farm-configuration-property-builderclj

(cfn-studio-component-compute-farm-configuration-property-builder id config)

Creates a CfnStudioComponent$ComputeFarmConfigurationProperty$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  `CfnStudioComponent$ComputeFarmConfigurationProperty$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-studio-component-license-service-configuration-property-builderclj

(cfn-studio-component-license-service-configuration-property-builder id config)

Creates a CfnStudioComponent$LicenseServiceConfigurationProperty$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  `CfnStudioComponent$LicenseServiceConfigurationProperty$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-studio-component-props-builderclj

(cfn-studio-component-props-builder id config)

Creates a CfnStudioComponentProps$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  `CfnStudioComponentProps$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-studio-component-script-parameter-key-value-property-builderclj

(cfn-studio-component-script-parameter-key-value-property-builder id config)

Creates a CfnStudioComponent$ScriptParameterKeyValueProperty$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  `CfnStudioComponent$ScriptParameterKeyValueProperty$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-studio-component-shared-file-system-configuration-property-builderclj

(cfn-studio-component-shared-file-system-configuration-property-builder id
                                                                        config)

Creates a CfnStudioComponent$SharedFileSystemConfigurationProperty$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  `CfnStudioComponent$SharedFileSystemConfigurationProperty$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-studio-component-studio-component-configuration-property-builderclj

(cfn-studio-component-studio-component-configuration-property-builder id config)

Creates a CfnStudioComponent$StudioComponentConfigurationProperty$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  `CfnStudioComponent$StudioComponentConfigurationProperty$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-studio-component-studio-component-initialization-script-property-builderclj

(cfn-studio-component-studio-component-initialization-script-property-builder
  id
  config)

Creates a CfnStudioComponent$StudioComponentInitializationScriptProperty$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  `CfnStudioComponent$StudioComponentInitializationScriptProperty$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-studio-props-builderclj

(cfn-studio-props-builder id config)

Creates a CfnStudioProps$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  `CfnStudioProps$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-studio-studio-encryption-configuration-property-builderclj

(cfn-studio-studio-encryption-configuration-property-builder id config)

Creates a CfnStudio$StudioEncryptionConfigurationProperty$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  `CfnStudio$StudioEncryptionConfigurationProperty$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