Show / Hide Table of Contents

Class ConfigureResponse

Inheritance
object
ConfigureResponse
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Experimental.Provider
Assembly: Pulumi.dll
Syntax
public sealed class ConfigureResponse

Properties

View Source

AcceptOutputs

Declaration
public bool AcceptOutputs { get; set; }
Property Value
Type Description
bool
View Source

AcceptResources

Declaration
public bool AcceptResources { get; set; }
Property Value
Type Description
bool
View Source

AcceptSecrets

Declaration
public bool AcceptSecrets { get; set; }
Property Value
Type Description
bool
View Source

SupportsPreview

Declaration
public bool SupportsPreview { get; set; }
Property Value
Type Description
bool
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.