AccessLogConfigProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Alb;
new AccessLogConfigProperty {
object LogProject,
object LogStore,
object Enable = null
};
Properties
Name | Type | Description |
---|---|---|
LogProject |
object |
No description. |
LogStore |
object |
No description. |
Enable |
object |
No description. |
LogProject
Required
public object LogProject { get; set; }
- Type: object
LogStore
Required
public object LogStore { get; set; }
- Type: object
Enable
Optional
public object Enable { get; set; }
- Type: object