Aiven v6.36.0 published on Thursday, Mar 13, 2025 by Pulumi
aiven.getValkeyUser
Explore with Pulumi AI
The Valkey User data source provides information about the existing Aiven for Valkey user.
Using getValkeyUser
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getValkeyUser(args: GetValkeyUserArgs, opts?: InvokeOptions): Promise<GetValkeyUserResult>
function getValkeyUserOutput(args: GetValkeyUserOutputArgs, opts?: InvokeOptions): Output<GetValkeyUserResult>
def get_valkey_user(project: Optional[str] = None,
service_name: Optional[str] = None,
username: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetValkeyUserResult
def get_valkey_user_output(project: Optional[pulumi.Input[str]] = None,
service_name: Optional[pulumi.Input[str]] = None,
username: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetValkeyUserResult]
func LookupValkeyUser(ctx *Context, args *LookupValkeyUserArgs, opts ...InvokeOption) (*LookupValkeyUserResult, error)
func LookupValkeyUserOutput(ctx *Context, args *LookupValkeyUserOutputArgs, opts ...InvokeOption) LookupValkeyUserResultOutput
> Note: This function is named LookupValkeyUser
in the Go SDK.
public static class GetValkeyUser
{
public static Task<GetValkeyUserResult> InvokeAsync(GetValkeyUserArgs args, InvokeOptions? opts = null)
public static Output<GetValkeyUserResult> Invoke(GetValkeyUserInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetValkeyUserResult> getValkeyUser(GetValkeyUserArgs args, InvokeOptions options)
public static Output<GetValkeyUserResult> getValkeyUser(GetValkeyUserArgs args, InvokeOptions options)
fn::invoke:
function: aiven:index/getValkeyUser:getValkeyUser
arguments:
# arguments dictionary
The following arguments are supported:
- Project string
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- Service
Name string - The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- Username string
- Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- Project string
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- Service
Name string - The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- Username string
- Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- project String
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- service
Name String - The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- username String
- Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- project string
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- service
Name string - The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- username string
- Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- project str
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- service_
name str - The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- username str
- Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- project String
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- service
Name String - The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- username String
- Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
getValkeyUser Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Password string
- The Valkey service user's password.
- Project string
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- Service
Name string - The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- Type string
- User account type, such as primary or regular account.
- Username string
- Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- Valkey
Acl List<string>Categories - Allow or disallow command categories. To allow a category use the prefix
+@
and to disallow use-@
. See the Valkey documentation for details on the ACL feature. The field is required withvalkey_acl_commands
andvalkey_acl_keys
. Changing this property forces recreation of the resource. - Valkey
Acl List<string>Channels - Allows and disallows access to pub/sub channels. Entries are defined as standard glob patterns. Changing this property forces recreation of the resource.
- Valkey
Acl List<string>Commands - Defines rules for individual commands. To allow a command use the prefix
+
and to disallow use-
. The field is required withvalkey_acl_categories
andvalkey_acl_keys
. Changing this property forces recreation of the resource. - Valkey
Acl List<string>Keys - Key access rules. Entries are defined as standard glob patterns. The field is required with
valkey_acl_categories
andvalkey_acl_keys
. Changing this property forces recreation of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Password string
- The Valkey service user's password.
- Project string
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- Service
Name string - The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- Type string
- User account type, such as primary or regular account.
- Username string
- Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- Valkey
Acl []stringCategories - Allow or disallow command categories. To allow a category use the prefix
+@
and to disallow use-@
. See the Valkey documentation for details on the ACL feature. The field is required withvalkey_acl_commands
andvalkey_acl_keys
. Changing this property forces recreation of the resource. - Valkey
Acl []stringChannels - Allows and disallows access to pub/sub channels. Entries are defined as standard glob patterns. Changing this property forces recreation of the resource.
- Valkey
Acl []stringCommands - Defines rules for individual commands. To allow a command use the prefix
+
and to disallow use-
. The field is required withvalkey_acl_categories
andvalkey_acl_keys
. Changing this property forces recreation of the resource. - Valkey
Acl []stringKeys - Key access rules. Entries are defined as standard glob patterns. The field is required with
valkey_acl_categories
andvalkey_acl_keys
. Changing this property forces recreation of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- password String
- The Valkey service user's password.
- project String
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- service
Name String - The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- type String
- User account type, such as primary or regular account.
- username String
- Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- valkey
Acl List<String>Categories - Allow or disallow command categories. To allow a category use the prefix
+@
and to disallow use-@
. See the Valkey documentation for details on the ACL feature. The field is required withvalkey_acl_commands
andvalkey_acl_keys
. Changing this property forces recreation of the resource. - valkey
Acl List<String>Channels - Allows and disallows access to pub/sub channels. Entries are defined as standard glob patterns. Changing this property forces recreation of the resource.
- valkey
Acl List<String>Commands - Defines rules for individual commands. To allow a command use the prefix
+
and to disallow use-
. The field is required withvalkey_acl_categories
andvalkey_acl_keys
. Changing this property forces recreation of the resource. - valkey
Acl List<String>Keys - Key access rules. Entries are defined as standard glob patterns. The field is required with
valkey_acl_categories
andvalkey_acl_keys
. Changing this property forces recreation of the resource.
- id string
- The provider-assigned unique ID for this managed resource.
- password string
- The Valkey service user's password.
- project string
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- service
Name string - The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- type string
- User account type, such as primary or regular account.
- username string
- Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- valkey
Acl string[]Categories - Allow or disallow command categories. To allow a category use the prefix
+@
and to disallow use-@
. See the Valkey documentation for details on the ACL feature. The field is required withvalkey_acl_commands
andvalkey_acl_keys
. Changing this property forces recreation of the resource. - valkey
Acl string[]Channels - Allows and disallows access to pub/sub channels. Entries are defined as standard glob patterns. Changing this property forces recreation of the resource.
- valkey
Acl string[]Commands - Defines rules for individual commands. To allow a command use the prefix
+
and to disallow use-
. The field is required withvalkey_acl_categories
andvalkey_acl_keys
. Changing this property forces recreation of the resource. - valkey
Acl string[]Keys - Key access rules. Entries are defined as standard glob patterns. The field is required with
valkey_acl_categories
andvalkey_acl_keys
. Changing this property forces recreation of the resource.
- id str
- The provider-assigned unique ID for this managed resource.
- password str
- The Valkey service user's password.
- project str
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- service_
name str - The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- type str
- User account type, such as primary or regular account.
- username str
- Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- valkey_
acl_ Sequence[str]categories - Allow or disallow command categories. To allow a category use the prefix
+@
and to disallow use-@
. See the Valkey documentation for details on the ACL feature. The field is required withvalkey_acl_commands
andvalkey_acl_keys
. Changing this property forces recreation of the resource. - valkey_
acl_ Sequence[str]channels - Allows and disallows access to pub/sub channels. Entries are defined as standard glob patterns. Changing this property forces recreation of the resource.
- valkey_
acl_ Sequence[str]commands - Defines rules for individual commands. To allow a command use the prefix
+
and to disallow use-
. The field is required withvalkey_acl_categories
andvalkey_acl_keys
. Changing this property forces recreation of the resource. - valkey_
acl_ Sequence[str]keys - Key access rules. Entries are defined as standard glob patterns. The field is required with
valkey_acl_categories
andvalkey_acl_keys
. Changing this property forces recreation of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- password String
- The Valkey service user's password.
- project String
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- service
Name String - The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- type String
- User account type, such as primary or regular account.
- username String
- Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- valkey
Acl List<String>Categories - Allow or disallow command categories. To allow a category use the prefix
+@
and to disallow use-@
. See the Valkey documentation for details on the ACL feature. The field is required withvalkey_acl_commands
andvalkey_acl_keys
. Changing this property forces recreation of the resource. - valkey
Acl List<String>Channels - Allows and disallows access to pub/sub channels. Entries are defined as standard glob patterns. Changing this property forces recreation of the resource.
- valkey
Acl List<String>Commands - Defines rules for individual commands. To allow a command use the prefix
+
and to disallow use-
. The field is required withvalkey_acl_categories
andvalkey_acl_keys
. Changing this property forces recreation of the resource. - valkey
Acl List<String>Keys - Key access rules. Entries are defined as standard glob patterns. The field is required with
valkey_acl_categories
andvalkey_acl_keys
. Changing this property forces recreation of the resource.
Package Details
- Repository
- Aiven pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aiven
Terraform Provider.