Show / Hide Table of Contents

Class GetElasticSearchAclArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetElasticSearchAclArgs
Inherited Members
InvokeArgs.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.Aiven
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class GetElasticSearchAclArgs : InvokeArgs

Constructors

View Source

GetElasticSearchAclArgs()

Declaration
public GetElasticSearchAclArgs()

Properties

View Source

Acls

Declaration
public List<GetElasticSearchAclAclArgs> Acls { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GetElasticSearchAclAclArgs>
View Source

Enabled

Declaration
public bool? Enabled { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

ExtendedAcl

Declaration
public bool? ExtendedAcl { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

Project

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

ServiceName

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