Skip to content

AccessGroupProps

Properties for defining a AccessGroup.

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

Initializer

import ros_cdk_nas
ros_cdk_nas.AccessGroupProps(
  access_group_name: typing.Union[str, IResolvable],
  access_group_type: typing.Union[str, IResolvable],
  description: typing.Union[str, IResolvable] = None,
  file_system_type: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
access_group_name typing.Union[str, ros_cdk_core.IResolvable] Property accessGroupName: The name of the permission group.
access_group_type typing.Union[str, ros_cdk_core.IResolvable] Property accessGroupType: Permission group type, including the Vpc and Classic types.
description typing.Union[str, ros_cdk_core.IResolvable] Property description: The description of the permission group.
file_system_type typing.Union[str, ros_cdk_core.IResolvable] Property fileSystemType: File system type.

access_group_nameRequired

access_group_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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.

access_group_typeRequired

access_group_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

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


descriptionOptional

description: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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 (-).

file_system_typeOptional

file_system_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property fileSystemType: File system type.

Values: standard (default), extreme