Skip to content

RosPrometheusAuthTokenProps

Properties for defining a RosPrometheusAuthToken.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-arms-prometheusauthtoken

Initializer

import { datasource } from '@alicloud/ros-cdk-arms'
const rosPrometheusAuthTokenProps: datasource.RosPrometheusAuthTokenProps = { ... }

Properties

Name Type Description
clusterId string | @alicloud/ros-cdk-core.IResolvable No description.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable No description.

clusterIdOptional

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

refreshOptionsOptional

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