Show / Hide Table of Contents

Class ApplicationFeatureSettingsGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ApplicationFeatureSettingsGetArgs
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.Gcp.AppEngine.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ApplicationFeatureSettingsGetArgs : ResourceArgs

Constructors

View Source

ApplicationFeatureSettingsGetArgs()

Declaration
public ApplicationFeatureSettingsGetArgs()

Properties

View Source

SplitHealthChecks

Set to false to use the legacy health check instead of the readiness and liveness checks.

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