Show / Hide Table of Contents

Class ServiceDictionaryItemsv1State

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceDictionaryItemsv1State
Inherited Members
ResourceArgs.Empty
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 ServiceDictionaryItemsv1State : ResourceArgs

Constructors

View Source

ServiceDictionaryItemsv1State()

Declaration
public ServiceDictionaryItemsv1State()

Properties

View Source

DictionaryId

The ID of the dictionary that the items belong to

Declaration
public Input<string> DictionaryId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.