StorageProfileArgs

data class StorageProfileArgs(val displayName: Output<String>? = null, val farmId: Output<String>? = null, val fileSystemLocations: Output<List<StorageProfileFileSystemLocationArgs>>? = null, val osFamily: Output<StorageProfileOperatingSystemFamily>? = null) : ConvertibleToJava<StorageProfileArgs>

Definition of AWS::Deadline::StorageProfile Resource Type

Constructors

Link copied to clipboard
constructor(displayName: Output<String>? = null, farmId: Output<String>? = null, fileSystemLocations: Output<List<StorageProfileFileSystemLocationArgs>>? = null, osFamily: Output<StorageProfileOperatingSystemFamily>? = null)

Properties

Link copied to clipboard
val displayName: Output<String>? = null

The display name of the storage profile summary to update.

Link copied to clipboard
val farmId: Output<String>? = null

The unique identifier of the farm that contains the storage profile.

Link copied to clipboard

Operating system specific file system path to the storage location.

Link copied to clipboard

The operating system (OS) family.

Functions

Link copied to clipboard
open override fun toJava(): StorageProfileArgs