Class ServiceACLEntriesv1Args
Inherited Members
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 SourceServiceACLEntriesv1Args()
Declaration
public ServiceACLEntriesv1Args()
Properties
View SourceAclId
The ID of the ACL that the items belong to
Declaration
public Input<string> AclId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |