Skip to content

XTraceAppProps

Properties for defining a XTraceApp.

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

Initializer

import com.aliyun.ros.cdk.arms.XTraceAppProps;
XTraceAppProps.builder()
    .xTraceAppName(java.lang.String)
    .xTraceAppName(IResolvable)
//  .resourceGroupId(java.lang.String)
//  .resourceGroupId(IResolvable)
//  .tags(java.util.List<TagsProperty>)
    .build();

Properties

Name Type Description
xTraceAppName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property xTraceAppName: The name of the resource.
resourceGroupId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property resourceGroupId: The ID of the resource group.
tags java.util.List<TagsProperty> Property tags: Tags of The tags of the resource..

xTraceAppNameRequired

public java.lang.Object getXTraceAppName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property xTraceAppName: The name of the resource.


resourceGroupIdOptional

public java.lang.Object getResourceGroupId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property resourceGroupId: The ID of the resource group.


tagsOptional

public java.util.List<TagsProperty> getTags();

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