Skip to content

IpfilterProps

Properties for defining a Ipfilter.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-directmail-ipfilter

Initializer

import { IpfilterProps } from '@alicloud/ros-cdk-directmail'
const ipfilterProps: IpfilterProps = { ... }

Properties

Name Type Description
ipAddress string | @alicloud/ros-cdk-core.IResolvable Property ipAddress: The whitelist IP address.

ipAddressRequired

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

Property ipAddress: The whitelist IP address.