Class Servicev1Dictionary
Inheritance
System.Object
Servicev1Dictionary
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.Outputs
Assembly: Pulumi.Fastly.dll
Syntax
public sealed class Servicev1Dictionary
Fields
View SourceDictionaryId
The ID of the dictionary.
Declaration
public readonly string DictionaryId
Field Value
| Type | Description |
|---|---|
| System.String |
Name
A unique name to identify this dictionary.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
WriteOnly
If true, the dictionary is a private dictionary, and items are not readable in the UI or
via API. Default is false. It is important to note that changing this attribute will delete and recreate the
dictionary, discard the current items in the dictionary. Using a write-only/private dictionary should only be done if
the items are managed outside of the provider.
Declaration
public readonly bool? WriteOnly
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |