Class AclPolicyState
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.Consul
Assembly: Pulumi.Consul.dll
Syntax
public sealed class AclPolicyState : ResourceArgs
Constructors
View SourceAclPolicyState()
Declaration
public AclPolicyState()
Properties
View SourceDatacenters
The datacenters of the policy.
Declaration
public InputList<string> Datacenters { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Description
The description of the policy.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the policy.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Namespace
The namespace to create the policy within.
Declaration
public Input<string> Namespace { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Rules
The rules of the policy.
Declaration
public Input<string> Rules { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |