Show / Hide Table of Contents

Class ServiceACLEntriesv1Args

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

Constructors

View Source

ServiceACLEntriesv1Args()

Declaration
public ServiceACLEntriesv1Args()

Properties

View Source

AclId

The ID of the ACL that the items belong to

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

Entries

A Set ACL entries that are applied to the service. Defined below

Declaration
public InputList<ServiceACLEntriesv1EntryArgs> Entries { get; set; }
Property Value
Type Description
InputList<ServiceACLEntriesv1EntryArgs>
View Source

ServiceId

The ID of the Service that the ACL belongs to

Declaration
public Input<string> ServiceId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.