Class BucketWebsiteArgs
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.Storage.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class BucketWebsiteArgs : ResourceArgs
Constructors
View SourceBucketWebsiteArgs()
Declaration
public BucketWebsiteArgs()
Properties
View SourceMainPageSuffix
Behaves as the bucket's directory index where missing objects are treated as potential directories.
Declaration
public Input<string> MainPageSuffix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NotFoundPage
The custom object to return when a requested resource is not found.
Declaration
public Input<string> NotFoundPage { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |