Skip to content

PolicyConfigurationProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sls;
new PolicyConfigurationProperty {
    object ActionPolicyId = null,
    object AlertPolicyId = null,
    object RepeatInterval = null,
    object UseDefault = null
};

Properties

Name Type Description
ActionPolicyId object No description.
AlertPolicyId object No description.
RepeatInterval object No description.
UseDefault object No description.

ActionPolicyIdOptional

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

AlertPolicyIdOptional

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

RepeatIntervalOptional

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

UseDefaultOptional

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