ALIYUN::NAS::AccessRule is used to create a rule for a permission group.
Syntax
{
"Type": "ALIYUN::NAS::AccessRule",
"Properties": {
"Priority": Integer,
"UserAccessType": String,
"AccessGroupName": String,
"SourceCidrIp": String,
"RWAccessType": String,
"FileSystemType": String,
"Ipv6SourceCidrIp": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
Priority | Integer | No | Yes | The priority. | Valid values: 1 to 100. Default value: 1. |
UserAccessType | String | No | Yes | The access permissions for different types of users in the authorized object. | Valid values:
|
AccessGroupName | String | Yes | No | The name of the permission group. | None. |
SourceCidrIp | String | No | Yes | The IP address or CIDR block. | None. |
RWAccessType | String | No | Yes | The read or write permission type. | Valid values:
|
FileSystemType | String | No | Yes | The type of the file system. | Valid values:
|
Ipv6SourceCidrIp | String | No | Yes | The source IPv6 CIDR block. | IPv6 CIDR blocks and IPv6 addresses are supported. Note
|
Return values
Fn::GetAtt
AccessRuleId: the rule ID.