GetElasticSearchAcl

Using GetElasticSearchAcl

function getElasticSearchAcl(args: GetElasticSearchAclArgs, opts?: InvokeOptions): Promise<GetElasticSearchAclResult>
function  get_elastic_search_acl(acls=None, enabled=None, extended_acl=None, project=None, service_name=None, opts=None)
func LookupElasticSearchAcl(ctx *Context, args *LookupElasticSearchAclArgs, opts ...InvokeOption) (*LookupElasticSearchAclResult, error)

Note: This function is named LookupElasticSearchAcl in the Go SDK.

public static class GetElasticSearchAcl {
    public static Task<GetElasticSearchAclResult> InvokeAsync(GetElasticSearchAclArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

Project string
ServiceName string
Acls List<GetElasticSearchAclAclArgs>
Enabled bool
ExtendedAcl bool
Project string
ServiceName string
Acls []GetElasticSearchAclAcl
Enabled bool
ExtendedAcl bool
project string
serviceName string
acls GetElasticSearchAclAcl[]
enabled boolean
extendedAcl boolean
project str
service_name str
acls List[GetElasticSearchAclAcl]
enabled bool
extended_acl bool

GetElasticSearchAcl Result

The following output properties are available:

Id string

The provider-assigned unique ID for this managed resource.

Project string
ServiceName string
Acls List<GetElasticSearchAclAcl>
Enabled bool
ExtendedAcl bool
Id string

The provider-assigned unique ID for this managed resource.

Project string
ServiceName string
Acls []GetElasticSearchAclAcl
Enabled bool
ExtendedAcl bool
id string

The provider-assigned unique ID for this managed resource.

project string
serviceName string
acls GetElasticSearchAclAcl[]
enabled boolean
extendedAcl boolean
id str

The provider-assigned unique ID for this managed resource.

project str
service_name str
acls List[GetElasticSearchAclAcl]
enabled bool
extended_acl bool

Supporting Types

GetElasticSearchAclAcl

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Rules List<GetElasticSearchAclAclRuleArgs>
Username string
Rules []GetElasticSearchAclAclRule
Username string
rules GetElasticSearchAclAclRule[]
username string
rules List[GetElasticSearchAclAclRule]
username str

GetElasticSearchAclAclRule

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Index string
Permission string
Index string
Permission string
index string
permission string
index str
permission str

Package Details

Repository
https://github.com/pulumi/pulumi-aiven
License
Apache-2.0
Notes
This Pulumi package is based on the aiven Terraform Provider.