Show / Hide Table of Contents

Class ServiceDictionaryItemsv1

Defines a map of Fastly dictionary items that can be used to populate a service dictionary. This resource will populate a dictionary with the items and will track their state.

Inheritance
System.Object
Resource
CustomResource
ServiceDictionaryItemsv1
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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 class ServiceDictionaryItemsv1 : CustomResource

Constructors

View Source

ServiceDictionaryItemsv1(String, ServiceDictionaryItemsv1Args, CustomResourceOptions)

Create a ServiceDictionaryItemsv1 resource with the given unique name, arguments, and options.

Declaration
public ServiceDictionaryItemsv1(string name, ServiceDictionaryItemsv1Args args, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resource

ServiceDictionaryItemsv1Args args

The arguments used to populate this resource's properties

CustomResourceOptions options

A bag of options that control this resource's behavior

Properties

View Source

DictionaryId

The ID of the dictionary that the items belong to

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

Items

A map representing an entry in the dictionary, (key/value)

Declaration
public Output<ImmutableDictionary<string, object>> Items { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>>
View Source

ServiceId

The ID of the service that the dictionary belongs to

Declaration
public Output<string> ServiceId { get; }
Property Value
Type Description
Output<System.String>

Methods

View Source

Get(String, Input<String>, ServiceDictionaryItemsv1State, CustomResourceOptions)

Get an existing ServiceDictionaryItemsv1 resource's state with the given name, ID, and optional extra properties used to qualify the lookup.

Declaration
public static ServiceDictionaryItemsv1 Get(string name, Input<string> id, ServiceDictionaryItemsv1State state = null, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resulting resource.

Input<System.String> id

The unique provider ID of the resource to lookup.

ServiceDictionaryItemsv1State state

Any extra arguments used during the lookup.

CustomResourceOptions options

A bag of options that control this resource's behavior

Returns
Type Description
ServiceDictionaryItemsv1
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.