AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Deadline::StorageProfile

CfnStorageProfile

Creates a storage profile that specifies the operating system, file type, and file location of resources used on a farm.

Import

import { CfnStorageProfile } from 'aws-cdk-lib/aws-deadline';

Or use the module namespace:

import * as deadline from 'aws-cdk-lib/aws-deadline';
// deadline.CfnStorageProfile

Properties

Configuration passed to the constructor as CfnStorageProfileProps.

displayNameRequired
string

The 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.

farmIdRequired
string

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

osFamilyRequired
string

The operating system (OS) family.

fileSystemLocationsOptional
IResolvable | IResolvable | FileSystemLocationProperty[]

Operating system specific file system path to the storage location.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-deadline
CFN TypeAWS::Deadline::StorageProfile
Properties4

External Links