1. Packages
  2. AWS Native
  3. API Docs
  4. lightsail
  5. Alarm

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.79.0 published on Monday, Oct 2, 2023 by Pulumi

aws-native.lightsail.Alarm

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.79.0 published on Monday, Oct 2, 2023 by Pulumi

    Resource Type definition for AWS::Lightsail::Alarm

    Create Alarm Resource

    new Alarm(name: string, args: AlarmArgs, opts?: CustomResourceOptions);
    @overload
    def Alarm(resource_name: str,
              opts: Optional[ResourceOptions] = None,
              alarm_name: Optional[str] = None,
              comparison_operator: Optional[str] = None,
              contact_protocols: Optional[Sequence[str]] = None,
              datapoints_to_alarm: Optional[int] = None,
              evaluation_periods: Optional[int] = None,
              metric_name: Optional[str] = None,
              monitored_resource_name: Optional[str] = None,
              notification_enabled: Optional[bool] = None,
              notification_triggers: Optional[Sequence[str]] = None,
              threshold: Optional[float] = None,
              treat_missing_data: Optional[str] = None)
    @overload
    def Alarm(resource_name: str,
              args: AlarmArgs,
              opts: Optional[ResourceOptions] = None)
    func NewAlarm(ctx *Context, name string, args AlarmArgs, opts ...ResourceOption) (*Alarm, error)
    public Alarm(string name, AlarmArgs args, CustomResourceOptions? opts = null)
    public Alarm(String name, AlarmArgs args)
    public Alarm(String name, AlarmArgs args, CustomResourceOptions options)
    
    type: aws-native:lightsail:Alarm
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args AlarmArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args AlarmArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args AlarmArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AlarmArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AlarmArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Alarm Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Alarm resource accepts the following input properties:

    ComparisonOperator string

    The arithmetic operation to use when comparing the specified statistic to the threshold. The specified statistic value is used as the first operand.

    EvaluationPeriods int

    The number of most recent periods over which data is compared to the specified threshold. If you are setting an "M out of N" alarm, this value (evaluationPeriods) is the N.

    MetricName string

    The name of the metric to associate with the alarm.

    MonitoredResourceName string

    The validation status of the SSL/TLS certificate.

    Threshold double

    The value against which the specified statistic is compared.

    AlarmName string

    The name for the alarm. Specify the name of an existing alarm to update, and overwrite the previous configuration of the alarm.

    ContactProtocols List<string>

    The contact protocols to use for the alarm, such as Email, SMS (text messaging), or both.

    DatapointsToAlarm int

    The number of data points that must be not within the specified threshold to trigger the alarm. If you are setting an "M out of N" alarm, this value (datapointsToAlarm) is the M.

    NotificationEnabled bool

    Indicates whether the alarm is enabled. Notifications are enabled by default if you don't specify this parameter.

    NotificationTriggers List<string>

    The alarm states that trigger a notification.

    TreatMissingData string

    Sets how this alarm will handle missing data points.

    ComparisonOperator string

    The arithmetic operation to use when comparing the specified statistic to the threshold. The specified statistic value is used as the first operand.

    EvaluationPeriods int

    The number of most recent periods over which data is compared to the specified threshold. If you are setting an "M out of N" alarm, this value (evaluationPeriods) is the N.

    MetricName string

    The name of the metric to associate with the alarm.

    MonitoredResourceName string

    The validation status of the SSL/TLS certificate.

    Threshold float64

    The value against which the specified statistic is compared.

    AlarmName string

    The name for the alarm. Specify the name of an existing alarm to update, and overwrite the previous configuration of the alarm.

    ContactProtocols []string

    The contact protocols to use for the alarm, such as Email, SMS (text messaging), or both.

    DatapointsToAlarm int

    The number of data points that must be not within the specified threshold to trigger the alarm. If you are setting an "M out of N" alarm, this value (datapointsToAlarm) is the M.

    NotificationEnabled bool

    Indicates whether the alarm is enabled. Notifications are enabled by default if you don't specify this parameter.

    NotificationTriggers []string

    The alarm states that trigger a notification.

    TreatMissingData string

    Sets how this alarm will handle missing data points.

    comparisonOperator String

    The arithmetic operation to use when comparing the specified statistic to the threshold. The specified statistic value is used as the first operand.

    evaluationPeriods Integer

    The number of most recent periods over which data is compared to the specified threshold. If you are setting an "M out of N" alarm, this value (evaluationPeriods) is the N.

    metricName String

    The name of the metric to associate with the alarm.

    monitoredResourceName String

    The validation status of the SSL/TLS certificate.

    threshold Double

    The value against which the specified statistic is compared.

    alarmName String

    The name for the alarm. Specify the name of an existing alarm to update, and overwrite the previous configuration of the alarm.

    contactProtocols List<String>

    The contact protocols to use for the alarm, such as Email, SMS (text messaging), or both.

    datapointsToAlarm Integer

    The number of data points that must be not within the specified threshold to trigger the alarm. If you are setting an "M out of N" alarm, this value (datapointsToAlarm) is the M.

    notificationEnabled Boolean

    Indicates whether the alarm is enabled. Notifications are enabled by default if you don't specify this parameter.

    notificationTriggers List<String>

    The alarm states that trigger a notification.

    treatMissingData String

    Sets how this alarm will handle missing data points.

    comparisonOperator string

    The arithmetic operation to use when comparing the specified statistic to the threshold. The specified statistic value is used as the first operand.

    evaluationPeriods number

    The number of most recent periods over which data is compared to the specified threshold. If you are setting an "M out of N" alarm, this value (evaluationPeriods) is the N.

    metricName string

    The name of the metric to associate with the alarm.

    monitoredResourceName string

    The validation status of the SSL/TLS certificate.

    threshold number

    The value against which the specified statistic is compared.

    alarmName string

    The name for the alarm. Specify the name of an existing alarm to update, and overwrite the previous configuration of the alarm.

    contactProtocols string[]

    The contact protocols to use for the alarm, such as Email, SMS (text messaging), or both.

    datapointsToAlarm number

    The number of data points that must be not within the specified threshold to trigger the alarm. If you are setting an "M out of N" alarm, this value (datapointsToAlarm) is the M.

    notificationEnabled boolean

    Indicates whether the alarm is enabled. Notifications are enabled by default if you don't specify this parameter.

    notificationTriggers string[]

    The alarm states that trigger a notification.

    treatMissingData string

    Sets how this alarm will handle missing data points.

    comparison_operator str

    The arithmetic operation to use when comparing the specified statistic to the threshold. The specified statistic value is used as the first operand.

    evaluation_periods int

    The number of most recent periods over which data is compared to the specified threshold. If you are setting an "M out of N" alarm, this value (evaluationPeriods) is the N.

    metric_name str

    The name of the metric to associate with the alarm.

    monitored_resource_name str

    The validation status of the SSL/TLS certificate.

    threshold float

    The value against which the specified statistic is compared.

    alarm_name str

    The name for the alarm. Specify the name of an existing alarm to update, and overwrite the previous configuration of the alarm.

    contact_protocols Sequence[str]

    The contact protocols to use for the alarm, such as Email, SMS (text messaging), or both.

    datapoints_to_alarm int

    The number of data points that must be not within the specified threshold to trigger the alarm. If you are setting an "M out of N" alarm, this value (datapointsToAlarm) is the M.

    notification_enabled bool

    Indicates whether the alarm is enabled. Notifications are enabled by default if you don't specify this parameter.

    notification_triggers Sequence[str]

    The alarm states that trigger a notification.

    treat_missing_data str

    Sets how this alarm will handle missing data points.

    comparisonOperator String

    The arithmetic operation to use when comparing the specified statistic to the threshold. The specified statistic value is used as the first operand.

    evaluationPeriods Number

    The number of most recent periods over which data is compared to the specified threshold. If you are setting an "M out of N" alarm, this value (evaluationPeriods) is the N.

    metricName String

    The name of the metric to associate with the alarm.

    monitoredResourceName String

    The validation status of the SSL/TLS certificate.

    threshold Number

    The value against which the specified statistic is compared.

    alarmName String

    The name for the alarm. Specify the name of an existing alarm to update, and overwrite the previous configuration of the alarm.

    contactProtocols List<String>

    The contact protocols to use for the alarm, such as Email, SMS (text messaging), or both.

    datapointsToAlarm Number

    The number of data points that must be not within the specified threshold to trigger the alarm. If you are setting an "M out of N" alarm, this value (datapointsToAlarm) is the M.

    notificationEnabled Boolean

    Indicates whether the alarm is enabled. Notifications are enabled by default if you don't specify this parameter.

    notificationTriggers List<String>

    The alarm states that trigger a notification.

    treatMissingData String

    Sets how this alarm will handle missing data points.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Alarm resource produces the following output properties:

    AlarmArn string
    Id string

    The provider-assigned unique ID for this managed resource.

    State string

    The current state of the alarm.

    AlarmArn string
    Id string

    The provider-assigned unique ID for this managed resource.

    State string

    The current state of the alarm.

    alarmArn String
    id String

    The provider-assigned unique ID for this managed resource.

    state String

    The current state of the alarm.

    alarmArn string
    id string

    The provider-assigned unique ID for this managed resource.

    state string

    The current state of the alarm.

    alarm_arn str
    id str

    The provider-assigned unique ID for this managed resource.

    state str

    The current state of the alarm.

    alarmArn String
    id String

    The provider-assigned unique ID for this managed resource.

    state String

    The current state of the alarm.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.79.0 published on Monday, Oct 2, 2023 by Pulumi