Oracle Cloud Infrastructure v0.20.0, May 31 23
Oracle Cloud Infrastructure v0.20.0, May 31 23
oci.AiAnomalyDetection.getDetectionDataAssets
Explore with Pulumi AI
This data source provides the list of Data Assets in Oracle Cloud Infrastructure Ai Anomaly Detection service.
Returns a list of DataAssets.
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testDataAssets = Oci.AiAnomalyDetection.GetDetectionDataAssets.Invoke(new()
{
CompartmentId = @var.Compartment_id,
DisplayName = @var.Data_asset_display_name,
ProjectId = oci_ai_anomaly_detection_project.Test_project.Id,
State = @var.Data_asset_state,
});
});
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/AiAnomalyDetection"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := AiAnomalyDetection.GetDetectionDataAssets(ctx, &aianomalydetection.GetDetectionDataAssetsArgs{
CompartmentId: _var.Compartment_id,
DisplayName: pulumi.StringRef(_var.Data_asset_display_name),
ProjectId: pulumi.StringRef(oci_ai_anomaly_detection_project.Test_project.Id),
State: pulumi.StringRef(_var.Data_asset_state),
}, 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.AiAnomalyDetection.AiAnomalyDetectionFunctions;
import com.pulumi.oci.AiAnomalyDetection.inputs.GetDetectionDataAssetsArgs;
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 testDataAssets = AiAnomalyDetectionFunctions.getDetectionDataAssets(GetDetectionDataAssetsArgs.builder()
.compartmentId(var_.compartment_id())
.displayName(var_.data_asset_display_name())
.projectId(oci_ai_anomaly_detection_project.test_project().id())
.state(var_.data_asset_state())
.build());
}
}
import pulumi
import pulumi_oci as oci
test_data_assets = oci.AiAnomalyDetection.get_detection_data_assets(compartment_id=%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference),
display_name=%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference),
project_id=%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference),
state=%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDataAssets = oci.AiAnomalyDetection.getDetectionDataAssets({
compartmentId: _var.compartment_id,
displayName: _var.data_asset_display_name,
projectId: oci_ai_anomaly_detection_project.test_project.id,
state: _var.data_asset_state,
});
variables:
testDataAssets:
fn::invoke:
Function: oci:AiAnomalyDetection:getDetectionDataAssets
Arguments:
compartmentId: ${var.compartment_id}
displayName: ${var.data_asset_display_name}
projectId: ${oci_ai_anomaly_detection_project.test_project.id}
state: ${var.data_asset_state}
Using getDetectionDataAssets
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 getDetectionDataAssets(args: GetDetectionDataAssetsArgs, opts?: InvokeOptions): Promise<GetDetectionDataAssetsResult>
function getDetectionDataAssetsOutput(args: GetDetectionDataAssetsOutputArgs, opts?: InvokeOptions): Output<GetDetectionDataAssetsResult>
def get_detection_data_assets(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_aianomalydetection.GetDetectionDataAssetsFilter]] = None,
project_id: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDetectionDataAssetsResult
def get_detection_data_assets_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_aianomalydetection.GetDetectionDataAssetsFilterArgs]]]] = None,
project_id: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDetectionDataAssetsResult]
func GetDetectionDataAssets(ctx *Context, args *GetDetectionDataAssetsArgs, opts ...InvokeOption) (*GetDetectionDataAssetsResult, error)
func GetDetectionDataAssetsOutput(ctx *Context, args *GetDetectionDataAssetsOutputArgs, opts ...InvokeOption) GetDetectionDataAssetsResultOutput
> Note: This function is named GetDetectionDataAssets
in the Go SDK.
public static class GetDetectionDataAssets
{
public static Task<GetDetectionDataAssetsResult> InvokeAsync(GetDetectionDataAssetsArgs args, InvokeOptions? opts = null)
public static Output<GetDetectionDataAssetsResult> Invoke(GetDetectionDataAssetsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDetectionDataAssetsResult> getDetectionDataAssets(GetDetectionDataAssetsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:AiAnomalyDetection/getDetectionDataAssets:getDetectionDataAssets
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string The ID of the compartment in which to list resources.
- Display
Name string A filter to return only resources that match the entire display name given.
- Filters
List<Get
Detection Data Assets Filter> - Project
Id string The ID of the project for which to list the objects.
- State string
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- Compartment
Id string The ID of the compartment in which to list resources.
- Display
Name string A filter to return only resources that match the entire display name given.
- Filters
[]Get
Detection Data Assets Filter - Project
Id string The ID of the project for which to list the objects.
- State string
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- compartment
Id String The ID of the compartment in which to list resources.
- display
Name String A filter to return only resources that match the entire display name given.
- filters
List<Get
Detection Data Assets Filter> - project
Id String The ID of the project for which to list the objects.
- state String
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- compartment
Id string The ID of the compartment in which to list resources.
- display
Name string A filter to return only resources that match the entire display name given.
- filters
Get
Detection Data Assets Filter[] - project
Id string The ID of the project for which to list the objects.
- state string
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- compartment_
id str The ID of the compartment in which to list resources.
- display_
name str A filter to return only resources that match the entire display name given.
- filters
Get
Detection Data Assets Filter] - project_
id str The ID of the project for which to list the objects.
- state str
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- compartment
Id String The ID of the compartment in which to list resources.
- display
Name String A filter to return only resources that match the entire display name given.
- filters List<Property Map>
- project
Id String The ID of the project for which to list the objects.
- state String
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
getDetectionDataAssets Result
The following output properties are available:
- Compartment
Id string The OCID of the compartment containing the DataAsset.
- Data
Asset List<GetCollections Detection Data Assets Data Asset Collection> The list of data_asset_collection.
- Id string
The provider-assigned unique ID for this managed resource.
- Display
Name string A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
List<Get
Detection Data Assets Filter> - Project
Id string The Unique project id which is created at project creation that is immutable on creation.
- State string
The lifecycle state of the Data Asset.
- Compartment
Id string The OCID of the compartment containing the DataAsset.
- Data
Asset []GetCollections Detection Data Assets Data Asset Collection The list of data_asset_collection.
- Id string
The provider-assigned unique ID for this managed resource.
- Display
Name string A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
[]Get
Detection Data Assets Filter - Project
Id string The Unique project id which is created at project creation that is immutable on creation.
- State string
The lifecycle state of the Data Asset.
- compartment
Id String The OCID of the compartment containing the DataAsset.
- data
Asset List<GetCollections Detection Data Assets Data Asset Collection> The list of data_asset_collection.
- id String
The provider-assigned unique ID for this managed resource.
- display
Name String A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
List<Get
Detection Data Assets Filter> - project
Id String The Unique project id which is created at project creation that is immutable on creation.
- state String
The lifecycle state of the Data Asset.
- compartment
Id string The OCID of the compartment containing the DataAsset.
- data
Asset GetCollections Detection Data Assets Data Asset Collection[] The list of data_asset_collection.
- id string
The provider-assigned unique ID for this managed resource.
- display
Name string A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
Get
Detection Data Assets Filter[] - project
Id string The Unique project id which is created at project creation that is immutable on creation.
- state string
The lifecycle state of the Data Asset.
- compartment_
id str The OCID of the compartment containing the DataAsset.
- data_
asset_ Getcollections Detection Data Assets Data Asset Collection] The list of data_asset_collection.
- id str
The provider-assigned unique ID for this managed resource.
- display_
name str A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
Get
Detection Data Assets Filter] - project_
id str The Unique project id which is created at project creation that is immutable on creation.
- state str
The lifecycle state of the Data Asset.
- compartment
Id String The OCID of the compartment containing the DataAsset.
- data
Asset List<Property Map>Collections The list of data_asset_collection.
- id String
The provider-assigned unique ID for this managed resource.
- display
Name String A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters List<Property Map>
- project
Id String The Unique project id which is created at project creation that is immutable on creation.
- state String
The lifecycle state of the Data Asset.
Supporting Types
GetDetectionDataAssetsDataAssetCollection
GetDetectionDataAssetsDataAssetCollectionItem
- Compartment
Id string The ID of the compartment in which to list resources.
- Data
Source List<GetDetails Detection Data Assets Data Asset Collection Item Data Source Detail> Possible data sources
- Dictionary<string, object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
A short description of the data asset.
- Display
Name string A filter to return only resources that match the entire display name given.
- 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
The Unique Oracle ID (OCID) that is immutable on creation.
- Private
Endpoint stringId OCID of Private Endpoint.
- Project
Id string The ID of the project for which to list the objects.
- State string
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- 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 DataAsset was created. An RFC3339 formatted datetime string
- Time
Updated string The time the the DataAsset was updated. An RFC3339 formatted datetime string
- Compartment
Id string The ID of the compartment in which to list resources.
- Data
Source []GetDetails Detection Data Assets Data Asset Collection Item Data Source Detail Possible data sources
- map[string]interface{}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
A short description of the data asset.
- Display
Name string A filter to return only resources that match the entire display name given.
- 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
The Unique Oracle ID (OCID) that is immutable on creation.
- Private
Endpoint stringId OCID of Private Endpoint.
- Project
Id string The ID of the project for which to list the objects.
- State string
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- 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 DataAsset was created. An RFC3339 formatted datetime string
- Time
Updated string The time the the DataAsset was updated. An RFC3339 formatted datetime string
- compartment
Id String The ID of the compartment in which to list resources.
- data
Source List<GetDetails Detection Data Assets Data Asset Collection Item Data Source Detail> Possible data sources
- Map<String,Object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
A short description of the data asset.
- display
Name String A filter to return only resources that match the entire display name given.
- 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
The Unique Oracle ID (OCID) that is immutable on creation.
- private
Endpoint StringId OCID of Private Endpoint.
- project
Id String The ID of the project for which to list the objects.
- state String
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- 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 DataAsset was created. An RFC3339 formatted datetime string
- time
Updated String The time the the DataAsset was updated. An RFC3339 formatted datetime string
- compartment
Id string The ID of the compartment in which to list resources.
- data
Source GetDetails Detection Data Assets Data Asset Collection Item Data Source Detail[] Possible data sources
- {[key: string]: any}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description string
A short description of the data asset.
- display
Name string A filter to return only resources that match the entire display name given.
- {[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
The Unique Oracle ID (OCID) that is immutable on creation.
- private
Endpoint stringId OCID of Private Endpoint.
- project
Id string The ID of the project for which to list the objects.
- state string
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- {[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 DataAsset was created. An RFC3339 formatted datetime string
- time
Updated string The time the the DataAsset was updated. An RFC3339 formatted datetime string
- compartment_
id str The ID of the compartment in which to list resources.
- data_
source_ Getdetails Detection Data Assets Data Asset Collection Item Data Source Detail] Possible data sources
- Mapping[str, Any]
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description str
A short description of the data asset.
- display_
name str A filter to return only resources that match the entire display name given.
- 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
The Unique Oracle ID (OCID) that is immutable on creation.
- private_
endpoint_ strid OCID of Private Endpoint.
- project_
id str The ID of the project for which to list the objects.
- state str
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- 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 DataAsset was created. An RFC3339 formatted datetime string
- time_
updated str The time the the DataAsset was updated. An RFC3339 formatted datetime string
- compartment
Id String The ID of the compartment in which to list resources.
- data
Source List<Property Map>Details Possible data sources
- Map<Any>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
A short description of the data asset.
- display
Name String A filter to return only resources that match the entire display name given.
- 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
The Unique Oracle ID (OCID) that is immutable on creation.
- private
Endpoint StringId OCID of Private Endpoint.
- project
Id String The ID of the project for which to list the objects.
- state String
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- 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 DataAsset was created. An RFC3339 formatted datetime string
- time
Updated String The time the the DataAsset was updated. An RFC3339 formatted datetime string
GetDetectionDataAssetsDataAssetCollectionItemDataSourceDetail
- Atp
Password stringSecret Id atp db password Secret Id
- Atp
User stringName atp db user name
- Bucket string
Bucket Name for influx connection
- Cwallet
File stringSecret Id OCID of the secret containing the containers certificates of ATP wallet
- Data
Source stringType Data source type where actually data asset is being stored
- Database
Name string DB Name for influx connection
- Ewallet
File stringSecret Id OCID of the secret containing the PDB'S certificates of ATP wallet
- Key
Store stringFile Secret Id OCID of the secret containing Keystore.jks file of the ATP wallet
- Measurement
Name string Measurement name for influx
- Namespace string
Object storage namespace
- Object string
File name
- Ojdbc
File stringSecret Id OCID of the secret that contains jdbc properties file of ATP wallet
- Password
Secret stringId Password Secret Id for the influx connection
- Table
Name string atp database table name
- Tnsnames
File stringSecret Id OCID of the secret that contains the tnsnames file of ATP wallet
- Truststore
File stringSecret Id OCID of the secret containing truststore.jks file of the ATP wallet
- Url string
public IP address and port to influx DB
- User
Name string Username for connection to Influx
- Version
Specific List<GetDetails Detection Data Assets Data Asset Collection Item Data Source Detail Version Specific Detail> Possible data sources
- Wallet
Password stringSecret Id wallet password Secret ID in String format
- Atp
Password stringSecret Id atp db password Secret Id
- Atp
User stringName atp db user name
- Bucket string
Bucket Name for influx connection
- Cwallet
File stringSecret Id OCID of the secret containing the containers certificates of ATP wallet
- Data
Source stringType Data source type where actually data asset is being stored
- Database
Name string DB Name for influx connection
- Ewallet
File stringSecret Id OCID of the secret containing the PDB'S certificates of ATP wallet
- Key
Store stringFile Secret Id OCID of the secret containing Keystore.jks file of the ATP wallet
- Measurement
Name string Measurement name for influx
- Namespace string
Object storage namespace
- Object string
File name
- Ojdbc
File stringSecret Id OCID of the secret that contains jdbc properties file of ATP wallet
- Password
Secret stringId Password Secret Id for the influx connection
- Table
Name string atp database table name
- Tnsnames
File stringSecret Id OCID of the secret that contains the tnsnames file of ATP wallet
- Truststore
File stringSecret Id OCID of the secret containing truststore.jks file of the ATP wallet
- Url string
public IP address and port to influx DB
- User
Name string Username for connection to Influx
- Version
Specific []GetDetails Detection Data Assets Data Asset Collection Item Data Source Detail Version Specific Detail Possible data sources
- Wallet
Password stringSecret Id wallet password Secret ID in String format
- atp
Password StringSecret Id atp db password Secret Id
- atp
User StringName atp db user name
- bucket String
Bucket Name for influx connection
- cwallet
File StringSecret Id OCID of the secret containing the containers certificates of ATP wallet
- data
Source StringType Data source type where actually data asset is being stored
- database
Name String DB Name for influx connection
- ewallet
File StringSecret Id OCID of the secret containing the PDB'S certificates of ATP wallet
- key
Store StringFile Secret Id OCID of the secret containing Keystore.jks file of the ATP wallet
- measurement
Name String Measurement name for influx
- namespace String
Object storage namespace
- object String
File name
- ojdbc
File StringSecret Id OCID of the secret that contains jdbc properties file of ATP wallet
- password
Secret StringId Password Secret Id for the influx connection
- table
Name String atp database table name
- tnsnames
File StringSecret Id OCID of the secret that contains the tnsnames file of ATP wallet
- truststore
File StringSecret Id OCID of the secret containing truststore.jks file of the ATP wallet
- url String
public IP address and port to influx DB
- user
Name String Username for connection to Influx
- version
Specific List<GetDetails Detection Data Assets Data Asset Collection Item Data Source Detail Version Specific Detail> Possible data sources
- wallet
Password StringSecret Id wallet password Secret ID in String format
- atp
Password stringSecret Id atp db password Secret Id
- atp
User stringName atp db user name
- bucket string
Bucket Name for influx connection
- cwallet
File stringSecret Id OCID of the secret containing the containers certificates of ATP wallet
- data
Source stringType Data source type where actually data asset is being stored
- database
Name string DB Name for influx connection
- ewallet
File stringSecret Id OCID of the secret containing the PDB'S certificates of ATP wallet
- key
Store stringFile Secret Id OCID of the secret containing Keystore.jks file of the ATP wallet
- measurement
Name string Measurement name for influx
- namespace string
Object storage namespace
- object string
File name
- ojdbc
File stringSecret Id OCID of the secret that contains jdbc properties file of ATP wallet
- password
Secret stringId Password Secret Id for the influx connection
- table
Name string atp database table name
- tnsnames
File stringSecret Id OCID of the secret that contains the tnsnames file of ATP wallet
- truststore
File stringSecret Id OCID of the secret containing truststore.jks file of the ATP wallet
- url string
public IP address and port to influx DB
- user
Name string Username for connection to Influx
- version
Specific GetDetails Detection Data Assets Data Asset Collection Item Data Source Detail Version Specific Detail[] Possible data sources
- wallet
Password stringSecret Id wallet password Secret ID in String format
- atp_
password_ strsecret_ id atp db password Secret Id
- atp_
user_ strname atp db user name
- bucket str
Bucket Name for influx connection
- cwallet_
file_ strsecret_ id OCID of the secret containing the containers certificates of ATP wallet
- data_
source_ strtype Data source type where actually data asset is being stored
- database_
name str DB Name for influx connection
- ewallet_
file_ strsecret_ id OCID of the secret containing the PDB'S certificates of ATP wallet
- key_
store_ strfile_ secret_ id OCID of the secret containing Keystore.jks file of the ATP wallet
- measurement_
name str Measurement name for influx
- namespace str
Object storage namespace
- object str
File name
- ojdbc_
file_ strsecret_ id OCID of the secret that contains jdbc properties file of ATP wallet
- password_
secret_ strid Password Secret Id for the influx connection
- table_
name str atp database table name
- tnsnames_
file_ strsecret_ id OCID of the secret that contains the tnsnames file of ATP wallet
- truststore_
file_ strsecret_ id OCID of the secret containing truststore.jks file of the ATP wallet
- url str
public IP address and port to influx DB
- user_
name str Username for connection to Influx
- version_
specific_ Getdetails Detection Data Assets Data Asset Collection Item Data Source Detail Version Specific Detail] Possible data sources
- wallet_
password_ strsecret_ id wallet password Secret ID in String format
- atp
Password StringSecret Id atp db password Secret Id
- atp
User StringName atp db user name
- bucket String
Bucket Name for influx connection
- cwallet
File StringSecret Id OCID of the secret containing the containers certificates of ATP wallet
- data
Source StringType Data source type where actually data asset is being stored
- database
Name String DB Name for influx connection
- ewallet
File StringSecret Id OCID of the secret containing the PDB'S certificates of ATP wallet
- key
Store StringFile Secret Id OCID of the secret containing Keystore.jks file of the ATP wallet
- measurement
Name String Measurement name for influx
- namespace String
Object storage namespace
- object String
File name
- ojdbc
File StringSecret Id OCID of the secret that contains jdbc properties file of ATP wallet
- password
Secret StringId Password Secret Id for the influx connection
- table
Name String atp database table name
- tnsnames
File StringSecret Id OCID of the secret that contains the tnsnames file of ATP wallet
- truststore
File StringSecret Id OCID of the secret containing truststore.jks file of the ATP wallet
- url String
public IP address and port to influx DB
- user
Name String Username for connection to Influx
- version
Specific List<Property Map>Details Possible data sources
- wallet
Password StringSecret Id wallet password Secret ID in String format
GetDetectionDataAssetsDataAssetCollectionItemDataSourceDetailVersionSpecificDetail
- Bucket string
Bucket Name for influx connection
- Database
Name string DB Name for influx connection
- Influx
Version string Data source type where actually data asset is being stored
- Organization
Name string Org name for the influx db
- Retention
Policy stringName retention policy is how long the bucket would last
- Bucket string
Bucket Name for influx connection
- Database
Name string DB Name for influx connection
- Influx
Version string Data source type where actually data asset is being stored
- Organization
Name string Org name for the influx db
- Retention
Policy stringName retention policy is how long the bucket would last
- bucket String
Bucket Name for influx connection
- database
Name String DB Name for influx connection
- influx
Version String Data source type where actually data asset is being stored
- organization
Name String Org name for the influx db
- retention
Policy StringName retention policy is how long the bucket would last
- bucket string
Bucket Name for influx connection
- database
Name string DB Name for influx connection
- influx
Version string Data source type where actually data asset is being stored
- organization
Name string Org name for the influx db
- retention
Policy stringName retention policy is how long the bucket would last
- bucket str
Bucket Name for influx connection
- database_
name str DB Name for influx connection
- influx_
version str Data source type where actually data asset is being stored
- organization_
name str Org name for the influx db
- retention_
policy_ strname retention policy is how long the bucket would last
- bucket String
Bucket Name for influx connection
- database
Name String DB Name for influx connection
- influx
Version String Data source type where actually data asset is being stored
- organization
Name String Org name for the influx db
- retention
Policy StringName retention policy is how long the bucket would last
GetDetectionDataAssetsFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.