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. |
ActionPolicyId
Optional
public object ActionPolicyId { get; set; }
- Type: object
AlertPolicyId
Optional
public object AlertPolicyId { get; set; }
- Type: object
RepeatInterval
Optional
public object RepeatInterval { get; set; }
- Type: object
UseDefault
Optional
public object UseDefault { get; set; }
- Type: object