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.
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
linux | java.lang.String | cdk.support/lookup-entry | :linux |
windows | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
value | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
endpoint | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
value | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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 |
(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:
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 `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 |
(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:
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 `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 |
(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 |
(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:
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 `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 |
(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:
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 `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 |
(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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close