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.\ The name must be 6 to 36 characters in length and can contain lowercase letters, digits, hyphens (-), and underscores (_). It must start with a lowercase letter. > The name must be unique within an account. |
EnableRequired
public object Enable { get; set; }
- Type: object
Property enable: Whether to enable the trail logging.
NameRequired
public object Name { get; set; }
- Type: object
Property name: The name of the trail.\ The name must be 6 to 36 characters in length and can contain lowercase letters, digits, hyphens (-), and underscores (_). It must start with a lowercase letter. > The name must be unique within an account.