Show / Hide Table of Contents

Class PreludeEvent

PreludeEvent is emitted at the start of an update.

Inheritance
object
PreludeEvent
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Automation.Events
Assembly: Pulumi.Automation.dll
Syntax
public class PreludeEvent

Properties

View Source

Config

Config contains the keys and values for the update. Encrypted configuration values may be blinded.

Declaration
public IImmutableDictionary<string, string> Config { get; }
Property Value
Type Description
IImmutableDictionary<string, string>
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.