Skip to content

SavedsearchProps

Properties for defining a Savedsearch.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-savedsearch

Initializer

import { SavedsearchProps } from '@alicloud/ros-cdk-sls'
const savedsearchProps: SavedsearchProps = { ... }

Properties

Name Type Description
detail @alicloud/ros-cdk-core.IResolvable | DetailProperty Property detail:.
project string | @alicloud/ros-cdk-core.IResolvable Property project: Project name.

detailRequired

public readonly detail: IResolvable | DetailProperty;

Property detail:.


projectRequired

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

Property project: Project name.