Class EventEventArgs
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.NewRelic.Insights.Inputs
Assembly: Pulumi.NewRelic.dll
Syntax
public sealed class EventEventArgs : ResourceArgs
Constructors
View SourceEventEventArgs()
Declaration
public EventEventArgs()
Properties
View SourceAttributes
Declaration
public InputList<EventEventAttributeArgs> Attributes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<EventEventAttributeArgs> |
Timestamp
Declaration
public Input<int> Timestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Type
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |