Show / Hide Table of Contents

Class Servicev1DictionaryArgs

Inheritance
System.Object
InputArgs
ResourceArgs
Servicev1DictionaryArgs
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.Inputs
Assembly: Pulumi.Fastly.dll
Syntax
public sealed class Servicev1DictionaryArgs : ResourceArgs

Constructors

View Source

Servicev1DictionaryArgs()

Declaration
public Servicev1DictionaryArgs()

Properties

View Source

DictionaryId

The ID of the dictionary.

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

Name

A unique name to identify this dictionary.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<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 Input<bool> WriteOnly { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.