Show / Hide Table of Contents

Class EventState

Inheritance
System.Object
InputArgs
ResourceArgs
EventState
Inherited Members
ResourceArgs.Empty
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
Assembly: Pulumi.NewRelic.dll
Syntax
public sealed class EventState : ResourceArgs

Constructors

View Source

EventState()

Declaration
public EventState()

Properties

View Source

Events

An event to insert into Insights. Multiple event blocks can be defined. See Events below for details.

Declaration
public InputList<EventEventGetArgs> Events { get; set; }
Property Value
Type Description
InputList<EventEventGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.