Class ServiceDictionaryItemsv1Args
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
Assembly: Pulumi.Fastly.dll
Syntax
public sealed class ServiceDictionaryItemsv1Args : ResourceArgs
Constructors
View SourceServiceDictionaryItemsv1Args()
Declaration
public ServiceDictionaryItemsv1Args()
Properties
View SourceDictionaryId
The ID of the dictionary that the items belong to
Declaration
public Input<string> DictionaryId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Items
A map representing an entry in the dictionary, (key/value)
Declaration
public InputMap<object> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
ServiceId
The ID of the service that the dictionary belongs to
Declaration
public Input<string> ServiceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |