Skip to content

TrailLoggingProps

Properties for defining a TrailLogging.

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

Initializer

import { TrailLoggingProps } from '@alicloud/ros-cdk-actiontrail'
const trailLoggingProps: TrailLoggingProps = { ... }

Properties

Name Type Description
enable boolean | @alicloud/ros-cdk-core.IResolvable Property enable: Whether to enable the trail logging.
name string | @alicloud/ros-cdk-core.IResolvable Property name: The name of the trail to be enabled.

enableRequired

public readonly enable: boolean | IResolvable;
  • Type: boolean | @alicloud/ros-cdk-core.IResolvable

Property enable: Whether to enable the trail logging.


nameRequired

public readonly name: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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