Skip to content

WhitelistProps

Properties for defining a Whitelist.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-memcache-whitelist

Initializer

import { WhitelistProps } from '@alicloud/ros-cdk-memcache'
const whitelistProps: WhitelistProps = { ... }

Properties

Name Type Description
instanceId string | @alicloud/ros-cdk-core.IResolvable Property instanceId: Instance ID (globally unique).
securityIps string | @alicloud/ros-cdk-core.IResolvable Property securityIps: IP address whitelist to be modified.
securityIpGroupAttribute string | @alicloud/ros-cdk-core.IResolvable Property securityIpGroupAttribute: The default is empty.
securityIpGroupName string | @alicloud/ros-cdk-core.IResolvable Property securityIpGroupName: Whitelist group.

instanceIdRequired

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

Property instanceId: Instance ID (globally unique).


securityIpsRequired

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

Property securityIps: IP address whitelist to be modified.


securityIpGroupAttributeOptional

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

Property securityIpGroupAttribute: The default is empty.

For distinguishing between different attribute values, the console will not display the value of hidden whitelist packet.


securityIpGroupNameOptional

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

Property securityIpGroupName: Whitelist group.