Using getCassandraUser
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 getCassandraUser(args: GetCassandraUserArgs, opts?: InvokeOptions): Promise<GetCassandraUserResult>
function getCassandraUserOutput(args: GetCassandraUserOutputArgs, opts?: InvokeOptions): Output<GetCassandraUserResult>def get_cassandra_user(project: Optional[str] = None,
service_name: Optional[str] = None,
username: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCassandraUserResult
def get_cassandra_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[GetCassandraUserResult]func LookupCassandraUser(ctx *Context, args *LookupCassandraUserArgs, opts ...InvokeOption) (*LookupCassandraUserResult, error)
func LookupCassandraUserOutput(ctx *Context, args *LookupCassandraUserOutputArgs, opts ...InvokeOption) LookupCassandraUserResultOutput> Note: This function is named LookupCassandraUser in the Go SDK.
public static class GetCassandraUser
{
public static Task<GetCassandraUserResult> InvokeAsync(GetCassandraUserArgs args, InvokeOptions? opts = null)
public static Output<GetCassandraUserResult> Invoke(GetCassandraUserInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCassandraUserResult> getCassandraUser(GetCassandraUserArgs args, InvokeOptions options)
public static Output<GetCassandraUserResult> getCassandraUser(GetCassandraUserArgs args, InvokeOptions options)
fn::invoke:
function: aiven:index/getCassandraUser:getCassandraUser
arguments:
# arguments dictionaryThe following arguments are supported:
- Project string
- Service
Name string - Username string
- Project string
- Service
Name string - Username string
- project String
- service
Name String - username String
- project string
- service
Name string - username string
- project str
- service_
name str - username str
- project String
- service
Name String - username String
getCassandraUser Result
The following output properties are available:
- Access
Cert string - Access
Key string - Id string
- The provider-assigned unique ID for this managed resource.
- Password string
- Project string
- Service
Name string - Type string
- Username string
- Access
Cert string - Access
Key string - Id string
- The provider-assigned unique ID for this managed resource.
- Password string
- Project string
- Service
Name string - Type string
- Username string
- access
Cert String - access
Key String - id String
- The provider-assigned unique ID for this managed resource.
- password String
- project String
- service
Name String - type String
- username String
- access
Cert string - access
Key string - id string
- The provider-assigned unique ID for this managed resource.
- password string
- project string
- service
Name string - type string
- username string
- access_
cert str - access_
key str - id str
- The provider-assigned unique ID for this managed resource.
- password str
- project str
- service_
name str - type str
- username str
- access
Cert String - access
Key String - id String
- The provider-assigned unique ID for this managed resource.
- password String
- project String
- service
Name String - type String
- username String
Package Details
- Repository
- Aiven pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aivenTerraform Provider.
