Show / Hide Table of Contents

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 Source

DictionaryId

The ID of the dictionary.

Declaration
public readonly string DictionaryId
Field Value
Type Description
System.String
View Source

Name

A unique name to identify this dictionary.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

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