Show / Hide Table of Contents

Class ServiceACLEntriesv1State

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceACLEntriesv1State
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 ServiceACLEntriesv1State : ResourceArgs

Constructors

View Source

ServiceACLEntriesv1State()

Declaration
public ServiceACLEntriesv1State()

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<ServiceACLEntriesv1EntryGetArgs> Entries { get; set; }
Property Value
Type Description
InputList<ServiceACLEntriesv1EntryGetArgs>
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.