Show / Hide Table of Contents

Class CustomTimeouts

Optional timeouts to supply in CustomTimeouts.

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

Properties

View Source

Create

The optional create timeout.

Declaration
public TimeSpan? Create { get; set; }
Property Value
Type Description
TimeSpan?
View Source

Delete

The optional delete timeout.

Declaration
public TimeSpan? Delete { get; set; }
Property Value
Type Description
TimeSpan?
View Source

Update

The optional update timeout.

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