Skip to content

RosIpfilterProps

Properties for defining a RosIpfilter.

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

Initializer

import com.aliyun.ros.cdk.directmail.datasource.RosIpfilterProps;
RosIpfilterProps.builder()
    .ipfilterId(java.lang.String)
    .ipfilterId(IResolvable)
//  .refreshOptions(java.lang.String)
//  .refreshOptions(IResolvable)
    .build();

Properties

Name Type Description
ipfilterId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
refreshOptions java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

ipfilterIdRequired

public java.lang.Object getIpfilterId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

refreshOptionsOptional

public java.lang.Object getRefreshOptions();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable