Class ApplicationArgs
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.AppEngine
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ApplicationArgs : ResourceArgs
Constructors
View SourceApplicationArgs()
Declaration
public ApplicationArgs()
Properties
View SourceAuthDomain
The domain to authenticate users with when using App Engine's User API.
Declaration
public Input<string> AuthDomain { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FeatureSettings
A block of optional settings to configure specific App Engine features:
Declaration
public Input<ApplicationFeatureSettingsArgs> FeatureSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ApplicationFeatureSettingsArgs> |
Iap
Settings for enabling Cloud Identity Aware Proxy
Declaration
public Input<ApplicationIapArgs> Iap { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ApplicationIapArgs> |
LocationId
The location to serve the app from.
Declaration
public Input<string> LocationId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Project
The project ID to create the application under. ~>NOTE: GCP only accepts project ID, not project number. If you are using number, you may get a "Permission denied" error.
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServingStatus
The serving status of the app.
Declaration
public Input<string> ServingStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |