Skip to content

QueryListProperty

Initializer

import ros_cdk_sls
ros_cdk_sls.RosAlert.QueryListProperty(
  end: typing.Union[str, IResolvable],
  query: typing.Union[str, IResolvable],
  start: typing.Union[str, IResolvable],
  time_span_type: typing.Union[str, IResolvable],
  chart_title: typing.Union[str, IResolvable] = None,
  dashboard_id: typing.Union[str, IResolvable] = None,
  log_store: typing.Union[str, IResolvable] = None,
  power_sql_mode: typing.Union[str, IResolvable] = None,
  project: typing.Union[str, IResolvable] = None,
  region: typing.Union[str, IResolvable] = None,
  role_arn: typing.Union[str, IResolvable] = None,
  store: typing.Union[str, IResolvable] = None,
  store_type: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
end typing.Union[str, ros_cdk_core.IResolvable] No description.
query typing.Union[str, ros_cdk_core.IResolvable] No description.
start typing.Union[str, ros_cdk_core.IResolvable] No description.
time_span_type typing.Union[str, ros_cdk_core.IResolvable] No description.
chart_title typing.Union[str, ros_cdk_core.IResolvable] No description.
dashboard_id typing.Union[str, ros_cdk_core.IResolvable] No description.
log_store typing.Union[str, ros_cdk_core.IResolvable] No description.
power_sql_mode typing.Union[str, ros_cdk_core.IResolvable] No description.
project typing.Union[str, ros_cdk_core.IResolvable] No description.
region typing.Union[str, ros_cdk_core.IResolvable] No description.
role_arn typing.Union[str, ros_cdk_core.IResolvable] No description.
store typing.Union[str, ros_cdk_core.IResolvable] No description.
store_type typing.Union[str, ros_cdk_core.IResolvable] No description.

endRequired

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

queryRequired

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

startRequired

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

time_span_typeRequired

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

chart_titleOptional

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

dashboard_idOptional

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

log_storeOptional

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

power_sql_modeOptional

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

projectOptional

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

regionOptional

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

role_arnOptional

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

storeOptional

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

store_typeOptional

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