Show / Hide Table of Contents

Class AclPolicyState

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

Constructors

View Source

AclPolicyState()

Declaration
public AclPolicyState()

Properties

View Source

Datacenters

The datacenters of the policy.

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

Description

The description of the policy.

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

Name

The name of the policy.

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

Namespace

The namespace to create the policy within.

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

Rules

The rules of the policy.

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