Skip to content

XTraceAppProps

Properties for defining a XTraceApp.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-arms-xtraceapp

Initializer

import { datasource } from '@alicloud/ros-cdk-arms'
const xTraceAppProps: datasource.XTraceAppProps = { ... }

Properties

Name Type Description
pid string | @alicloud/ros-cdk-core.IResolvable Property pid: The process identifier (PID) of the application.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

pidRequired

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

Property pid: The process identifier (PID) of the application.


refreshOptionsOptional

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

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values: - Never: Never refresh the datasource resource when the stack is updated. - Always: Always refresh the datasource resource when the stack is updated. Default is Never.