Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.BigDataService.getBdsInstanceApiKeys
Explore with Pulumi AI
This data source provides details about a specific Bds Instance Api Key resource in Oracle Cloud Infrastructure Big Data Service service.
Returns the user’s API key information for the given ID.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testBdsInstanceApiKey = oci.BigDataService.getBdsInstanceApiKey({
apiKeyId: testApiKey.id,
bdsInstanceId: testBdsInstance.id,
});
import pulumi
import pulumi_oci as oci
test_bds_instance_api_key = oci.BigDataService.get_bds_instance_api_key(api_key_id=test_api_key["id"],
bds_instance_id=test_bds_instance["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/BigDataService"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := BigDataService.GetBdsInstanceApiKey(ctx, &bigdataservice.GetBdsInstanceApiKeyArgs{
ApiKeyId: testApiKey.Id,
BdsInstanceId: testBdsInstance.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testBdsInstanceApiKey = Oci.BigDataService.GetBdsInstanceApiKey.Invoke(new()
{
ApiKeyId = testApiKey.Id,
BdsInstanceId = testBdsInstance.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.BigDataService.BigDataServiceFunctions;
import com.pulumi.oci.BigDataService.inputs.GetBdsInstanceApiKeyArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testBdsInstanceApiKey = BigDataServiceFunctions.getBdsInstanceApiKey(GetBdsInstanceApiKeyArgs.builder()
.apiKeyId(testApiKey.id())
.bdsInstanceId(testBdsInstance.id())
.build());
}
}
variables:
testBdsInstanceApiKey:
fn::invoke:
Function: oci:BigDataService:getBdsInstanceApiKey
Arguments:
apiKeyId: ${testApiKey.id}
bdsInstanceId: ${testBdsInstance.id}
Using getBdsInstanceApiKeys
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 getBdsInstanceApiKeys(args: GetBdsInstanceApiKeysArgs, opts?: InvokeOptions): Promise<GetBdsInstanceApiKeysResult>
function getBdsInstanceApiKeysOutput(args: GetBdsInstanceApiKeysOutputArgs, opts?: InvokeOptions): Output<GetBdsInstanceApiKeysResult>
def get_bds_instance_api_keys(bds_instance_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_bigdataservice.GetBdsInstanceApiKeysFilter]] = None,
state: Optional[str] = None,
user_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBdsInstanceApiKeysResult
def get_bds_instance_api_keys_output(bds_instance_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_bigdataservice.GetBdsInstanceApiKeysFilterArgs]]]] = None,
state: Optional[pulumi.Input[str]] = None,
user_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBdsInstanceApiKeysResult]
func GetBdsInstanceApiKeys(ctx *Context, args *GetBdsInstanceApiKeysArgs, opts ...InvokeOption) (*GetBdsInstanceApiKeysResult, error)
func GetBdsInstanceApiKeysOutput(ctx *Context, args *GetBdsInstanceApiKeysOutputArgs, opts ...InvokeOption) GetBdsInstanceApiKeysResultOutput
> Note: This function is named GetBdsInstanceApiKeys
in the Go SDK.
public static class GetBdsInstanceApiKeys
{
public static Task<GetBdsInstanceApiKeysResult> InvokeAsync(GetBdsInstanceApiKeysArgs args, InvokeOptions? opts = null)
public static Output<GetBdsInstanceApiKeysResult> Invoke(GetBdsInstanceApiKeysInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetBdsInstanceApiKeysResult> getBdsInstanceApiKeys(GetBdsInstanceApiKeysArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:BigDataService/getBdsInstanceApiKeys:getBdsInstanceApiKeys
arguments:
# arguments dictionary
The following arguments are supported:
- Bds
Instance stringId - The OCID of the cluster.
- Display
Name string - Filters
List<Get
Bds Instance Api Keys Filter> - State string
- The current status of the API key.
- User
Id string - The user OCID for which this API key was created.
- Bds
Instance stringId - The OCID of the cluster.
- Display
Name string - Filters
[]Get
Bds Instance Api Keys Filter - State string
- The current status of the API key.
- User
Id string - The user OCID for which this API key was created.
- bds
Instance StringId - The OCID of the cluster.
- display
Name String - filters
List<Get
Bds Instance Api Keys Filter> - state String
- The current status of the API key.
- user
Id String - The user OCID for which this API key was created.
- bds
Instance stringId - The OCID of the cluster.
- display
Name string - filters
Get
Bds Instance Api Keys Filter[] - state string
- The current status of the API key.
- user
Id string - The user OCID for which this API key was created.
- bds_
instance_ strid - The OCID of the cluster.
- display_
name str - filters
Sequence[bigdataservice.
Get Bds Instance Api Keys Filter] - state str
- The current status of the API key.
- user_
id str - The user OCID for which this API key was created.
- bds
Instance StringId - The OCID of the cluster.
- display
Name String - filters List<Property Map>
- state String
- The current status of the API key.
- user
Id String - The user OCID for which this API key was created.
getBdsInstanceApiKeys Result
The following output properties are available:
- Bds
Api List<GetKeys Bds Instance Api Keys Bds Api Key> - Bds
Instance stringId - Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - Filters
List<Get
Bds Instance Api Keys Filter> - State string
- The current status of the API key.
- User
Id string - The user OCID for which this API key was created.
- Bds
Api []GetKeys Bds Instance Api Keys Bds Api Key - Bds
Instance stringId - Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - Filters
[]Get
Bds Instance Api Keys Filter - State string
- The current status of the API key.
- User
Id string - The user OCID for which this API key was created.
- bds
Api List<GetKeys Bds Instance Api Keys Bds Api Key> - bds
Instance StringId - id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - filters
List<Get
Bds Instance Api Keys Filter> - state String
- The current status of the API key.
- user
Id String - The user OCID for which this API key was created.
- bds
Api GetKeys Bds Instance Api Keys Bds Api Key[] - bds
Instance stringId - id string
- The provider-assigned unique ID for this managed resource.
- display
Name string - filters
Get
Bds Instance Api Keys Filter[] - state string
- The current status of the API key.
- user
Id string - The user OCID for which this API key was created.
- bds_
api_ Sequence[bigdataservice.keys Get Bds Instance Api Keys Bds Api Key] - bds_
instance_ strid - id str
- The provider-assigned unique ID for this managed resource.
- display_
name str - filters
Sequence[bigdataservice.
Get Bds Instance Api Keys Filter] - state str
- The current status of the API key.
- user_
id str - The user OCID for which this API key was created.
- bds
Api List<Property Map>Keys - bds
Instance StringId - id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - filters List<Property Map>
- state String
- The current status of the API key.
- user
Id String - The user OCID for which this API key was created.
Supporting Types
GetBdsInstanceApiKeysBdsApiKey
- Bds
Instance stringId - The OCID of the cluster.
- Default
Region string - The name of the region to establish the Object Storage endpoint which was set as part of key creation operation. If no region was provided this will be set to be the same region where the cluster lives. Example us-phoenix-1 .
- Fingerprint string
- The fingerprint that corresponds to the public API key requested.
- Id string
- Identifier of the user's API key.
- Key
Alias string - User friendly identifier used to uniquely differentiate between different API keys. Only ASCII alphanumeric characters with no spaces allowed.
- Passphrase string
- Pemfilepath string
- The full path and file name of the private key used for authentication. This location will be automatically selected on the BDS local file system.
- State string
- The current status of the API key.
- Tenant
Id string - The OCID of your tenancy.
- Time
Created string - The time the API key was created, shown as an RFC 3339 formatted datetime string.
- User
Id string - The user OCID for which this API key was created.
- Bds
Instance stringId - The OCID of the cluster.
- Default
Region string - The name of the region to establish the Object Storage endpoint which was set as part of key creation operation. If no region was provided this will be set to be the same region where the cluster lives. Example us-phoenix-1 .
- Fingerprint string
- The fingerprint that corresponds to the public API key requested.
- Id string
- Identifier of the user's API key.
- Key
Alias string - User friendly identifier used to uniquely differentiate between different API keys. Only ASCII alphanumeric characters with no spaces allowed.
- Passphrase string
- Pemfilepath string
- The full path and file name of the private key used for authentication. This location will be automatically selected on the BDS local file system.
- State string
- The current status of the API key.
- Tenant
Id string - The OCID of your tenancy.
- Time
Created string - The time the API key was created, shown as an RFC 3339 formatted datetime string.
- User
Id string - The user OCID for which this API key was created.
- bds
Instance StringId - The OCID of the cluster.
- default
Region String - The name of the region to establish the Object Storage endpoint which was set as part of key creation operation. If no region was provided this will be set to be the same region where the cluster lives. Example us-phoenix-1 .
- fingerprint String
- The fingerprint that corresponds to the public API key requested.
- id String
- Identifier of the user's API key.
- key
Alias String - User friendly identifier used to uniquely differentiate between different API keys. Only ASCII alphanumeric characters with no spaces allowed.
- passphrase String
- pemfilepath String
- The full path and file name of the private key used for authentication. This location will be automatically selected on the BDS local file system.
- state String
- The current status of the API key.
- tenant
Id String - The OCID of your tenancy.
- time
Created String - The time the API key was created, shown as an RFC 3339 formatted datetime string.
- user
Id String - The user OCID for which this API key was created.
- bds
Instance stringId - The OCID of the cluster.
- default
Region string - The name of the region to establish the Object Storage endpoint which was set as part of key creation operation. If no region was provided this will be set to be the same region where the cluster lives. Example us-phoenix-1 .
- fingerprint string
- The fingerprint that corresponds to the public API key requested.
- id string
- Identifier of the user's API key.
- key
Alias string - User friendly identifier used to uniquely differentiate between different API keys. Only ASCII alphanumeric characters with no spaces allowed.
- passphrase string
- pemfilepath string
- The full path and file name of the private key used for authentication. This location will be automatically selected on the BDS local file system.
- state string
- The current status of the API key.
- tenant
Id string - The OCID of your tenancy.
- time
Created string - The time the API key was created, shown as an RFC 3339 formatted datetime string.
- user
Id string - The user OCID for which this API key was created.
- bds_
instance_ strid - The OCID of the cluster.
- default_
region str - The name of the region to establish the Object Storage endpoint which was set as part of key creation operation. If no region was provided this will be set to be the same region where the cluster lives. Example us-phoenix-1 .
- fingerprint str
- The fingerprint that corresponds to the public API key requested.
- id str
- Identifier of the user's API key.
- key_
alias str - User friendly identifier used to uniquely differentiate between different API keys. Only ASCII alphanumeric characters with no spaces allowed.
- passphrase str
- pemfilepath str
- The full path and file name of the private key used for authentication. This location will be automatically selected on the BDS local file system.
- state str
- The current status of the API key.
- tenant_
id str - The OCID of your tenancy.
- time_
created str - The time the API key was created, shown as an RFC 3339 formatted datetime string.
- user_
id str - The user OCID for which this API key was created.
- bds
Instance StringId - The OCID of the cluster.
- default
Region String - The name of the region to establish the Object Storage endpoint which was set as part of key creation operation. If no region was provided this will be set to be the same region where the cluster lives. Example us-phoenix-1 .
- fingerprint String
- The fingerprint that corresponds to the public API key requested.
- id String
- Identifier of the user's API key.
- key
Alias String - User friendly identifier used to uniquely differentiate between different API keys. Only ASCII alphanumeric characters with no spaces allowed.
- passphrase String
- pemfilepath String
- The full path and file name of the private key used for authentication. This location will be automatically selected on the BDS local file system.
- state String
- The current status of the API key.
- tenant
Id String - The OCID of your tenancy.
- time
Created String - The time the API key was created, shown as an RFC 3339 formatted datetime string.
- user
Id String - The user OCID for which this API key was created.
GetBdsInstanceApiKeysFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.