Skip to content

AccessGroupProps

Properties for defining a AccessGroup.

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

Initializer

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

Properties

Name Type Description
accessGroupName string | @alicloud/ros-cdk-core.IResolvable Property accessGroupName: The Name of Access Group.
description string | @alicloud/ros-cdk-core.IResolvable Property description: The description of the access_group.
networkType string | @alicloud/ros-cdk-core.IResolvable Property networkType: The NetworkType of Access Group.

accessGroupNameOptional

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

Property accessGroupName: The Name of Access Group.

The naming rules are as follows: The value contains 6 to 100 characters. Globally unique and cannot be an empty string.


descriptionOptional

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

Property description: The description of the access_group.

The value contains 0 to 100 characters


networkTypeOptional

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

Property networkType: The NetworkType of Access Group.

Valid values: VPC.