Show / Hide Table of Contents

Class RandomUuidState

Inheritance
System.Object
InputArgs
ResourceArgs
RandomUuidState
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.Random
Assembly: Pulumi.Random.dll
Syntax
public sealed class RandomUuidState : ResourceArgs

Constructors

View Source

RandomUuidState()

Declaration
public RandomUuidState()

Properties

View Source

Keepers

Arbitrary map of values that, when changed, will trigger a new uuid to be generated. See the main provider documentation for more information.

Declaration
public InputMap<object> Keepers { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Result

The generated uuid presented in string format.

Declaration
public Input<string> Result { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.