Skip to content

IpWhiteListProperty

Initializer

import { IpWhiteListProperty } from '@alicloud/ros-cdk-maxcompute'
const ipWhiteListProperty: IpWhiteListProperty = { ... }

Properties

Name Type Description
ipList string | @alicloud/ros-cdk-core.IResolvable No description.
vpcIpList string | @alicloud/ros-cdk-core.IResolvable No description.

ipListOptional

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

vpcIpListOptional

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