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.
Inherited Members
Namespace: Pulumi.Fastly
Assembly: Pulumi.Fastly.dll
Syntax
public class ServiceDictionaryItemsv1 : CustomResource
Constructors
View SourceServiceDictionaryItemsv1(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 SourceDictionaryId
The ID of the dictionary that the items belong to
Declaration
public Output<string> DictionaryId { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
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>> |
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 SourceGet(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 |