Viewing docs for Oracle Cloud Infrastructure v4.5.0
published on Thursday, Apr 2, 2026 by Pulumi
published on Thursday, Apr 2, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.5.0
published on Thursday, Apr 2, 2026 by Pulumi
published on Thursday, Apr 2, 2026 by Pulumi
This data source provides details about a specific Ai Data Platform resource in Oracle Cloud Infrastructure Ai Data Platform service.
Gets information about a AiDataPlatform.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testAiDataPlatform = oci.oci.getAiDataPlatformAiDataPlatform({
aiDataPlatformId: testAiDataPlatformOciAiDataPlatformAiDataPlatform.id,
});
import pulumi
import pulumi_oci as oci
test_ai_data_platform = oci.oci.get_ai_data_platform_ai_data_platform(ai_data_platform_id=test_ai_data_platform_oci_ai_data_platform_ai_data_platform["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/oci"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := oci.LookupAiDataPlatformAiDataPlatform(ctx, &oci.LookupAiDataPlatformAiDataPlatformArgs{
AiDataPlatformId: testAiDataPlatformOciAiDataPlatformAiDataPlatform.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 testAiDataPlatform = Oci.Oci.GetAiDataPlatformAiDataPlatform.Invoke(new()
{
AiDataPlatformId = testAiDataPlatformOciAiDataPlatformAiDataPlatform.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.oci.OciFunctions;
import com.pulumi.oci.oci.inputs.GetAiDataPlatformAiDataPlatformArgs;
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 testAiDataPlatform = OciFunctions.getAiDataPlatformAiDataPlatform(GetAiDataPlatformAiDataPlatformArgs.builder()
.aiDataPlatformId(testAiDataPlatformOciAiDataPlatformAiDataPlatform.id())
.build());
}
}
variables:
testAiDataPlatform:
fn::invoke:
function: oci:oci:getAiDataPlatformAiDataPlatform
arguments:
aiDataPlatformId: ${testAiDataPlatformOciAiDataPlatformAiDataPlatform.id}
Using getAiDataPlatformAiDataPlatform
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 getAiDataPlatformAiDataPlatform(args: GetAiDataPlatformAiDataPlatformArgs, opts?: InvokeOptions): Promise<GetAiDataPlatformAiDataPlatformResult>
function getAiDataPlatformAiDataPlatformOutput(args: GetAiDataPlatformAiDataPlatformOutputArgs, opts?: InvokeOptions): Output<GetAiDataPlatformAiDataPlatformResult>def get_ai_data_platform_ai_data_platform(ai_data_platform_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAiDataPlatformAiDataPlatformResult
def get_ai_data_platform_ai_data_platform_output(ai_data_platform_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAiDataPlatformAiDataPlatformResult]func LookupAiDataPlatformAiDataPlatform(ctx *Context, args *LookupAiDataPlatformAiDataPlatformArgs, opts ...InvokeOption) (*LookupAiDataPlatformAiDataPlatformResult, error)
func LookupAiDataPlatformAiDataPlatformOutput(ctx *Context, args *LookupAiDataPlatformAiDataPlatformOutputArgs, opts ...InvokeOption) LookupAiDataPlatformAiDataPlatformResultOutput> Note: This function is named LookupAiDataPlatformAiDataPlatform in the Go SDK.
public static class GetAiDataPlatformAiDataPlatform
{
public static Task<GetAiDataPlatformAiDataPlatformResult> InvokeAsync(GetAiDataPlatformAiDataPlatformArgs args, InvokeOptions? opts = null)
public static Output<GetAiDataPlatformAiDataPlatformResult> Invoke(GetAiDataPlatformAiDataPlatformInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAiDataPlatformAiDataPlatformResult> getAiDataPlatformAiDataPlatform(GetAiDataPlatformAiDataPlatformArgs args, InvokeOptions options)
public static Output<GetAiDataPlatformAiDataPlatformResult> getAiDataPlatformAiDataPlatform(GetAiDataPlatformAiDataPlatformArgs args, InvokeOptions options)
fn::invoke:
function: oci:oci/getAiDataPlatformAiDataPlatform:getAiDataPlatformAiDataPlatform
arguments:
# arguments dictionaryThe following arguments are supported:
- Ai
Data stringPlatform Id - The OCID of the AiDataPlatform.
- Ai
Data stringPlatform Id - The OCID of the AiDataPlatform.
- ai
Data StringPlatform Id - The OCID of the AiDataPlatform.
- ai
Data stringPlatform Id - The OCID of the AiDataPlatform.
- ai_
data_ strplatform_ id - The OCID of the AiDataPlatform.
- ai
Data StringPlatform Id - The OCID of the AiDataPlatform.
getAiDataPlatformAiDataPlatform Result
The following output properties are available:
- Ai
Data stringPlatform Id - Ai
Data stringPlatform Type - The AiDataPlatform type.
- Alias
Key string - The alias Id of the AiDataPlatform which is the short form of OCID.
- Compartment
Id string - The OCID of the compartment.
- Created
By string - The OCID of the IAM user.
- Default
Workspace stringName - Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - Id string
- The OCID of the AiDataPlatform.
- Lifecycle
Details string - A message that describes the current state of the AiDataPlatform in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- State string
- The current state of the AiDataPlatform.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The date and time the AiDataPlatform was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Updated string - The date and time the AiDataPlatform was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Web
Socket stringEndpoint - The WebSocket URL of the AiDataPlatform.
- Ai
Data stringPlatform Id - Ai
Data stringPlatform Type - The AiDataPlatform type.
- Alias
Key string - The alias Id of the AiDataPlatform which is the short form of OCID.
- Compartment
Id string - The OCID of the compartment.
- Created
By string - The OCID of the IAM user.
- Default
Workspace stringName - map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - Id string
- The OCID of the AiDataPlatform.
- Lifecycle
Details string - A message that describes the current state of the AiDataPlatform in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- State string
- The current state of the AiDataPlatform.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The date and time the AiDataPlatform was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Updated string - The date and time the AiDataPlatform was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Web
Socket stringEndpoint - The WebSocket URL of the AiDataPlatform.
- ai
Data StringPlatform Id - ai
Data StringPlatform Type - The AiDataPlatform type.
- alias
Key String - The alias Id of the AiDataPlatform which is the short form of OCID.
- compartment
Id String - The OCID of the compartment.
- created
By String - The OCID of the IAM user.
- default
Workspace StringName - Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - display
Name String - A user-friendly name. Does not have to be unique, and it's changeable.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id String
- The OCID of the AiDataPlatform.
- lifecycle
Details String - A message that describes the current state of the AiDataPlatform in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- state String
- The current state of the AiDataPlatform.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The date and time the AiDataPlatform was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated String - The date and time the AiDataPlatform was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - web
Socket StringEndpoint - The WebSocket URL of the AiDataPlatform.
- ai
Data stringPlatform Id - ai
Data stringPlatform Type - The AiDataPlatform type.
- alias
Key string - The alias Id of the AiDataPlatform which is the short form of OCID.
- compartment
Id string - The OCID of the compartment.
- created
By string - The OCID of the IAM user.
- default
Workspace stringName - {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - display
Name string - A user-friendly name. Does not have to be unique, and it's changeable.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id string
- The OCID of the AiDataPlatform.
- lifecycle
Details string - A message that describes the current state of the AiDataPlatform in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- state string
- The current state of the AiDataPlatform.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created string - The date and time the AiDataPlatform was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated string - The date and time the AiDataPlatform was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - web
Socket stringEndpoint - The WebSocket URL of the AiDataPlatform.
- ai_
data_ strplatform_ id - ai_
data_ strplatform_ type - The AiDataPlatform type.
- alias_
key str - The alias Id of the AiDataPlatform which is the short form of OCID.
- compartment_
id str - The OCID of the compartment.
- created_
by str - The OCID of the IAM user.
- default_
workspace_ strname - Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - display_
name str - A user-friendly name. Does not have to be unique, and it's changeable.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id str
- The OCID of the AiDataPlatform.
- lifecycle_
details str - A message that describes the current state of the AiDataPlatform in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- state str
- The current state of the AiDataPlatform.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time_
created str - The date and time the AiDataPlatform was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time_
updated str - The date and time the AiDataPlatform was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - web_
socket_ strendpoint - The WebSocket URL of the AiDataPlatform.
- ai
Data StringPlatform Id - ai
Data StringPlatform Type - The AiDataPlatform type.
- alias
Key String - The alias Id of the AiDataPlatform which is the short form of OCID.
- compartment
Id String - The OCID of the compartment.
- created
By String - The OCID of the IAM user.
- default
Workspace StringName - Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - display
Name String - A user-friendly name. Does not have to be unique, and it's changeable.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id String
- The OCID of the AiDataPlatform.
- lifecycle
Details String - A message that describes the current state of the AiDataPlatform in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- state String
- The current state of the AiDataPlatform.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The date and time the AiDataPlatform was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated String - The date and time the AiDataPlatform was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - web
Socket StringEndpoint - The WebSocket URL of the AiDataPlatform.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.5.0
published on Thursday, Apr 2, 2026 by Pulumi
published on Thursday, Apr 2, 2026 by Pulumi
