Class FlexibleAppVersionHandlerArgs
Inherited Members
Namespace: Pulumi.Gcp.AppEngine.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class FlexibleAppVersionHandlerArgs : ResourceArgs
Constructors
View SourceFlexibleAppVersionHandlerArgs()
Declaration
public FlexibleAppVersionHandlerArgs()
Properties
View SourceAuthFailAction
Action to take when users access resources that require authentication.
Declaration
public Input<string> AuthFailAction { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Login
Level of login required to access this resource.
Declaration
public Input<string> Login { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RedirectHttpResponseCode
30x code to use when performing redirects for the secure field.
Declaration
public Input<string> RedirectHttpResponseCode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Script
Path to the script from the application root directory.
Declaration
public Input<FlexibleAppVersionHandlerScriptArgs> Script { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<FlexibleAppVersionHandlerScriptArgs> |
SecurityLevel
Security (HTTPS) enforcement for this URL.
Declaration
public Input<string> SecurityLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StaticFiles
Files served directly to the user for a given URL, such as images, CSS stylesheets, or JavaScript source files. Static file handlers describe which files in the application directory are static files, and which URLs serve them. Structure is documented below.
Declaration
public Input<FlexibleAppVersionHandlerStaticFilesArgs> StaticFiles { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<FlexibleAppVersionHandlerStaticFilesArgs> |
UrlRegex
URL prefix. Uses regular expression syntax, which means regexp special characters must be escaped, but should not contain groupings. All URLs that begin with this prefix are handled by this handler, using the portion of the URL after the prefix as part of the file path.
Declaration
public Input<string> UrlRegex { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |