Skip to content

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

xTraceAppNameRequired

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

Property xTraceAppName: The name of the resource.


resourceGroupIdOptional

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

Property resourceGroupId: The ID of the resource group.


tagsOptional

public readonly tags: TagsProperty[];

Property tags: Tags of The tags of the resource..