1. Packages
  2. Volcengine
  3. API Docs
  4. tls
  5. Alarms
Volcengine v0.0.18 published on Wednesday, Sep 13, 2023 by Volcengine

volcengine.tls.Alarms

Explore with Pulumi AI

volcengine logo
Volcengine v0.0.18 published on Wednesday, Sep 13, 2023 by Volcengine

    Use this data source to query detailed information of tls alarms

    Example Usage

    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 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
    	})
    }
    
    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());
    
        }
    }
    
    import pulumi
    import pulumi_volcengine as volcengine
    
    default = volcengine.tls.alarms(project_id="cc44f8b6-0328-4622-b043-023fca735cd4")
    
    import * as pulumi from "@pulumi/pulumi";
    import * as volcengine from "@pulumi/volcengine";
    
    const default = volcengine.tls.Alarms({
        projectId: "cc44f8b6-0328-4622-b043-023fca735cd4",
    });
    
    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: volcengine:tls:Alarms
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ProjectId string

    The project id.

    AlarmId string

    The alarm id.

    AlarmName string

    The alarm name.

    OutputFile string

    File name where to save data source results.

    Status bool

    The status.

    TopicId string

    The topic id.

    TopicName string

    The topic name.

    ProjectId string

    The project id.

    AlarmId string

    The alarm id.

    AlarmName string

    The alarm name.

    OutputFile string

    File name where to save data source results.

    Status bool

    The status.

    TopicId string

    The topic id.

    TopicName string

    The topic name.

    projectId String

    The project id.

    alarmId String

    The alarm id.

    alarmName String

    The alarm name.

    outputFile String

    File name where to save data source results.

    status Boolean

    The status.

    topicId String

    The topic id.

    topicName String

    The topic name.

    projectId string

    The project id.

    alarmId string

    The alarm id.

    alarmName string

    The alarm name.

    outputFile string

    File name where to save data source results.

    status boolean

    The status.

    topicId string

    The topic id.

    topicName string

    The topic name.

    project_id 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.

    projectId String

    The project id.

    alarmId String

    The alarm id.

    alarmName String

    The alarm name.

    outputFile String

    File name where to save data source results.

    status Boolean

    The status.

    topicId String

    The topic id.

    topicName String

    The topic name.

    Alarms Result

    The following output properties are available:

    Alarms List<Volcengine.AlarmsAlarm>

    The list of alarms.

    Id string

    The provider-assigned unique ID for this managed resource.

    ProjectId string

    The project id.

    TotalCount int

    The total count of query.

    AlarmId string

    The alarm id.

    AlarmName string

    The name of the alarm.

    OutputFile string
    Status bool

    Whether to enable the alert policy. The default value is true, that is, on.

    TopicId string

    The id of the topic.

    TopicName string

    The name of the topic.

    Alarms []AlarmsAlarm

    The list of alarms.

    Id string

    The provider-assigned unique ID for this managed resource.

    ProjectId string

    The project id.

    TotalCount int

    The total count of query.

    AlarmId string

    The alarm id.

    AlarmName string

    The name of the alarm.

    OutputFile string
    Status bool

    Whether to enable the alert policy. The default value is true, that is, on.

    TopicId string

    The id of the topic.

    TopicName string

    The name of the topic.

    alarms List<AlarmsAlarm>

    The list of alarms.

    id String

    The provider-assigned unique ID for this managed resource.

    projectId String

    The project id.

    totalCount Integer

    The total count of query.

    alarmId String

    The alarm id.

    alarmName String

    The name of the alarm.

    outputFile String
    status Boolean

    Whether to enable the alert policy. The default value is true, that is, on.

    topicId String

    The id of the topic.

    topicName String

    The name of the topic.

    alarms AlarmsAlarm[]

    The list of alarms.

    id string

    The provider-assigned unique ID for this managed resource.

    projectId string

    The project id.

    totalCount number

    The total count of query.

    alarmId string

    The alarm id.

    alarmName string

    The name of the alarm.

    outputFile string
    status boolean

    Whether to enable the alert policy. The default value is true, that is, on.

    topicId string

    The id of the topic.

    topicName string

    The name of the topic.

    alarms Sequence[AlarmsAlarm]

    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.

    projectId String

    The project id.

    totalCount Number

    The total count of query.

    alarmId String

    The alarm id.

    alarmName String

    The name of the alarm.

    outputFile String
    status Boolean

    Whether to enable the alert policy. The default value is true, that is, on.

    topicId String

    The id of the topic.

    topicName String

    The name of the topic.

    Supporting Types

    AlarmsAlarm

    AlarmId string

    The alarm id.

    AlarmName string

    The alarm name.

    AlarmNotifyGroups List<Volcengine.AlarmsAlarmAlarmNotifyGroup>

    List of notification groups corresponding to the alarm.

    AlarmPeriod 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.

    AlarmPeriodDetails List<Volcengine.AlarmsAlarmAlarmPeriodDetail>

    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 string

    Alarm trigger condition.

    CreateTime string

    The create time.

    ModifyTime string

    The modify time.

    ProjectId string

    The project id.

    QueryRequests List<Volcengine.AlarmsAlarmQueryRequest>

    Search and analyze sentences, 1~3 can be configured.

    RequestCycles List<Volcengine.AlarmsAlarmRequestCycle>

    The execution period of the alarm task.

    Status bool

    The status.

    TriggerPeriod 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.

    UserDefineMsg string

    Customize the alarm notification content.

    AlarmId string

    The alarm id.

    AlarmName string

    The alarm name.

    AlarmNotifyGroups []AlarmsAlarmAlarmNotifyGroup

    List of notification groups corresponding to the alarm.

    AlarmPeriod 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.

    AlarmPeriodDetails []AlarmsAlarmAlarmPeriodDetail

    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 string

    Alarm trigger condition.

    CreateTime string

    The create time.

    ModifyTime string

    The modify time.

    ProjectId string

    The project id.

    QueryRequests []AlarmsAlarmQueryRequest

    Search and analyze sentences, 1~3 can be configured.

    RequestCycles []AlarmsAlarmRequestCycle

    The execution period of the alarm task.

    Status bool

    The status.

    TriggerPeriod 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.

    UserDefineMsg string

    Customize the alarm notification content.

    alarmId String

    The alarm id.

    alarmName String

    The alarm name.

    alarmNotifyGroups List<AlarmsAlarmAlarmNotifyGroup>

    List of notification groups corresponding to the alarm.

    alarmPeriod 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.

    alarmPeriodDetails List<AlarmsAlarmAlarmPeriodDetail>

    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 String

    Alarm trigger condition.

    createTime String

    The create time.

    modifyTime String

    The modify time.

    projectId String

    The project id.

    queryRequests List<AlarmsAlarmQueryRequest>

    Search and analyze sentences, 1~3 can be configured.

    requestCycles List<AlarmsAlarmRequestCycle>

    The execution period of the alarm task.

    status Boolean

    The status.

    triggerPeriod 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.

    userDefineMsg String

    Customize the alarm notification content.

    alarmId string

    The alarm id.

    alarmName string

    The alarm name.

    alarmNotifyGroups AlarmsAlarmAlarmNotifyGroup[]

    List of notification groups corresponding to the alarm.

    alarmPeriod 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.

    alarmPeriodDetails AlarmsAlarmAlarmPeriodDetail[]

    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 string

    Alarm trigger condition.

    createTime string

    The create time.

    modifyTime string

    The modify time.

    projectId string

    The project id.

    queryRequests AlarmsAlarmQueryRequest[]

    Search and analyze sentences, 1~3 can be configured.

    requestCycles AlarmsAlarmRequestCycle[]

    The execution period of the alarm task.

    status boolean

    The status.

    triggerPeriod 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.

    userDefineMsg string

    Customize the alarm notification content.

    alarm_id str

    The alarm id.

    alarm_name str

    The alarm name.

    alarm_notify_groups Sequence[AlarmsAlarmAlarmNotifyGroup]

    List of notification groups corresponding to the alarm.

    alarm_period 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 Sequence[AlarmsAlarmAlarmPeriodDetail]

    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 str

    Alarm trigger condition.

    create_time str

    The create time.

    modify_time str

    The modify time.

    project_id str

    The project id.

    query_requests Sequence[AlarmsAlarmQueryRequest]

    Search and analyze sentences, 1~3 can be configured.

    request_cycles Sequence[AlarmsAlarmRequestCycle]

    The execution period of the alarm task.

    status bool

    The status.

    trigger_period 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 str

    Customize the alarm notification content.

    alarmId String

    The alarm id.

    alarmName String

    The alarm name.

    alarmNotifyGroups List<Property Map>

    List of notification groups corresponding to the alarm.

    alarmPeriod 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.

    alarmPeriodDetails 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 String

    Alarm trigger condition.

    createTime String

    The create time.

    modifyTime String

    The modify time.

    projectId String

    The project id.

    queryRequests List<Property Map>

    Search and analyze sentences, 1~3 can be configured.

    requestCycles List<Property Map>

    The execution period of the alarm task.

    status Boolean

    The status.

    triggerPeriod 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.

    userDefineMsg String

    Customize the alarm notification content.

    AlarmsAlarmAlarmNotifyGroup

    AlarmNotifyGroupId string

    The id of the notify group.

    AlarmNotifyGroupName string

    Name of the notification group.

    CreateTime string

    The create time.

    IamProjectName string

    The iam project name.

    ModifyTime string

    The modify time.

    NotifyTypes List<string>

    The notify group type.

    Receivers List<Volcengine.AlarmsAlarmAlarmNotifyGroupReceiver>

    List of IAM users to receive alerts.

    AlarmNotifyGroupId string

    The id of the notify group.

    AlarmNotifyGroupName string

    Name of the notification group.

    CreateTime string

    The create time.

    IamProjectName string

    The iam project name.

    ModifyTime string

    The modify time.

    NotifyTypes []string

    The notify group type.

    Receivers []AlarmsAlarmAlarmNotifyGroupReceiver

    List of IAM users to receive alerts.

    alarmNotifyGroupId String

    The id of the notify group.

    alarmNotifyGroupName String

    Name of the notification group.

    createTime String

    The create time.

    iamProjectName String

    The iam project name.

    modifyTime String

    The modify time.

    notifyTypes List<String>

    The notify group type.

    receivers List<AlarmsAlarmAlarmNotifyGroupReceiver>

    List of IAM users to receive alerts.

    alarmNotifyGroupId string

    The id of the notify group.

    alarmNotifyGroupName string

    Name of the notification group.

    createTime string

    The create time.

    iamProjectName string

    The iam project name.

    modifyTime string

    The modify time.

    notifyTypes string[]

    The notify group type.

    receivers AlarmsAlarmAlarmNotifyGroupReceiver[]

    List of IAM users to receive alerts.

    alarm_notify_group_id str

    The id of the notify group.

    alarm_notify_group_name str

    Name of the notification group.

    create_time str

    The create time.

    iam_project_name str

    The iam project name.

    modify_time str

    The modify time.

    notify_types Sequence[str]

    The notify group type.

    receivers Sequence[AlarmsAlarmAlarmNotifyGroupReceiver]

    List of IAM users to receive alerts.

    alarmNotifyGroupId String

    The id of the notify group.

    alarmNotifyGroupName String

    Name of the notification group.

    createTime String

    The create time.

    iamProjectName String

    The iam project name.

    modifyTime String

    The modify time.

    notifyTypes List<String>

    The notify group type.

    receivers List<Property Map>

    List of IAM users to receive alerts.

    AlarmsAlarmAlarmNotifyGroupReceiver

    EndTime string

    The end time.

    ReceiverChannels List<string>

    The list of the receiver channels.

    ReceiverNames List<string>

    List of the receiver names.

    ReceiverType string

    The receiver type.

    StartTime string

    The start time.

    EndTime string

    The end time.

    ReceiverChannels []string

    The list of the receiver channels.

    ReceiverNames []string

    List of the receiver names.

    ReceiverType string

    The receiver type.

    StartTime string

    The start time.

    endTime String

    The end time.

    receiverChannels List<String>

    The list of the receiver channels.

    receiverNames List<String>

    List of the receiver names.

    receiverType String

    The receiver type.

    startTime String

    The start time.

    endTime string

    The end time.

    receiverChannels string[]

    The list of the receiver channels.

    receiverNames string[]

    List of the receiver names.

    receiverType string

    The receiver type.

    startTime string

    The start time.

    end_time str

    The end time.

    receiver_channels Sequence[str]

    The list of the receiver channels.

    receiver_names Sequence[str]

    List of the receiver names.

    receiver_type str

    The receiver type.

    start_time str

    The start time.

    endTime String

    The end time.

    receiverChannels List<String>

    The list of the receiver channels.

    receiverNames List<String>

    List of the receiver names.

    receiverType String

    The receiver type.

    startTime String

    The start time.

    AlarmsAlarmAlarmPeriodDetail

    Email int

    Email alarm period, the unit is minutes, and the value range is 1~1440.

    GeneralWebhook int

    Customize the webhook alarm period, the unit is minutes, and the value range is 1~1440.

    Phone int

    Telephone alarm cycle, the unit is minutes, and the value range is 10~1440.

    Sms int

    SMS alarm cycle, the unit is minutes, and the value range is 10~1440.

    Email int

    Email alarm period, the unit is minutes, and the value range is 1~1440.

    GeneralWebhook int

    Customize the webhook alarm period, the unit is minutes, and the value range is 1~1440.

    Phone int

    Telephone alarm cycle, the unit is minutes, and the value range is 10~1440.

    Sms int

    SMS alarm cycle, the unit is minutes, and the value range is 10~1440.

    email Integer

    Email alarm period, the unit is minutes, and the value range is 1~1440.

    generalWebhook Integer

    Customize the webhook alarm period, the unit is minutes, and the value range is 1~1440.

    phone Integer

    Telephone alarm cycle, the unit is minutes, and the value range is 10~1440.

    sms Integer

    SMS alarm cycle, the unit is minutes, and the value range is 10~1440.

    email number

    Email alarm period, the unit is minutes, and the value range is 1~1440.

    generalWebhook number

    Customize the webhook alarm period, the unit is minutes, and the value range is 1~1440.

    phone number

    Telephone alarm cycle, the unit is minutes, and the value range is 10~1440.

    sms number

    SMS alarm cycle, the unit is minutes, and the value range is 10~1440.

    email int

    Email alarm period, the unit is minutes, and the value range is 1~1440.

    general_webhook int

    Customize the webhook alarm period, the unit is minutes, and the value range is 1~1440.

    phone int

    Telephone alarm cycle, the unit is minutes, and the value range is 10~1440.

    sms int

    SMS alarm cycle, the unit is minutes, and the value range is 10~1440.

    email Number

    Email alarm period, the unit is minutes, and the value range is 1~1440.

    generalWebhook Number

    Customize the webhook alarm period, the unit is minutes, and the value range is 1~1440.

    phone Number

    Telephone alarm cycle, the unit is minutes, and the value range is 10~1440.

    sms Number

    SMS alarm cycle, the unit is minutes, and the value range is 10~1440.

    AlarmsAlarmQueryRequest

    EndTimeOffset 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 int

    Alarm object sequence number; increments from 1.

    Query string

    Query statement, the maximum supported length is 1024.

    StartTimeOffset 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.

    TopicId string

    The topic id.

    TopicName string

    The topic name.

    EndTimeOffset 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 int

    Alarm object sequence number; increments from 1.

    Query string

    Query statement, the maximum supported length is 1024.

    StartTimeOffset 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.

    TopicId string

    The topic id.

    TopicName string

    The topic name.

    endTimeOffset 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 Integer

    Alarm object sequence number; increments from 1.

    query String

    Query statement, the maximum supported length is 1024.

    startTimeOffset 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.

    topicId String

    The topic id.

    topicName String

    The topic name.

    endTimeOffset 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 number

    Alarm object sequence number; increments from 1.

    query string

    Query statement, the maximum supported length is 1024.

    startTimeOffset 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.

    topicId string

    The topic id.

    topicName string

    The topic name.

    end_time_offset 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 int

    Alarm object sequence number; increments from 1.

    query str

    Query statement, the maximum supported length is 1024.

    start_time_offset 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 str

    The topic id.

    topic_name str

    The topic name.

    endTimeOffset 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 Number

    Alarm object sequence number; increments from 1.

    query String

    Query statement, the maximum supported length is 1024.

    startTimeOffset 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.

    topicId String

    The topic id.

    topicName String

    The topic name.

    AlarmsAlarmRequestCycle

    Time int

    The cycle of alarm task execution, or the time point of periodic execution. The unit is minutes, and the value range is 1~1440.

    Type string

    Execution cycle type.

    Time int

    The cycle of alarm task execution, or the time point of periodic execution. The unit is minutes, and the value range is 1~1440.

    Type string

    Execution cycle type.

    time Integer

    The cycle of alarm task execution, or the time point of periodic execution. The unit is minutes, and the value range is 1~1440.

    type String

    Execution cycle type.

    time number

    The cycle of alarm task execution, or the time point of periodic execution. The unit is minutes, and the value range is 1~1440.

    type string

    Execution cycle type.

    time int

    The cycle of alarm task execution, or the time point of periodic execution. The unit is minutes, and the value range is 1~1440.

    type str

    Execution cycle type.

    time Number

    The cycle of alarm task execution, or the time point of periodic execution. The unit is minutes, and the value range is 1~1440.

    type String

    Execution cycle type.

    Package Details

    Repository
    volcengine volcengine/pulumi-volcengine
    License
    Apache-2.0
    Notes

    This Pulumi package is based on the volcengine Terraform Provider.

    volcengine logo
    Volcengine v0.0.18 published on Wednesday, Sep 13, 2023 by Volcengine