Show / Hide Table of Contents

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.

Inheritance
System.Object
Resource
CustomResource
ServiceACLEntriesv1
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 ServiceACLEntriesv1 : CustomResource

Constructors

View Source

ServiceACLEntriesv1(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 Source

AclId

The ID of the ACL that the items belong to

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

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>>
View Source

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 Source

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