RosXTraceAppProps
Properties for defining a RosXTraceApp
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-arms-xtraceapp
Initializer
import { RosXTraceAppProps } from '@alicloud/ros-cdk-arms'
const rosXTraceAppProps: RosXTraceAppProps = { ... }
Properties
Name | Type | Description |
---|---|---|
xTraceAppName |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
resourceGroupId |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
tags |
TagsProperty[] |
No description. |
xTraceAppName
Required
public readonly xTraceAppName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
resourceGroupId
Optional
public readonly resourceGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
tags
Optional
public readonly tags: TagsProperty[];
- Type: TagsProperty[]