Class Servicev1VclArgs
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.Fastly.Inputs
Assembly: Pulumi.Fastly.dll
Syntax
public sealed class Servicev1VclArgs : ResourceArgs
Constructors
View SourceServicev1VclArgs()
Declaration
public Servicev1VclArgs()
Properties
View SourceContent
The custom VCL code to upload.
Declaration
public Input<string> Content { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Main
If true, use this block as the main configuration. If
false, use this block as an includable library. Only a single VCL block can be
marked as the main block. Default is false.
Declaration
public Input<bool> Main { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Name
A unique name to identify this dictionary.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |