Show / Hide Table of Contents

Class ElasticSearchAcl

Inheritance
System.Object
Resource
CustomResource
ElasticSearchAcl
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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 class ElasticSearchAcl : CustomResource

Constructors

View Source

ElasticSearchAcl(String, ElasticSearchAclArgs, CustomResourceOptions)

Create a ElasticSearchAcl resource with the given unique name, arguments, and options.

Declaration
public ElasticSearchAcl(string name, ElasticSearchAclArgs args, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resource

ElasticSearchAclArgs args

The arguments used to populate this resource's properties

CustomResourceOptions options

A bag of options that control this resource's behavior

Properties

View Source

Acls

List of Elasticsearch ACLs

Declaration
public Output<ImmutableArray<ElasticSearchAclAcl>> Acls { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<ElasticSearchAclAcl>>
View Source

Enabled

Enable Elasticsearch ACLs. When disabled authenticated service users have unrestricted access

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

ExtendedAcl

Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs (and only those) by enabling the ExtendedAcl option for the service. When it is enabled, users can use these APIs as long as all operations only target indexes they have been granted access to

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

Project

Project to link the Elasticsearch ACLs to

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

ServiceName

Service to link the Elasticsearch ACLs to

Declaration
public Output<string> ServiceName { get; }
Property Value
Type Description
Output<System.String>

Methods

View Source

Get(String, Input<String>, ElasticSearchAclState, CustomResourceOptions)

Get an existing ElasticSearchAcl resource's state with the given name, ID, and optional extra properties used to qualify the lookup.

Declaration
public static ElasticSearchAcl Get(string name, Input<string> id, ElasticSearchAclState state = null, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resulting resource.

Input<System.String> id

The unique provider ID of the resource to lookup.

ElasticSearchAclState state

Any extra arguments used during the lookup.

CustomResourceOptions options

A bag of options that control this resource's behavior

Returns
Type Description
ElasticSearchAcl
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.