Show / Hide Table of Contents

Class GetNotificationsNotificationResult

Inheritance
System.Object
GetNotificationsNotificationResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Ess.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetNotificationsNotificationResult

Fields

View Source

Id

ID of the notification.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

NotificationArn

The Alibaba Cloud Resource Name (ARN) for the notification object.

Declaration
public readonly string NotificationArn
Field Value
Type Description
System.String
View Source

NotificationTypes

The notification types of Auto Scaling events and resource changes.

Declaration
public readonly ImmutableArray<string> NotificationTypes
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

ScalingGroupId

Scaling group id the notifications belong to.

Declaration
public readonly string ScalingGroupId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.