Skip to content

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.

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 to be enabled.