Class JobAppEngineHttpTargetAppEngineRoutingGetArgs
Inherited Members
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.CloudScheduler.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class JobAppEngineHttpTargetAppEngineRoutingGetArgs : ResourceArgs
Constructors
View SourceJobAppEngineHttpTargetAppEngineRoutingGetArgs()
Declaration
public JobAppEngineHttpTargetAppEngineRoutingGetArgs()
Properties
View SourceInstance
App instance. By default, the job is sent to an instance which is available when the job is attempted.
Declaration
public Input<string> Instance { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Service
App service. By default, the job is sent to the service which is the default service when the job is attempted.
Declaration
public Input<string> Service { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Version
App version. By default, the job is sent to the version which is the default version when the job is attempted.
Declaration
public Input<string> Version { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |