interface CfnStorageProfileProps
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_deadline.CfnStorageProfileProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdeadline#CfnStorageProfileProps |
Java | software.amazon.awscdk.services.deadline.CfnStorageProfileProps |
Python | aws_cdk.aws_deadline.CfnStorageProfileProps |
TypeScript | aws-cdk-lib » aws_deadline » CfnStorageProfileProps |
Properties for defining a CfnStorageProfile
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_deadline as deadline } from 'aws-cdk-lib';
const cfnStorageProfileProps: deadline.CfnStorageProfileProps = {
displayName: 'displayName',
farmId: 'farmId',
osFamily: 'osFamily',
// the properties below are optional
fileSystemLocations: [{
name: 'name',
path: 'path',
type: 'type',
}],
};
Properties
Name | Type | Description |
---|---|---|
display | string | The display name of the storage profile summary to update. |
farm | string | The unique identifier of the farm that contains the storage profile. |
os | string | The operating system (OS) family. |
file | IResolvable | IResolvable | File [] | Operating system specific file system path to the storage location. |
displayName
Type:
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.
farmId
Type:
string
The unique identifier of the farm that contains the storage profile.
osFamily
Type:
string
The operating system (OS) family.
fileSystemLocations?
Type:
IResolvable
|
IResolvable
|
File
[]
(optional)
Operating system specific file system path to the storage location.