Class ServiceACLEntriesv1
Defines a set of Fastly ACL entries that can be used to populate a service ACL. This resource will populate an ACL with the entries and will track their state.
Inherited Members
Namespace: Pulumi.Fastly
Assembly: Pulumi.Fastly.dll
Syntax
public class ServiceACLEntriesv1 : CustomResource
Constructors
View SourceServiceACLEntriesv1(String, ServiceACLEntriesv1Args, CustomResourceOptions)
Create a ServiceACLEntriesv1 resource with the given unique name, arguments, and options.
Declaration
public ServiceACLEntriesv1(string name, ServiceACLEntriesv1Args args, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resource |
| ServiceACLEntriesv1Args | args | The arguments used to populate this resource's properties |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Properties
View SourceAclId
The ID of the ACL that the items belong to
Declaration
public Output<string> AclId { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Entries
A Set ACL entries that are applied to the service. Defined below
Declaration
public Output<ImmutableArray<ServiceACLEntriesv1Entry>> Entries { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<ServiceACLEntriesv1Entry>> |
ServiceId
The ID of the Service that the ACL belongs to
Declaration
public Output<string> ServiceId { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Methods
View SourceGet(String, Input<String>, ServiceACLEntriesv1State, CustomResourceOptions)
Get an existing ServiceACLEntriesv1 resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
Declaration
public static ServiceACLEntriesv1 Get(string name, Input<string> id, ServiceACLEntriesv1State 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. |
| ServiceACLEntriesv1State | state | Any extra arguments used during the lookup. |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Returns
| Type | Description |
|---|---|
| ServiceACLEntriesv1 |