Class Servicev1DictionaryArgs
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 Servicev1DictionaryArgs : ResourceArgs
Constructors
View SourceServicev1DictionaryArgs()
Declaration
public Servicev1DictionaryArgs()
Properties
View SourceDictionaryId
The ID of the dictionary.
Declaration
public Input<string> DictionaryId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
A unique name to identify this dictionary.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<bool> WriteOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |