Class ElasticSearchAcl
Inherited Members
Namespace: Pulumi.Aiven
Assembly: Pulumi.Aiven.dll
Syntax
public class ElasticSearchAcl : CustomResource
Constructors
View SourceElasticSearchAcl(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 SourceAcls
List of Elasticsearch ACLs
Declaration
public Output<ImmutableArray<ElasticSearchAclAcl>> Acls { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<ElasticSearchAclAcl>> |
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>> |
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>> |
Project
Project to link the Elasticsearch ACLs to
Declaration
public Output<string> Project { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
ServiceName
Service to link the Elasticsearch ACLs to
Declaration
public Output<string> ServiceName { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Methods
View SourceGet(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 |