Skip to content

IpfilterProps

Properties for defining a Ipfilter.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Directmail;
new IpfilterProps {
    object IpfilterId,
    object RefreshOptions = null
};

Properties

Name Type Description
IpfilterId object Property ipfilterId: The ID of the resource.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

IpfilterIdRequired

public object IpfilterId { get; set; }
  • Type: object

Property ipfilterId: The ID of the resource.


RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.