Storage Profile Args
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)