Package-level declarations

Types

Link copied to clipboard
data class GetLaunchProfilePlainArgs(val launchProfileId: String) : ConvertibleToJava<GetLaunchProfilePlainArgs>
Link copied to clipboard
data class GetStreamingImagePlainArgs(val streamingImageId: String) : ConvertibleToJava<GetStreamingImagePlainArgs>
Link copied to clipboard
data class GetStudioComponentPlainArgs(val studioComponentId: String) : ConvertibleToJava<GetStudioComponentPlainArgs>
Link copied to clipboard
data class GetStudioPlainArgs(val studioId: String) : ConvertibleToJava<GetStudioPlainArgs>
Link copied to clipboard
Link copied to clipboard
data class LaunchProfileStreamConfigurationArgs(val automaticTerminationMode: Output<String>? = null, val clipboardMode: Output<String>, val ec2InstanceTypes: Output<List<String>>, val maxSessionLengthInMinutes: Output<Double>? = null, val maxStoppedSessionLengthInMinutes: Output<Double>? = null, val sessionBackup: Output<LaunchProfileStreamConfigurationSessionBackupArgs>? = null, val sessionPersistenceMode: Output<String>? = null, val sessionStorage: Output<LaunchProfileStreamConfigurationSessionStorageArgs>? = null, val streamingImageIds: Output<List<String>>, val volumeConfiguration: Output<LaunchProfileVolumeConfigurationArgs>? = null) : ConvertibleToJava<LaunchProfileStreamConfigurationArgs>
data class LaunchProfileStreamConfigurationSessionBackupArgs(val maxBackupsToRetain: Output<Double>? = null, val mode: Output<String>? = null) : ConvertibleToJava<LaunchProfileStreamConfigurationSessionBackupArgs>
data class LaunchProfileStreamConfigurationSessionStorageArgs(val mode: Output<List<String>>, val root: Output<LaunchProfileStreamingSessionStorageRootArgs>? = null) : ConvertibleToJava<LaunchProfileStreamConfigurationSessionStorageArgs>
data class LaunchProfileStreamingSessionStorageRootArgs(val linux: Output<String>? = null, val windows: Output<String>? = null) : ConvertibleToJava<LaunchProfileStreamingSessionStorageRootArgs>
Link copied to clipboard
data class LaunchProfileVolumeConfigurationArgs(val iops: Output<Double>? = null, val size: Output<Double>? = null, val throughput: Output<Double>? = null) : ConvertibleToJava<LaunchProfileVolumeConfigurationArgs>
data class StudioComponentActiveDirectoryComputerAttributeArgs(val name: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<StudioComponentActiveDirectoryComputerAttributeArgs>
data class StudioComponentActiveDirectoryConfigurationArgs(val computerAttributes: Output<List<StudioComponentActiveDirectoryComputerAttributeArgs>>? = null, val directoryId: Output<String>? = null, val organizationalUnitDistinguishedName: Output<String>? = null) : ConvertibleToJava<StudioComponentActiveDirectoryConfigurationArgs>
data class StudioComponentComputeFarmConfigurationArgs(val activeDirectoryUser: Output<String>? = null, val endpoint: Output<String>? = null) : ConvertibleToJava<StudioComponentComputeFarmConfigurationArgs>
Link copied to clipboard
data class StudioComponentConfigurationArgs(val activeDirectoryConfiguration: Output<StudioComponentActiveDirectoryConfigurationArgs>? = null, val computeFarmConfiguration: Output<StudioComponentComputeFarmConfigurationArgs>? = null, val licenseServiceConfiguration: Output<StudioComponentLicenseServiceConfigurationArgs>? = null, val sharedFileSystemConfiguration: Output<StudioComponentSharedFileSystemConfigurationArgs>? = null) : ConvertibleToJava<StudioComponentConfigurationArgs>
Link copied to clipboard
data class StudioComponentInitializationScriptArgs(val launchProfileProtocolVersion: Output<String>? = null, val platform: Output<String>? = null, val runContext: Output<String>? = null, val script: Output<String>? = null) : ConvertibleToJava<StudioComponentInitializationScriptArgs>
data class StudioComponentLicenseServiceConfigurationArgs(val endpoint: Output<String>? = null) : ConvertibleToJava<StudioComponentLicenseServiceConfigurationArgs>
data class StudioComponentScriptParameterKeyValueArgs(val key: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<StudioComponentScriptParameterKeyValueArgs>
data class StudioComponentSharedFileSystemConfigurationArgs(val endpoint: Output<String>? = null, val fileSystemId: Output<String>? = null, val linuxMountPoint: Output<String>? = null, val shareName: Output<String>? = null, val windowsMountDrive: Output<String>? = null) : ConvertibleToJava<StudioComponentSharedFileSystemConfigurationArgs>
Link copied to clipboard
data class StudioEncryptionConfigurationArgs(val keyArn: Output<String>? = null, val keyType: Output<String>) : ConvertibleToJava<StudioEncryptionConfigurationArgs>