Skip to content

TrailLoggingProps

Properties for defining a TrailLogging.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-actiontrail-traillogging

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkactiontrail"
&alicloudroscdkactiontrail.TrailLoggingProps {
    Enable: interface{},
    Name: interface{},
}

Properties

Name Type Description
Enable interface{} Property enable: Whether to enable the trail logging.
Name interface{} Property name: The name of the trail to be enabled.

EnableRequired

Enable interface{}
  • Type: interface{}

Property enable: Whether to enable the trail logging.


NameRequired

Name interface{}
  • Type: interface{}

Property name: The name of the trail to be enabled.