Skip to content

XTraceAppProps

Properties for defining a XTraceApp.

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

Initializer

import ros_cdk_arms
ros_cdk_arms.XTraceAppProps(
  x_trace_app_name: typing.Union[str, IResolvable],
  resource_group_id: typing.Union[str, IResolvable] = None,
  tags: typing.List[TagsProperty] = None
)

Properties

Name Type Description
x_trace_app_name typing.Union[str, ros_cdk_core.IResolvable] Property xTraceAppName: The name of the resource.
resource_group_id typing.Union[str, ros_cdk_core.IResolvable] Property resourceGroupId: The ID of the resource group.
tags typing.List[TagsProperty] Property tags: Tags of The tags of the resource..

x_trace_app_nameRequired

x_trace_app_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property xTraceAppName: The name of the resource.


resource_group_idOptional

resource_group_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property resourceGroupId: The ID of the resource group.


tagsOptional

tags: typing.List[TagsProperty]

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