AWS::Deadline::StorageProfileCreates a storage profile that specifies the operating system, file type, and file location of resources used on a farm.
import { CfnStorageProfile } from 'aws-cdk-lib/aws-deadline';Or use the module namespace:
import * as deadline from 'aws-cdk-lib/aws-deadline';
// deadline.CfnStorageProfileConfiguration passed to the constructor as CfnStorageProfileProps.
displayNameRequiredstringThe display name of the storage profile summary to update. > This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
farmIdRequiredstringThe unique identifier of the farm that contains the storage profile.
osFamilyRequiredstringThe operating system (OS) family.
fileSystemLocationsOptionalIResolvable | IResolvable | FileSystemLocationProperty[]Operating system specific file system path to the storage location.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-deadlineAWS::Deadline::StorageProfile