oci.Adm.KnowledgeBase
This resource provides the Knowledge Base resource in Oracle Cloud Infrastructure Adm service.
Creates a new Knowledge Base.
Example Usage
using System.Collections.Generic;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testKnowledgeBase = new Oci.Adm.KnowledgeBase("testKnowledgeBase", new()
{
CompartmentId = @var.Compartment_id,
DefinedTags =
{
{ "foo-namespace.bar-key", "value" },
},
DisplayName = @var.Knowledge_base_display_name,
FreeformTags =
{
{ "bar-key", "value" },
},
});
});
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/Adm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Adm.NewKnowledgeBase(ctx, "testKnowledgeBase", &Adm.KnowledgeBaseArgs{
CompartmentId: pulumi.Any(_var.Compartment_id),
DefinedTags: pulumi.AnyMap{
"foo-namespace.bar-key": pulumi.Any("value"),
},
DisplayName: pulumi.Any(_var.Knowledge_base_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.Adm.KnowledgeBase;
import com.pulumi.oci.Adm.KnowledgeBaseArgs;
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 testKnowledgeBase = new KnowledgeBase("testKnowledgeBase", KnowledgeBaseArgs.builder()
.compartmentId(var_.compartment_id())
.definedTags(Map.of("foo-namespace.bar-key", "value"))
.displayName(var_.knowledge_base_display_name())
.freeformTags(Map.of("bar-key", "value"))
.build());
}
}
import pulumi
import pulumi_oci as oci
test_knowledge_base = oci.adm.KnowledgeBase("testKnowledgeBase",
compartment_id=var["compartment_id"],
defined_tags={
"foo-namespace.bar-key": "value",
},
display_name=var["knowledge_base_display_name"],
freeform_tags={
"bar-key": "value",
})
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testKnowledgeBase = new oci.adm.KnowledgeBase("testKnowledgeBase", {
compartmentId: _var.compartment_id,
definedTags: {
"foo-namespace.bar-key": "value",
},
displayName: _var.knowledge_base_display_name,
freeformTags: {
"bar-key": "value",
},
});
resources:
testKnowledgeBase:
type: oci:Adm:KnowledgeBase
properties:
#Required
compartmentId: ${var.compartment_id}
#Optional
definedTags:
foo-namespace.bar-key: value
displayName: ${var.knowledge_base_display_name}
freeformTags:
bar-key: value
Create KnowledgeBase Resource
new KnowledgeBase(name: string, args: KnowledgeBaseArgs, opts?: CustomResourceOptions);
@overload
def KnowledgeBase(resource_name: str,
opts: Optional[ResourceOptions] = None,
compartment_id: Optional[str] = None,
defined_tags: Optional[Mapping[str, Any]] = None,
display_name: Optional[str] = None,
freeform_tags: Optional[Mapping[str, Any]] = None)
@overload
def KnowledgeBase(resource_name: str,
args: KnowledgeBaseArgs,
opts: Optional[ResourceOptions] = None)
func NewKnowledgeBase(ctx *Context, name string, args KnowledgeBaseArgs, opts ...ResourceOption) (*KnowledgeBase, error)
public KnowledgeBase(string name, KnowledgeBaseArgs args, CustomResourceOptions? opts = null)
public KnowledgeBase(String name, KnowledgeBaseArgs args)
public KnowledgeBase(String name, KnowledgeBaseArgs args, CustomResourceOptions options)
type: oci:Adm:KnowledgeBase
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args KnowledgeBaseArgs
- 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 KnowledgeBaseArgs
- 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 KnowledgeBaseArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args KnowledgeBaseArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args KnowledgeBaseArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
KnowledgeBase 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 KnowledgeBase resource accepts the following input properties:
- Compartment
Id string (Updatable) The Oracle Cloud Identifier (OCID) of the Knowledge Base's compartment.
- 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 (Updatable) The name of the Knowledge Base.
- 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) The Oracle Cloud Identifier (OCID) of the Knowledge Base's compartment.
- 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 (Updatable) The name of the Knowledge Base.
- 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) The Oracle Cloud Identifier (OCID) of the Knowledge Base's compartment.
- 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 (Updatable) The name of the Knowledge Base.
- 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) The Oracle Cloud Identifier (OCID) of the Knowledge Base's compartment.
- {[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 (Updatable) The name of the Knowledge Base.
- {[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) The Oracle Cloud Identifier (OCID) of the Knowledge Base's compartment.
- 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 (Updatable) The name of the Knowledge Base.
- 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) The Oracle Cloud Identifier (OCID) of the Knowledge Base's compartment.
- 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 (Updatable) The name of the Knowledge Base.
- 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 KnowledgeBase resource produces the following output properties:
- Id string
The provider-assigned unique ID for this managed resource.
- State string
The current lifecycle state of the Knowledge Base.
- 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 creation date and time of the Knowledge Base (formatted according to RFC3339).
- Time
Updated string The date and time the Knowledge Base was last updated (formatted according to RFC3339).
- Id string
The provider-assigned unique ID for this managed resource.
- State string
The current lifecycle state of the Knowledge Base.
- 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 creation date and time of the Knowledge Base (formatted according to RFC3339).
- Time
Updated string The date and time the Knowledge Base was last updated (formatted according to RFC3339).
- id String
The provider-assigned unique ID for this managed resource.
- state String
The current lifecycle state of the Knowledge Base.
- 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 creation date and time of the Knowledge Base (formatted according to RFC3339).
- time
Updated String The date and time the Knowledge Base was last updated (formatted according to RFC3339).
- id string
The provider-assigned unique ID for this managed resource.
- state string
The current lifecycle state of the Knowledge Base.
- {[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 creation date and time of the Knowledge Base (formatted according to RFC3339).
- time
Updated string The date and time the Knowledge Base was last updated (formatted according to RFC3339).
- id str
The provider-assigned unique ID for this managed resource.
- state str
The current lifecycle state of the Knowledge Base.
- 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 creation date and time of the Knowledge Base (formatted according to RFC3339).
- time_
updated str The date and time the Knowledge Base was last updated (formatted according to RFC3339).
- id String
The provider-assigned unique ID for this managed resource.
- state String
The current lifecycle state of the Knowledge Base.
- 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 creation date and time of the Knowledge Base (formatted according to RFC3339).
- time
Updated String The date and time the Knowledge Base was last updated (formatted according to RFC3339).
Look up Existing KnowledgeBase Resource
Get an existing KnowledgeBase 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?: KnowledgeBaseState, opts?: CustomResourceOptions): KnowledgeBase
@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,
freeform_tags: Optional[Mapping[str, Any]] = None,
state: Optional[str] = None,
system_tags: Optional[Mapping[str, Any]] = None,
time_created: Optional[str] = None,
time_updated: Optional[str] = None) -> KnowledgeBase
func GetKnowledgeBase(ctx *Context, name string, id IDInput, state *KnowledgeBaseState, opts ...ResourceOption) (*KnowledgeBase, error)
public static KnowledgeBase Get(string name, Input<string> id, KnowledgeBaseState? state, CustomResourceOptions? opts = null)
public static KnowledgeBase get(String name, Output<String> id, KnowledgeBaseState 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) The Oracle Cloud Identifier (OCID) of the Knowledge Base's compartment.
- 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 (Updatable) The name of the Knowledge Base.
- 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"}
- State string
The current lifecycle state of the Knowledge Base.
- 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 creation date and time of the Knowledge Base (formatted according to RFC3339).
- Time
Updated string The date and time the Knowledge Base was last updated (formatted according to RFC3339).
- Compartment
Id string (Updatable) The Oracle Cloud Identifier (OCID) of the Knowledge Base's compartment.
- 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 (Updatable) The name of the Knowledge Base.
- 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"}
- State string
The current lifecycle state of the Knowledge Base.
- 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 creation date and time of the Knowledge Base (formatted according to RFC3339).
- Time
Updated string The date and time the Knowledge Base was last updated (formatted according to RFC3339).
- compartment
Id String (Updatable) The Oracle Cloud Identifier (OCID) of the Knowledge Base's compartment.
- 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 (Updatable) The name of the Knowledge Base.
- 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"}
- state String
The current lifecycle state of the Knowledge Base.
- 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 creation date and time of the Knowledge Base (formatted according to RFC3339).
- time
Updated String The date and time the Knowledge Base was last updated (formatted according to RFC3339).
- compartment
Id string (Updatable) The Oracle Cloud Identifier (OCID) of the Knowledge Base's compartment.
- {[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 (Updatable) The name of the Knowledge Base.
- {[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"}
- state string
The current lifecycle state of the Knowledge Base.
- {[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 creation date and time of the Knowledge Base (formatted according to RFC3339).
- time
Updated string The date and time the Knowledge Base was last updated (formatted according to RFC3339).
- compartment_
id str (Updatable) The Oracle Cloud Identifier (OCID) of the Knowledge Base's compartment.
- 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 (Updatable) The name of the Knowledge Base.
- 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"}
- state str
The current lifecycle state of the Knowledge Base.
- 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 creation date and time of the Knowledge Base (formatted according to RFC3339).
- time_
updated str The date and time the Knowledge Base was last updated (formatted according to RFC3339).
- compartment
Id String (Updatable) The Oracle Cloud Identifier (OCID) of the Knowledge Base's compartment.
- 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 (Updatable) The name of the Knowledge Base.
- 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"}
- state String
The current lifecycle state of the Knowledge Base.
- 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 creation date and time of the Knowledge Base (formatted according to RFC3339).
- time
Updated String The date and time the Knowledge Base was last updated (formatted according to RFC3339).
Import
KnowledgeBases can be imported using the id
, e.g.
$ pulumi import oci:Adm/knowledgeBase:KnowledgeBase test_knowledge_base "id"
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.