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.\ 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 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.\ 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.