oci.EmWarehouse.getEmWarehouse
This data source provides details about a specific Em Warehouse resource in Oracle Cloud Infrastructure Em Warehouse service.
Gets a EmWarehouse by identifier
Example Usage
using System.Collections.Generic;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testEmWarehouse = Oci.EmWarehouse.GetEmWarehouse.Invoke(new()
{
EmWarehouseId = oci_em_warehouse_em_warehouse.Test_em_warehouse.Id,
});
});
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/EmWarehouse"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := EmWarehouse.GetEmWarehouse(ctx, &emwarehouse.GetEmWarehouseArgs{
EmWarehouseId: oci_em_warehouse_em_warehouse.Test_em_warehouse.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.EmWarehouse.EmWarehouseFunctions;
import com.pulumi.oci.EmWarehouse.inputs.GetEmWarehouseArgs;
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 testEmWarehouse = EmWarehouseFunctions.getEmWarehouse(GetEmWarehouseArgs.builder()
.emWarehouseId(oci_em_warehouse_em_warehouse.test_em_warehouse().id())
.build());
}
}
import pulumi
import pulumi_oci as oci
test_em_warehouse = oci.EmWarehouse.get_em_warehouse(em_warehouse_id=oci_em_warehouse_em_warehouse["test_em_warehouse"]["id"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testEmWarehouse = oci.EmWarehouse.getEmWarehouse({
emWarehouseId: oci_em_warehouse_em_warehouse.test_em_warehouse.id,
});
variables:
testEmWarehouse:
fn::invoke:
Function: oci:EmWarehouse:getEmWarehouse
Arguments:
emWarehouseId: ${oci_em_warehouse_em_warehouse.test_em_warehouse.id}
Using getEmWarehouse
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 getEmWarehouse(args: GetEmWarehouseArgs, opts?: InvokeOptions): Promise<GetEmWarehouseResult>
function getEmWarehouseOutput(args: GetEmWarehouseOutputArgs, opts?: InvokeOptions): Output<GetEmWarehouseResult>
def get_em_warehouse(em_warehouse_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetEmWarehouseResult
def get_em_warehouse_output(em_warehouse_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetEmWarehouseResult]
func GetEmWarehouse(ctx *Context, args *GetEmWarehouseArgs, opts ...InvokeOption) (*GetEmWarehouseResult, error)
func GetEmWarehouseOutput(ctx *Context, args *GetEmWarehouseOutputArgs, opts ...InvokeOption) GetEmWarehouseResultOutput
> Note: This function is named GetEmWarehouse
in the Go SDK.
public static class GetEmWarehouse
{
public static Task<GetEmWarehouseResult> InvokeAsync(GetEmWarehouseArgs args, InvokeOptions? opts = null)
public static Output<GetEmWarehouseResult> Invoke(GetEmWarehouseInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetEmWarehouseResult> getEmWarehouse(GetEmWarehouseArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:EmWarehouse/getEmWarehouse:getEmWarehouse
arguments:
# arguments dictionary
The following arguments are supported:
- Em
Warehouse stringId unique EmWarehouse identifier
- Em
Warehouse stringId unique EmWarehouse identifier
- em
Warehouse StringId unique EmWarehouse identifier
- em
Warehouse stringId unique EmWarehouse identifier
- em_
warehouse_ strid unique EmWarehouse identifier
- em
Warehouse StringId unique EmWarehouse identifier
getEmWarehouse Result
The following output properties are available:
- Compartment
Id string Compartment Identifier
- Dictionary<string, object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string EmWarehouse Identifier, can be renamed
- Em
Bridge stringId EMBridge Identifier
- Em
Warehouse stringId - Em
Warehouse stringType Type of the EmWarehouse.
- Dictionary<string, object>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
Unique identifier that is immutable on creation
- Latest
Etl stringRun Message Data Flow Run Status Message
- Latest
Etl stringRun Status Data Flow Run Status
- Latest
Etl stringRun Time Data Flow Run Total Time
- Lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Operations
Insights stringWarehouse Id operations Insights Warehouse Identifier
- State string
The current state of the EmWarehouse.
- Dictionary<string, object>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string The time the the EmWarehouse was created. An RFC3339 formatted datetime string
- Time
Updated string The time the EmWarehouse was updated. An RFC3339 formatted datetime string
- Compartment
Id string Compartment Identifier
- map[string]interface{}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string EmWarehouse Identifier, can be renamed
- Em
Bridge stringId EMBridge Identifier
- Em
Warehouse stringId - Em
Warehouse stringType Type of the EmWarehouse.
- map[string]interface{}
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
Unique identifier that is immutable on creation
- Latest
Etl stringRun Message Data Flow Run Status Message
- Latest
Etl stringRun Status Data Flow Run Status
- Latest
Etl stringRun Time Data Flow Run Total Time
- Lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Operations
Insights stringWarehouse Id operations Insights Warehouse Identifier
- State string
The current state of the EmWarehouse.
- map[string]interface{}
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string The time the the EmWarehouse was created. An RFC3339 formatted datetime string
- Time
Updated string The time the EmWarehouse was updated. An RFC3339 formatted datetime string
- compartment
Id String Compartment Identifier
- Map<String,Object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String EmWarehouse Identifier, can be renamed
- em
Bridge StringId EMBridge Identifier
- em
Warehouse StringId - em
Warehouse StringType Type of the EmWarehouse.
- Map<String,Object>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
Unique identifier that is immutable on creation
- latest
Etl StringRun Message Data Flow Run Status Message
- latest
Etl StringRun Status Data Flow Run Status
- latest
Etl StringRun Time Data Flow Run Total Time
- lifecycle
Details String A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- operations
Insights StringWarehouse Id operations Insights Warehouse Identifier
- state String
The current state of the EmWarehouse.
- Map<String,Object>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String The time the the EmWarehouse was created. An RFC3339 formatted datetime string
- time
Updated String The time the EmWarehouse was updated. An RFC3339 formatted datetime string
- compartment
Id string Compartment Identifier
- {[key: string]: any}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name string EmWarehouse Identifier, can be renamed
- em
Bridge stringId EMBridge Identifier
- em
Warehouse stringId - em
Warehouse stringType Type of the EmWarehouse.
- {[key: string]: any}
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id string
Unique identifier that is immutable on creation
- latest
Etl stringRun Message Data Flow Run Status Message
- latest
Etl stringRun Status Data Flow Run Status
- latest
Etl stringRun Time Data Flow Run Total Time
- lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- operations
Insights stringWarehouse Id operations Insights Warehouse Identifier
- state string
The current state of the EmWarehouse.
- {[key: string]: any}
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string The time the the EmWarehouse was created. An RFC3339 formatted datetime string
- time
Updated string The time the EmWarehouse was updated. An RFC3339 formatted datetime string
- compartment_
id str Compartment Identifier
- Mapping[str, Any]
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display_
name str EmWarehouse Identifier, can be renamed
- em_
bridge_ strid EMBridge Identifier
- em_
warehouse_ strid - em_
warehouse_ strtype Type of the EmWarehouse.
- Mapping[str, Any]
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id str
Unique identifier that is immutable on creation
- latest_
etl_ strrun_ message Data Flow Run Status Message
- latest_
etl_ strrun_ status Data Flow Run Status
- latest_
etl_ strrun_ time Data Flow Run Total Time
- lifecycle_
details str A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- operations_
insights_ strwarehouse_ id operations Insights Warehouse Identifier
- state str
The current state of the EmWarehouse.
- Mapping[str, Any]
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str The time the the EmWarehouse was created. An RFC3339 formatted datetime string
- time_
updated str The time the EmWarehouse was updated. An RFC3339 formatted datetime string
- compartment
Id String Compartment Identifier
- Map<Any>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String EmWarehouse Identifier, can be renamed
- em
Bridge StringId EMBridge Identifier
- em
Warehouse StringId - em
Warehouse StringType Type of the EmWarehouse.
- Map<Any>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
Unique identifier that is immutable on creation
- latest
Etl StringRun Message Data Flow Run Status Message
- latest
Etl StringRun Status Data Flow Run Status
- latest
Etl StringRun Time Data Flow Run Total Time
- lifecycle
Details String A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- operations
Insights StringWarehouse Id operations Insights Warehouse Identifier
- state String
The current state of the EmWarehouse.
- Map<Any>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String The time the the EmWarehouse was created. An RFC3339 formatted datetime string
- time
Updated String The time the EmWarehouse was updated. An RFC3339 formatted datetime string
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.