Creates a fileset in a CPFS file system.
Syntax
{
"Type": "ALIYUN::NAS::Fileset",
"Properties": {
"FileSystemPath": String,
"Description": String,
"FileSystemId": String
}
}
Properties
|
Property |
Type |
Required |
Editable |
Description |
Constraint |
|
FileSystemPath |
String |
Yes |
No |
The absolute path of the fileset. |
Value format:
|
|
Description |
String |
No |
Yes |
The description of the fileset. |
Value format:
|
|
FileSystemId |
String |
Yes |
No |
The ID of the file system. |
None. |
Return values
Fn::GetAtt
-
FsetId: the fileset ID.
-
FileSystemPath: the absolute path of the fileset.
-
FileSystemId: the ID of the file system.