ALIYUN::NAS::Fileset is used to create a fileset.
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.