Skip to content

RosIndexProps

Properties for defining a RosIndex.

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

Initializer

import ros_cdk_sls
ros_cdk_sls.RosIndexProps(
  full_text_index: typing.Union[IResolvable, FullTextIndexProperty],
  logstore_name: typing.Union[str, IResolvable],
  project_name: typing.Union[str, IResolvable],
  key_indices: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, KeyIndicesProperty]]] = None,
  log_reduce: typing.Union[bool, IResolvable] = None
)

Properties

Name Type Description
full_text_index typing.Union[ros_cdk_core.IResolvable, FullTextIndexProperty] No description.
logstore_name typing.Union[str, ros_cdk_core.IResolvable] No description.
project_name typing.Union[str, ros_cdk_core.IResolvable] No description.
key_indices typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, KeyIndicesProperty]]] No description.
log_reduce typing.Union[bool, ros_cdk_core.IResolvable] No description.

full_text_indexRequired

full_text_index: typing.Union[IResolvable, FullTextIndexProperty]

logstore_nameRequired

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

project_nameRequired

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

key_indicesOptional

key_indices: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, KeyIndicesProperty]]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, KeyIndicesProperty]]]

log_reduceOptional

log_reduce: typing.Union[bool, IResolvable]
  • Type: typing.Union[bool, ros_cdk_core.IResolvable]