TrailLoggingProps
Properties for defining a TrailLogging
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-actiontrail-traillogging
Initializer
using AlibabaCloud.SDK.ROS.CDK.Actiontrail;
new TrailLoggingProps {
object Enable,
object Name
};
Properties
Name | Type | Description |
---|---|---|
Enable |
object |
Property enable: Whether to enable the trail logging. |
Name |
object |
Property name: The name of the trail to be enabled. |
Enable
Required
public object Enable { get; set; }
- Type: object
Property enable: Whether to enable the trail logging.
Name
Required
public object Name { get; set; }
- Type: object
Property name: The name of the trail to be enabled.