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
LookupElasticSearchAclin the Go SDK.
public static class GetElasticSearchAcl {
public static Task<GetElasticSearchAclResult> InvokeAsync(GetElasticSearchAclArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
GetElasticSearchAcl Result
The following output properties are available:
- Id string
The provider-assigned unique ID for this managed resource.
- Project string
- Service
Name string - Acls
List<Get
Elastic Search Acl Acl> - Enabled bool
- Extended
Acl bool
- Id string
The provider-assigned unique ID for this managed resource.
- Project string
- Service
Name string - Acls
[]Get
Elastic Search Acl Acl - Enabled bool
- Extended
Acl bool
- id string
The provider-assigned unique ID for this managed resource.
- project string
- service
Name string - acls
Get
Elastic Search Acl Acl[] - enabled boolean
- extended
Acl boolean
- id str
The provider-assigned unique ID for this managed resource.
- project str
- service_
name str - acls
List[Get
Elastic Search Acl Acl] - enabled bool
- extended_
acl bool
Supporting Types
GetElasticSearchAclAcl
GetElasticSearchAclAclRule
Package Details
- Repository
- https://github.com/pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aivenTerraform Provider.