XTraceAppProps
Properties for defining a XTraceApp
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-arms-xtraceapp
Initializer
import { XTraceAppProps } from '@alicloud/ros-cdk-arms'
const xTraceAppProps: XTraceAppProps = { ... }
Properties
Name | Type | Description |
---|---|---|
xTraceAppName |
string | @alicloud/ros-cdk-core.IResolvable |
Property xTraceAppName: The name of the resource. |
resourceGroupId |
string | @alicloud/ros-cdk-core.IResolvable |
Property resourceGroupId: The ID of the resource group. |
tags |
TagsProperty[] |
Property tags: Tags of The tags of the resource.. |
xTraceAppName
Required
public readonly xTraceAppName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property xTraceAppName: The name of the resource.
resourceGroupId
Optional
public readonly resourceGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property resourceGroupId: The ID of the resource group.
tags
Optional
public readonly tags: TagsProperty[];
- Type: TagsProperty[]
Property tags: Tags of The tags of the resource..