Skip to content

AccessGroupProps

Properties for defining a AccessGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nas-accessgroup

Initializer

import { AccessGroupProps } from '@alicloud/ros-cdk-nas'
const accessGroupProps: AccessGroupProps = { ... }

Properties

Name Type Description
accessGroupName string | @alicloud/ros-cdk-core.IResolvable Property accessGroupName: The name of the permission group.
accessGroupType string | @alicloud/ros-cdk-core.IResolvable Property accessGroupType: Permission group type, including the Vpc and Classic types.
description string | @alicloud/ros-cdk-core.IResolvable Property description: The description of the permission group.
fileSystemType string | @alicloud/ros-cdk-core.IResolvable Property fileSystemType: File system type.

accessGroupNameRequired

public readonly accessGroupName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property accessGroupName: The name of the permission group.

Limits: * The name must be 3 to 64 characters in length. * The name must start with a letter and can contain letters, digits, underscores (_), and hyphens (-). * The name must be different from the name of the default permission group. The default permission group for virtual private clouds (VPCs) is named DEFAULT_VPC_GROUP_NAME.


accessGroupTypeRequired

public readonly accessGroupType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property accessGroupType: Permission group type, including the Vpc and Classic types.


descriptionOptional

public readonly description: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property description: The description of the permission group.

Limits: * By default, the description of a permission group is the same as the name of the permission group. The description must be 2 to 128 characters in length. * The name must start with a letter and cannot start with http:\/\/ or https:\/\/. * The description can contain digits, colons (:), underscores (_), and hyphens (-).


fileSystemTypeOptional

public readonly fileSystemType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property fileSystemType: File system type.

Values: standard (default), extreme