oci.EmWarehouse.EmWarehouse
Explore with Pulumi AI
This resource provides the Em Warehouse resource in Oracle Cloud Infrastructure Em Warehouse service.
Creates a new EmWarehouse.
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testEmWarehouse = new Oci.EmWarehouse.EmWarehouse("testEmWarehouse", new()
{
CompartmentId = @var.Compartment_id,
EmBridgeId = oci_em_warehouse_em_bridge.Test_em_bridge.Id,
OperationsInsightsWarehouseId = oci_opsi_operations_insights_warehouse.Test_operations_insights_warehouse.Id,
DefinedTags =
{
{ "foo-namespace.bar-key", "value" },
},
DisplayName = @var.Em_warehouse_display_name,
FreeformTags =
{
{ "bar-key", "value" },
},
});
});
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.NewEmWarehouse(ctx, "testEmWarehouse", &EmWarehouse.EmWarehouseArgs{
CompartmentId: pulumi.Any(_var.Compartment_id),
EmBridgeId: pulumi.Any(oci_em_warehouse_em_bridge.Test_em_bridge.Id),
OperationsInsightsWarehouseId: pulumi.Any(oci_opsi_operations_insights_warehouse.Test_operations_insights_warehouse.Id),
DefinedTags: pulumi.AnyMap{
"foo-namespace.bar-key": pulumi.Any("value"),
},
DisplayName: pulumi.Any(_var.Em_warehouse_display_name),
FreeformTags: pulumi.AnyMap{
"bar-key": pulumi.Any("value"),
},
})
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.EmWarehouse;
import com.pulumi.oci.EmWarehouse.EmWarehouseArgs;
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) {
var testEmWarehouse = new EmWarehouse("testEmWarehouse", EmWarehouseArgs.builder()
.compartmentId(var_.compartment_id())
.emBridgeId(oci_em_warehouse_em_bridge.test_em_bridge().id())
.operationsInsightsWarehouseId(oci_opsi_operations_insights_warehouse.test_operations_insights_warehouse().id())
.definedTags(Map.of("foo-namespace.bar-key", "value"))
.displayName(var_.em_warehouse_display_name())
.freeformTags(Map.of("bar-key", "value"))
.build());
}
}
import pulumi
import pulumi_oci as oci
test_em_warehouse = oci.em_warehouse.EmWarehouse("testEmWarehouse",
compartment_id=var["compartment_id"],
em_bridge_id=oci_em_warehouse_em_bridge["test_em_bridge"]["id"],
operations_insights_warehouse_id=oci_opsi_operations_insights_warehouse["test_operations_insights_warehouse"]["id"],
defined_tags={
"foo-namespace.bar-key": "value",
},
display_name=var["em_warehouse_display_name"],
freeform_tags={
"bar-key": "value",
})
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testEmWarehouse = new oci.emwarehouse.EmWarehouse("testEmWarehouse", {
compartmentId: _var.compartment_id,
emBridgeId: oci_em_warehouse_em_bridge.test_em_bridge.id,
operationsInsightsWarehouseId: oci_opsi_operations_insights_warehouse.test_operations_insights_warehouse.id,
definedTags: {
"foo-namespace.bar-key": "value",
},
displayName: _var.em_warehouse_display_name,
freeformTags: {
"bar-key": "value",
},
});
resources:
testEmWarehouse:
type: oci:EmWarehouse:EmWarehouse
properties:
#Required
compartmentId: ${var.compartment_id}
emBridgeId: ${oci_em_warehouse_em_bridge.test_em_bridge.id}
operationsInsightsWarehouseId: ${oci_opsi_operations_insights_warehouse.test_operations_insights_warehouse.id}
#Optional
definedTags:
foo-namespace.bar-key: value
displayName: ${var.em_warehouse_display_name}
freeformTags:
bar-key: value
Create EmWarehouse Resource
new EmWarehouse(name: string, args: EmWarehouseArgs, opts?: CustomResourceOptions);
@overload
def EmWarehouse(resource_name: str,
opts: Optional[ResourceOptions] = None,
compartment_id: Optional[str] = None,
defined_tags: Optional[Mapping[str, Any]] = None,
display_name: Optional[str] = None,
em_bridge_id: Optional[str] = None,
freeform_tags: Optional[Mapping[str, Any]] = None,
operations_insights_warehouse_id: Optional[str] = None)
@overload
def EmWarehouse(resource_name: str,
args: EmWarehouseArgs,
opts: Optional[ResourceOptions] = None)
func NewEmWarehouse(ctx *Context, name string, args EmWarehouseArgs, opts ...ResourceOption) (*EmWarehouse, error)
public EmWarehouse(string name, EmWarehouseArgs args, CustomResourceOptions? opts = null)
public EmWarehouse(String name, EmWarehouseArgs args)
public EmWarehouse(String name, EmWarehouseArgs args, CustomResourceOptions options)
type: oci:EmWarehouse:EmWarehouse
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EmWarehouseArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args EmWarehouseArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args EmWarehouseArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EmWarehouseArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EmWarehouseArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
EmWarehouse Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The EmWarehouse resource accepts the following input properties:
- Compartment
Id string (Updatable) Compartment Identifier
- Em
Bridge stringId (Updatable) EMBridge Identifier
- Operations
Insights stringWarehouse Id operations Insights Warehouse Identifier
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Dictionary<string, object>
(Updatable) 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
- Dictionary<string, object>
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Compartment
Id string (Updatable) Compartment Identifier
- Em
Bridge stringId (Updatable) EMBridge Identifier
- Operations
Insights stringWarehouse Id operations Insights Warehouse Identifier
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- map[string]interface{}
(Updatable) 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
- map[string]interface{}
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- compartment
Id String (Updatable) Compartment Identifier
- em
Bridge StringId (Updatable) EMBridge Identifier
- operations
Insights StringWarehouse Id operations Insights Warehouse Identifier
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Map<String,Object>
(Updatable) 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
- Map<String,Object>
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- compartment
Id string (Updatable) Compartment Identifier
- em
Bridge stringId (Updatable) EMBridge Identifier
- operations
Insights stringWarehouse Id operations Insights Warehouse Identifier
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- {[key: string]: any}
(Updatable) 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
- {[key: string]: any}
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- compartment_
id str (Updatable) Compartment Identifier
- em_
bridge_ strid (Updatable) EMBridge Identifier
- operations_
insights_ strwarehouse_ id operations Insights Warehouse Identifier
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Mapping[str, Any]
(Updatable) 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
- Mapping[str, Any]
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- compartment
Id String (Updatable) Compartment Identifier
- em
Bridge StringId (Updatable) EMBridge Identifier
- operations
Insights StringWarehouse Id operations Insights Warehouse Identifier
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Map<Any>
(Updatable) 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
- Map<Any>
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
Outputs
All input properties are implicitly available as output properties. Additionally, the EmWarehouse resource produces the following output properties:
- Em
Warehouse stringType Type of the EmWarehouse.
- Id string
The provider-assigned unique ID for this managed resource.
- 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.
- 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
- Em
Warehouse stringType Type of the EmWarehouse.
- Id string
The provider-assigned unique ID for this managed resource.
- 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.
- 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
- em
Warehouse StringType Type of the EmWarehouse.
- id String
The provider-assigned unique ID for this managed resource.
- 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.
- 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
- em
Warehouse stringType Type of the EmWarehouse.
- id string
The provider-assigned unique ID for this managed resource.
- 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.
- 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
- em_
warehouse_ strtype Type of the EmWarehouse.
- id str
The provider-assigned unique ID for this managed resource.
- 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.
- 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
- em
Warehouse StringType Type of the EmWarehouse.
- id String
The provider-assigned unique ID for this managed resource.
- 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.
- 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
Look up Existing EmWarehouse Resource
Get an existing EmWarehouse resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: EmWarehouseState, opts?: CustomResourceOptions): EmWarehouse
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
compartment_id: Optional[str] = None,
defined_tags: Optional[Mapping[str, Any]] = None,
display_name: Optional[str] = None,
em_bridge_id: Optional[str] = None,
em_warehouse_type: Optional[str] = None,
freeform_tags: Optional[Mapping[str, Any]] = None,
latest_etl_run_message: Optional[str] = None,
latest_etl_run_status: Optional[str] = None,
latest_etl_run_time: Optional[str] = None,
lifecycle_details: Optional[str] = None,
operations_insights_warehouse_id: Optional[str] = None,
state: Optional[str] = None,
system_tags: Optional[Mapping[str, Any]] = None,
time_created: Optional[str] = None,
time_updated: Optional[str] = None) -> EmWarehouse
func GetEmWarehouse(ctx *Context, name string, id IDInput, state *EmWarehouseState, opts ...ResourceOption) (*EmWarehouse, error)
public static EmWarehouse Get(string name, Input<string> id, EmWarehouseState? state, CustomResourceOptions? opts = null)
public static EmWarehouse get(String name, Output<String> id, EmWarehouseState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Compartment
Id string (Updatable) Compartment Identifier
- Dictionary<string, object>
(Updatable) 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
- Em
Bridge stringId (Updatable) EMBridge Identifier
- Em
Warehouse stringType Type of the EmWarehouse.
- Dictionary<string, object>
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- 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
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- 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 (Updatable) Compartment Identifier
- map[string]interface{}
(Updatable) 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
- Em
Bridge stringId (Updatable) EMBridge Identifier
- Em
Warehouse stringType Type of the EmWarehouse.
- map[string]interface{}
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- 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
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- 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 (Updatable) Compartment Identifier
- Map<String,Object>
(Updatable) 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
- em
Bridge StringId (Updatable) EMBridge Identifier
- em
Warehouse StringType Type of the EmWarehouse.
- Map<String,Object>
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- 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
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- 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 (Updatable) Compartment Identifier
- {[key: string]: any}
(Updatable) 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
- em
Bridge stringId (Updatable) EMBridge Identifier
- em
Warehouse stringType Type of the EmWarehouse.
- {[key: string]: any}
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- 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
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- 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 (Updatable) Compartment Identifier
- Mapping[str, Any]
(Updatable) 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
- em_
bridge_ strid (Updatable) EMBridge Identifier
- em_
warehouse_ strtype Type of the EmWarehouse.
- Mapping[str, Any]
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- 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
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- 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 (Updatable) Compartment Identifier
- Map<Any>
(Updatable) 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
- em
Bridge StringId (Updatable) EMBridge Identifier
- em
Warehouse StringType Type of the EmWarehouse.
- Map<Any>
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- 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
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- 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
Import
EmWarehouses can be imported using the id
, e.g.
$ pulumi import oci:EmWarehouse/emWarehouse:EmWarehouse test_em_warehouse "id"
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.