Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine
volcengine.tls.Alarms
Explore with Pulumi AI
Use this data source to query detailed information of tls alarms
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const default = volcengine.tls.Alarms({
projectId: "cc44f8b6-0328-4622-b043-023fca735cd4",
});
import pulumi
import pulumi_volcengine as volcengine
default = volcengine.tls.alarms(project_id="cc44f8b6-0328-4622-b043-023fca735cd4")
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/tls"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tls.Alarms(ctx, &tls.AlarmsArgs{
ProjectId: "cc44f8b6-0328-4622-b043-023fca735cd4",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;
return await Deployment.RunAsync(() =>
{
var @default = Volcengine.Tls.Alarms.Invoke(new()
{
ProjectId = "cc44f8b6-0328-4622-b043-023fca735cd4",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.tls.TlsFunctions;
import com.pulumi.volcengine.tls.inputs.AlarmsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var default = TlsFunctions.Alarms(AlarmsArgs.builder()
.projectId("cc44f8b6-0328-4622-b043-023fca735cd4")
.build());
}
}
variables:
default:
fn::invoke:
Function: volcengine:tls:Alarms
Arguments:
projectId: cc44f8b6-0328-4622-b043-023fca735cd4
Using Alarms
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function alarms(args: AlarmsArgs, opts?: InvokeOptions): Promise<AlarmsResult>
function alarmsOutput(args: AlarmsOutputArgs, opts?: InvokeOptions): Output<AlarmsResult>
def alarms(alarm_id: Optional[str] = None,
alarm_name: Optional[str] = None,
output_file: Optional[str] = None,
project_id: Optional[str] = None,
status: Optional[bool] = None,
topic_id: Optional[str] = None,
topic_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> AlarmsResult
def alarms_output(alarm_id: Optional[pulumi.Input[str]] = None,
alarm_name: Optional[pulumi.Input[str]] = None,
output_file: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
status: Optional[pulumi.Input[bool]] = None,
topic_id: Optional[pulumi.Input[str]] = None,
topic_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[AlarmsResult]
func Alarms(ctx *Context, args *AlarmsArgs, opts ...InvokeOption) (*AlarmsResult, error)
func AlarmsOutput(ctx *Context, args *AlarmsOutputArgs, opts ...InvokeOption) AlarmsResultOutput
public static class Alarms
{
public static Task<AlarmsResult> InvokeAsync(AlarmsArgs args, InvokeOptions? opts = null)
public static Output<AlarmsResult> Invoke(AlarmsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<AlarmsResult> alarms(AlarmsArgs args, InvokeOptions options)
public static Output<AlarmsResult> alarms(AlarmsArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:tls:Alarms
arguments:
# arguments dictionary
The following arguments are supported:
- project_
id This property is required. str - The project id.
- alarm_
id str - The alarm id.
- alarm_
name str - The alarm name.
- output_
file str - File name where to save data source results.
- status bool
- The status.
- topic_
id str - The topic id.
- topic_
name str - The topic name.
Alarms Result
The following output properties are available:
- Alarms
List<Alarms
Alarm> - The list of alarms.
- Id string
- The provider-assigned unique ID for this managed resource.
- Project
Id string - The project id.
- Total
Count int - The total count of query.
- Alarm
Id string - The alarm id.
- Alarm
Name string - The name of the alarm.
- Output
File string - Status bool
- Whether to enable the alert policy. The default value is true, that is, on.
- Topic
Id string - The id of the topic.
- Topic
Name string - The name of the topic.
- Alarms
[]Alarms
Alarm - The list of alarms.
- Id string
- The provider-assigned unique ID for this managed resource.
- Project
Id string - The project id.
- Total
Count int - The total count of query.
- Alarm
Id string - The alarm id.
- Alarm
Name string - The name of the alarm.
- Output
File string - Status bool
- Whether to enable the alert policy. The default value is true, that is, on.
- Topic
Id string - The id of the topic.
- Topic
Name string - The name of the topic.
- alarms
List<Alarms
Alarm> - The list of alarms.
- id String
- The provider-assigned unique ID for this managed resource.
- project
Id String - The project id.
- total
Count Integer - The total count of query.
- alarm
Id String - The alarm id.
- alarm
Name String - The name of the alarm.
- output
File String - status Boolean
- Whether to enable the alert policy. The default value is true, that is, on.
- topic
Id String - The id of the topic.
- topic
Name String - The name of the topic.
- alarms
Alarms
Alarm[] - The list of alarms.
- id string
- The provider-assigned unique ID for this managed resource.
- project
Id string - The project id.
- total
Count number - The total count of query.
- alarm
Id string - The alarm id.
- alarm
Name string - The name of the alarm.
- output
File string - status boolean
- Whether to enable the alert policy. The default value is true, that is, on.
- topic
Id string - The id of the topic.
- topic
Name string - The name of the topic.
- alarms
Sequence[Alarms
Alarm] - The list of alarms.
- id str
- The provider-assigned unique ID for this managed resource.
- project_
id str - The project id.
- total_
count int - The total count of query.
- alarm_
id str - The alarm id.
- alarm_
name str - The name of the alarm.
- output_
file str - status bool
- Whether to enable the alert policy. The default value is true, that is, on.
- topic_
id str - The id of the topic.
- topic_
name str - The name of the topic.
- alarms List<Property Map>
- The list of alarms.
- id String
- The provider-assigned unique ID for this managed resource.
- project
Id String - The project id.
- total
Count Number - The total count of query.
- alarm
Id String - The alarm id.
- alarm
Name String - The name of the alarm.
- output
File String - status Boolean
- Whether to enable the alert policy. The default value is true, that is, on.
- topic
Id String - The id of the topic.
- topic
Name String - The name of the topic.
Supporting Types
AlarmsAlarm
- Alarm
Id This property is required. string - The alarm id.
- Alarm
Name This property is required. string - The alarm name.
- Alarm
Notify Groups This property is required. List<AlarmsAlarm Alarm Notify Group> - List of notification groups corresponding to the alarm.
- Alarm
Period This property is required. int - Period for sending alarm notifications. When the number of continuous alarm triggers reaches the specified limit (TriggerPeriod), Log Service will send alarm notifications according to the specified period.
- Alarm
Period Details This property is required. List<AlarmsAlarm Alarm Period Detail> - Period for sending alarm notifications. When the number of continuous alarm triggers reaches the specified limit (TriggerPeriod), Log Service will send alarm notifications according to the specified period.
- Condition
This property is required. string - Alarm trigger condition.
- Create
Time This property is required. string - The create time.
- Modify
Time This property is required. string - The modify time.
- Project
Id This property is required. string - The project id.
- Query
Requests This property is required. List<AlarmsAlarm Query Request> - Search and analyze sentences, 1~3 can be configured.
- Request
Cycles This property is required. List<AlarmsAlarm Request Cycle> - The execution period of the alarm task.
- Status
This property is required. bool - The status.
- Trigger
Period This property is required. int - Continuous cycle. The alarm will be issued after the trigger condition is continuously met for TriggerPeriod periods; the minimum value is 1, the maximum value is 10, and the default value is 1.
- User
Define Msg This property is required. string - Customize the alarm notification content.
- Alarm
Id This property is required. string - The alarm id.
- Alarm
Name This property is required. string - The alarm name.
- Alarm
Notify Groups This property is required. []AlarmsAlarm Alarm Notify Group - List of notification groups corresponding to the alarm.
- Alarm
Period This property is required. int - Period for sending alarm notifications. When the number of continuous alarm triggers reaches the specified limit (TriggerPeriod), Log Service will send alarm notifications according to the specified period.
- Alarm
Period Details This property is required. []AlarmsAlarm Alarm Period Detail - Period for sending alarm notifications. When the number of continuous alarm triggers reaches the specified limit (TriggerPeriod), Log Service will send alarm notifications according to the specified period.
- Condition
This property is required. string - Alarm trigger condition.
- Create
Time This property is required. string - The create time.
- Modify
Time This property is required. string - The modify time.
- Project
Id This property is required. string - The project id.
- Query
Requests This property is required. []AlarmsAlarm Query Request - Search and analyze sentences, 1~3 can be configured.
- Request
Cycles This property is required. []AlarmsAlarm Request Cycle - The execution period of the alarm task.
- Status
This property is required. bool - The status.
- Trigger
Period This property is required. int - Continuous cycle. The alarm will be issued after the trigger condition is continuously met for TriggerPeriod periods; the minimum value is 1, the maximum value is 10, and the default value is 1.
- User
Define Msg This property is required. string - Customize the alarm notification content.
- alarm
Id This property is required. String - The alarm id.
- alarm
Name This property is required. String - The alarm name.
- alarm
Notify Groups This property is required. List<AlarmsAlarm Alarm Notify Group> - List of notification groups corresponding to the alarm.
- alarm
Period This property is required. Integer - Period for sending alarm notifications. When the number of continuous alarm triggers reaches the specified limit (TriggerPeriod), Log Service will send alarm notifications according to the specified period.
- alarm
Period Details This property is required. List<AlarmsAlarm Alarm Period Detail> - Period for sending alarm notifications. When the number of continuous alarm triggers reaches the specified limit (TriggerPeriod), Log Service will send alarm notifications according to the specified period.
- condition
This property is required. String - Alarm trigger condition.
- create
Time This property is required. String - The create time.
- modify
Time This property is required. String - The modify time.
- project
Id This property is required. String - The project id.
- query
Requests This property is required. List<AlarmsAlarm Query Request> - Search and analyze sentences, 1~3 can be configured.
- request
Cycles This property is required. List<AlarmsAlarm Request Cycle> - The execution period of the alarm task.
- status
This property is required. Boolean - The status.
- trigger
Period This property is required. Integer - Continuous cycle. The alarm will be issued after the trigger condition is continuously met for TriggerPeriod periods; the minimum value is 1, the maximum value is 10, and the default value is 1.
- user
Define Msg This property is required. String - Customize the alarm notification content.
- alarm
Id This property is required. string - The alarm id.
- alarm
Name This property is required. string - The alarm name.
- alarm
Notify Groups This property is required. AlarmsAlarm Alarm Notify Group[] - List of notification groups corresponding to the alarm.
- alarm
Period This property is required. number - Period for sending alarm notifications. When the number of continuous alarm triggers reaches the specified limit (TriggerPeriod), Log Service will send alarm notifications according to the specified period.
- alarm
Period Details This property is required. AlarmsAlarm Alarm Period Detail[] - Period for sending alarm notifications. When the number of continuous alarm triggers reaches the specified limit (TriggerPeriod), Log Service will send alarm notifications according to the specified period.
- condition
This property is required. string - Alarm trigger condition.
- create
Time This property is required. string - The create time.
- modify
Time This property is required. string - The modify time.
- project
Id This property is required. string - The project id.
- query
Requests This property is required. AlarmsAlarm Query Request[] - Search and analyze sentences, 1~3 can be configured.
- request
Cycles This property is required. AlarmsAlarm Request Cycle[] - The execution period of the alarm task.
- status
This property is required. boolean - The status.
- trigger
Period This property is required. number - Continuous cycle. The alarm will be issued after the trigger condition is continuously met for TriggerPeriod periods; the minimum value is 1, the maximum value is 10, and the default value is 1.
- user
Define Msg This property is required. string - Customize the alarm notification content.
- alarm_
id This property is required. str - The alarm id.
- alarm_
name This property is required. str - The alarm name.
- alarm_
notify_ groups This property is required. Sequence[AlarmsAlarm Alarm Notify Group] - List of notification groups corresponding to the alarm.
- alarm_
period This property is required. int - Period for sending alarm notifications. When the number of continuous alarm triggers reaches the specified limit (TriggerPeriod), Log Service will send alarm notifications according to the specified period.
- alarm_
period_ details This property is required. Sequence[AlarmsAlarm Alarm Period Detail] - Period for sending alarm notifications. When the number of continuous alarm triggers reaches the specified limit (TriggerPeriod), Log Service will send alarm notifications according to the specified period.
- condition
This property is required. str - Alarm trigger condition.
- create_
time This property is required. str - The create time.
- modify_
time This property is required. str - The modify time.
- project_
id This property is required. str - The project id.
- query_
requests This property is required. Sequence[AlarmsAlarm Query Request] - Search and analyze sentences, 1~3 can be configured.
- request_
cycles This property is required. Sequence[AlarmsAlarm Request Cycle] - The execution period of the alarm task.
- status
This property is required. bool - The status.
- trigger_
period This property is required. int - Continuous cycle. The alarm will be issued after the trigger condition is continuously met for TriggerPeriod periods; the minimum value is 1, the maximum value is 10, and the default value is 1.
- user_
define_ msg This property is required. str - Customize the alarm notification content.
- alarm
Id This property is required. String - The alarm id.
- alarm
Name This property is required. String - The alarm name.
- alarm
Notify Groups This property is required. List<Property Map> - List of notification groups corresponding to the alarm.
- alarm
Period This property is required. Number - Period for sending alarm notifications. When the number of continuous alarm triggers reaches the specified limit (TriggerPeriod), Log Service will send alarm notifications according to the specified period.
- alarm
Period Details This property is required. List<Property Map> - Period for sending alarm notifications. When the number of continuous alarm triggers reaches the specified limit (TriggerPeriod), Log Service will send alarm notifications according to the specified period.
- condition
This property is required. String - Alarm trigger condition.
- create
Time This property is required. String - The create time.
- modify
Time This property is required. String - The modify time.
- project
Id This property is required. String - The project id.
- query
Requests This property is required. List<Property Map> - Search and analyze sentences, 1~3 can be configured.
- request
Cycles This property is required. List<Property Map> - The execution period of the alarm task.
- status
This property is required. Boolean - The status.
- trigger
Period This property is required. Number - Continuous cycle. The alarm will be issued after the trigger condition is continuously met for TriggerPeriod periods; the minimum value is 1, the maximum value is 10, and the default value is 1.
- user
Define Msg This property is required. String - Customize the alarm notification content.
AlarmsAlarmAlarmNotifyGroup
- Alarm
Notify Group Id This property is required. string - The id of the notify group.
- Alarm
Notify Group Name This property is required. string - Name of the notification group.
- Create
Time This property is required. string - The create time.
- Iam
Project Name This property is required. string - The iam project name.
- Modify
Time This property is required. string - The modify time.
- Notify
Types This property is required. List<string> - The notify group type.
- Receivers
This property is required. List<AlarmsAlarm Alarm Notify Group Receiver> - List of IAM users to receive alerts.
- Alarm
Notify Group Id This property is required. string - The id of the notify group.
- Alarm
Notify Group Name This property is required. string - Name of the notification group.
- Create
Time This property is required. string - The create time.
- Iam
Project Name This property is required. string - The iam project name.
- Modify
Time This property is required. string - The modify time.
- Notify
Types This property is required. []string - The notify group type.
- Receivers
This property is required. []AlarmsAlarm Alarm Notify Group Receiver - List of IAM users to receive alerts.
- alarm
Notify Group Id This property is required. String - The id of the notify group.
- alarm
Notify Group Name This property is required. String - Name of the notification group.
- create
Time This property is required. String - The create time.
- iam
Project Name This property is required. String - The iam project name.
- modify
Time This property is required. String - The modify time.
- notify
Types This property is required. List<String> - The notify group type.
- receivers
This property is required. List<AlarmsAlarm Alarm Notify Group Receiver> - List of IAM users to receive alerts.
- alarm
Notify Group Id This property is required. string - The id of the notify group.
- alarm
Notify Group Name This property is required. string - Name of the notification group.
- create
Time This property is required. string - The create time.
- iam
Project Name This property is required. string - The iam project name.
- modify
Time This property is required. string - The modify time.
- notify
Types This property is required. string[] - The notify group type.
- receivers
This property is required. AlarmsAlarm Alarm Notify Group Receiver[] - List of IAM users to receive alerts.
- alarm_
notify_ group_ id This property is required. str - The id of the notify group.
- alarm_
notify_ group_ name This property is required. str - Name of the notification group.
- create_
time This property is required. str - The create time.
- iam_
project_ name This property is required. str - The iam project name.
- modify_
time This property is required. str - The modify time.
- notify_
types This property is required. Sequence[str] - The notify group type.
- receivers
This property is required. Sequence[AlarmsAlarm Alarm Notify Group Receiver] - List of IAM users to receive alerts.
- alarm
Notify Group Id This property is required. String - The id of the notify group.
- alarm
Notify Group Name This property is required. String - Name of the notification group.
- create
Time This property is required. String - The create time.
- iam
Project Name This property is required. String - The iam project name.
- modify
Time This property is required. String - The modify time.
- notify
Types This property is required. List<String> - The notify group type.
- receivers
This property is required. List<Property Map> - List of IAM users to receive alerts.
AlarmsAlarmAlarmNotifyGroupReceiver
- End
Time This property is required. string - The end time.
- Receiver
Channels This property is required. List<string> - The list of the receiver channels.
- Receiver
Names This property is required. List<string> - List of the receiver names.
- Receiver
Type This property is required. string - The receiver type.
- Start
Time This property is required. string - The start time.
- End
Time This property is required. string - The end time.
- Receiver
Channels This property is required. []string - The list of the receiver channels.
- Receiver
Names This property is required. []string - List of the receiver names.
- Receiver
Type This property is required. string - The receiver type.
- Start
Time This property is required. string - The start time.
- end
Time This property is required. String - The end time.
- receiver
Channels This property is required. List<String> - The list of the receiver channels.
- receiver
Names This property is required. List<String> - List of the receiver names.
- receiver
Type This property is required. String - The receiver type.
- start
Time This property is required. String - The start time.
- end
Time This property is required. string - The end time.
- receiver
Channels This property is required. string[] - The list of the receiver channels.
- receiver
Names This property is required. string[] - List of the receiver names.
- receiver
Type This property is required. string - The receiver type.
- start
Time This property is required. string - The start time.
- end_
time This property is required. str - The end time.
- receiver_
channels This property is required. Sequence[str] - The list of the receiver channels.
- receiver_
names This property is required. Sequence[str] - List of the receiver names.
- receiver_
type This property is required. str - The receiver type.
- start_
time This property is required. str - The start time.
- end
Time This property is required. String - The end time.
- receiver
Channels This property is required. List<String> - The list of the receiver channels.
- receiver
Names This property is required. List<String> - List of the receiver names.
- receiver
Type This property is required. String - The receiver type.
- start
Time This property is required. String - The start time.
AlarmsAlarmAlarmPeriodDetail
- Email
This property is required. int - Email alarm period, the unit is minutes, and the value range is 1~1440.
- General
Webhook This property is required. int - Customize the webhook alarm period, the unit is minutes, and the value range is 1~1440.
- Phone
This property is required. int - Telephone alarm cycle, the unit is minutes, and the value range is 10~1440.
- Sms
This property is required. int - SMS alarm cycle, the unit is minutes, and the value range is 10~1440.
- Email
This property is required. int - Email alarm period, the unit is minutes, and the value range is 1~1440.
- General
Webhook This property is required. int - Customize the webhook alarm period, the unit is minutes, and the value range is 1~1440.
- Phone
This property is required. int - Telephone alarm cycle, the unit is minutes, and the value range is 10~1440.
- Sms
This property is required. int - SMS alarm cycle, the unit is minutes, and the value range is 10~1440.
- email
This property is required. Integer - Email alarm period, the unit is minutes, and the value range is 1~1440.
- general
Webhook This property is required. Integer - Customize the webhook alarm period, the unit is minutes, and the value range is 1~1440.
- phone
This property is required. Integer - Telephone alarm cycle, the unit is minutes, and the value range is 10~1440.
- sms
This property is required. Integer - SMS alarm cycle, the unit is minutes, and the value range is 10~1440.
- email
This property is required. number - Email alarm period, the unit is minutes, and the value range is 1~1440.
- general
Webhook This property is required. number - Customize the webhook alarm period, the unit is minutes, and the value range is 1~1440.
- phone
This property is required. number - Telephone alarm cycle, the unit is minutes, and the value range is 10~1440.
- sms
This property is required. number - SMS alarm cycle, the unit is minutes, and the value range is 10~1440.
- email
This property is required. int - Email alarm period, the unit is minutes, and the value range is 1~1440.
- general_
webhook This property is required. int - Customize the webhook alarm period, the unit is minutes, and the value range is 1~1440.
- phone
This property is required. int - Telephone alarm cycle, the unit is minutes, and the value range is 10~1440.
- sms
This property is required. int - SMS alarm cycle, the unit is minutes, and the value range is 10~1440.
- email
This property is required. Number - Email alarm period, the unit is minutes, and the value range is 1~1440.
- general
Webhook This property is required. Number - Customize the webhook alarm period, the unit is minutes, and the value range is 1~1440.
- phone
This property is required. Number - Telephone alarm cycle, the unit is minutes, and the value range is 10~1440.
- sms
This property is required. Number - SMS alarm cycle, the unit is minutes, and the value range is 10~1440.
AlarmsAlarmQueryRequest
- End
Time Offset This property is required. int - The end time of the query range is relative to the current historical time. The unit is minutes. The value is not positive and must be greater than StartTimeOffset. The maximum value is 0 and the minimum value is -1440.
- Number
This property is required. int - Alarm object sequence number; increments from 1.
- Query
This property is required. string - Query statement, the maximum supported length is 1024.
- Start
Time Offset This property is required. int - The start time of the query range is relative to the current historical time, in minutes. The value is non-positive, the maximum value is 0, and the minimum value is -1440.
- Topic
Id This property is required. string - The topic id.
- Topic
Name This property is required. string - The topic name.
- End
Time Offset This property is required. int - The end time of the query range is relative to the current historical time. The unit is minutes. The value is not positive and must be greater than StartTimeOffset. The maximum value is 0 and the minimum value is -1440.
- Number
This property is required. int - Alarm object sequence number; increments from 1.
- Query
This property is required. string - Query statement, the maximum supported length is 1024.
- Start
Time Offset This property is required. int - The start time of the query range is relative to the current historical time, in minutes. The value is non-positive, the maximum value is 0, and the minimum value is -1440.
- Topic
Id This property is required. string - The topic id.
- Topic
Name This property is required. string - The topic name.
- end
Time Offset This property is required. Integer - The end time of the query range is relative to the current historical time. The unit is minutes. The value is not positive and must be greater than StartTimeOffset. The maximum value is 0 and the minimum value is -1440.
- number
This property is required. Integer - Alarm object sequence number; increments from 1.
- query
This property is required. String - Query statement, the maximum supported length is 1024.
- start
Time Offset This property is required. Integer - The start time of the query range is relative to the current historical time, in minutes. The value is non-positive, the maximum value is 0, and the minimum value is -1440.
- topic
Id This property is required. String - The topic id.
- topic
Name This property is required. String - The topic name.
- end
Time Offset This property is required. number - The end time of the query range is relative to the current historical time. The unit is minutes. The value is not positive and must be greater than StartTimeOffset. The maximum value is 0 and the minimum value is -1440.
- number
This property is required. number - Alarm object sequence number; increments from 1.
- query
This property is required. string - Query statement, the maximum supported length is 1024.
- start
Time Offset This property is required. number - The start time of the query range is relative to the current historical time, in minutes. The value is non-positive, the maximum value is 0, and the minimum value is -1440.
- topic
Id This property is required. string - The topic id.
- topic
Name This property is required. string - The topic name.
- end_
time_ offset This property is required. int - The end time of the query range is relative to the current historical time. The unit is minutes. The value is not positive and must be greater than StartTimeOffset. The maximum value is 0 and the minimum value is -1440.
- number
This property is required. int - Alarm object sequence number; increments from 1.
- query
This property is required. str - Query statement, the maximum supported length is 1024.
- start_
time_ offset This property is required. int - The start time of the query range is relative to the current historical time, in minutes. The value is non-positive, the maximum value is 0, and the minimum value is -1440.
- topic_
id This property is required. str - The topic id.
- topic_
name This property is required. str - The topic name.
- end
Time Offset This property is required. Number - The end time of the query range is relative to the current historical time. The unit is minutes. The value is not positive and must be greater than StartTimeOffset. The maximum value is 0 and the minimum value is -1440.
- number
This property is required. Number - Alarm object sequence number; increments from 1.
- query
This property is required. String - Query statement, the maximum supported length is 1024.
- start
Time Offset This property is required. Number - The start time of the query range is relative to the current historical time, in minutes. The value is non-positive, the maximum value is 0, and the minimum value is -1440.
- topic
Id This property is required. String - The topic id.
- topic
Name This property is required. String - The topic name.
AlarmsAlarmRequestCycle
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengine
Terraform Provider.