rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
320 lines (319 loc) • 19.2 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciAiAnomalyDetectionDataAssetsConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/ai_anomaly_detection_data_assets#compartment_id DataOciAiAnomalyDetectionDataAssets#compartment_id}
*/
readonly compartmentId: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/ai_anomaly_detection_data_assets#display_name DataOciAiAnomalyDetectionDataAssets#display_name}
*/
readonly displayName?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/ai_anomaly_detection_data_assets#id DataOciAiAnomalyDetectionDataAssets#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
*/
readonly id?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/ai_anomaly_detection_data_assets#project_id DataOciAiAnomalyDetectionDataAssets#project_id}
*/
readonly projectId?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/ai_anomaly_detection_data_assets#state DataOciAiAnomalyDetectionDataAssets#state}
*/
readonly state?: string;
/**
* filter block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/ai_anomaly_detection_data_assets#filter DataOciAiAnomalyDetectionDataAssets#filter}
*/
readonly filter?: DataOciAiAnomalyDetectionDataAssetsFilter[] | cdktf.IResolvable;
}
export interface DataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItemsDataSourceDetailsVersionSpecificDetails {
}
export declare function dataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItemsDataSourceDetailsVersionSpecificDetailsToTerraform(struct?: DataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItemsDataSourceDetailsVersionSpecificDetails): any;
export declare function dataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItemsDataSourceDetailsVersionSpecificDetailsToHclTerraform(struct?: DataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItemsDataSourceDetailsVersionSpecificDetails): any;
export declare class DataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItemsDataSourceDetailsVersionSpecificDetailsOutputReference extends cdktf.ComplexObject {
private isEmptyObject;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
* @param complexObjectIndex the index of this item in the list
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
get internalValue(): DataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItemsDataSourceDetailsVersionSpecificDetails | undefined;
set internalValue(value: DataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItemsDataSourceDetailsVersionSpecificDetails | undefined);
get bucket(): string;
get databaseName(): string;
get influxVersion(): string;
get organizationName(): string;
get retentionPolicyName(): string;
}
export declare class DataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItemsDataSourceDetailsVersionSpecificDetailsList extends cdktf.ComplexList {
protected terraformResource: cdktf.IInterpolatingParent;
protected terraformAttribute: string;
protected wrapsSet: boolean;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
/**
* @param index the index of the item to return
*/
get(index: number): DataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItemsDataSourceDetailsVersionSpecificDetailsOutputReference;
}
export interface DataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItemsDataSourceDetails {
}
export declare function dataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItemsDataSourceDetailsToTerraform(struct?: DataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItemsDataSourceDetails): any;
export declare function dataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItemsDataSourceDetailsToHclTerraform(struct?: DataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItemsDataSourceDetails): any;
export declare class DataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItemsDataSourceDetailsOutputReference extends cdktf.ComplexObject {
private isEmptyObject;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
* @param complexObjectIndex the index of this item in the list
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
get internalValue(): DataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItemsDataSourceDetails | undefined;
set internalValue(value: DataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItemsDataSourceDetails | undefined);
get atpPasswordSecretId(): string;
get atpUserName(): string;
get bucket(): string;
get cwalletFileSecretId(): string;
get dataSourceType(): string;
get databaseName(): string;
get ewalletFileSecretId(): string;
get keyStoreFileSecretId(): string;
get measurementName(): string;
get namespace(): string;
get object(): string;
get ojdbcFileSecretId(): string;
get passwordSecretId(): string;
get tableName(): string;
get tnsnamesFileSecretId(): string;
get truststoreFileSecretId(): string;
get url(): string;
get userName(): string;
private _versionSpecificDetails;
get versionSpecificDetails(): DataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItemsDataSourceDetailsVersionSpecificDetailsList;
get walletPasswordSecretId(): string;
}
export declare class DataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItemsDataSourceDetailsList extends cdktf.ComplexList {
protected terraformResource: cdktf.IInterpolatingParent;
protected terraformAttribute: string;
protected wrapsSet: boolean;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
/**
* @param index the index of the item to return
*/
get(index: number): DataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItemsDataSourceDetailsOutputReference;
}
export interface DataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItems {
}
export declare function dataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItemsToTerraform(struct?: DataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItems): any;
export declare function dataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItemsToHclTerraform(struct?: DataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItems): any;
export declare class DataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItemsOutputReference extends cdktf.ComplexObject {
private isEmptyObject;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
* @param complexObjectIndex the index of this item in the list
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
get internalValue(): DataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItems | undefined;
set internalValue(value: DataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItems | undefined);
get compartmentId(): string;
private _dataSourceDetails;
get dataSourceDetails(): DataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItemsDataSourceDetailsList;
private _definedTags;
get definedTags(): cdktf.StringMap;
get description(): string;
get displayName(): string;
private _freeformTags;
get freeformTags(): cdktf.StringMap;
get id(): string;
get privateEndpointId(): string;
get projectId(): string;
get state(): string;
private _systemTags;
get systemTags(): cdktf.StringMap;
get timeCreated(): string;
get timeUpdated(): string;
}
export declare class DataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItemsList extends cdktf.ComplexList {
protected terraformResource: cdktf.IInterpolatingParent;
protected terraformAttribute: string;
protected wrapsSet: boolean;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
/**
* @param index the index of the item to return
*/
get(index: number): DataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItemsOutputReference;
}
export interface DataOciAiAnomalyDetectionDataAssetsDataAssetCollection {
}
export declare function dataOciAiAnomalyDetectionDataAssetsDataAssetCollectionToTerraform(struct?: DataOciAiAnomalyDetectionDataAssetsDataAssetCollection): any;
export declare function dataOciAiAnomalyDetectionDataAssetsDataAssetCollectionToHclTerraform(struct?: DataOciAiAnomalyDetectionDataAssetsDataAssetCollection): any;
export declare class DataOciAiAnomalyDetectionDataAssetsDataAssetCollectionOutputReference extends cdktf.ComplexObject {
private isEmptyObject;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
* @param complexObjectIndex the index of this item in the list
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
get internalValue(): DataOciAiAnomalyDetectionDataAssetsDataAssetCollection | undefined;
set internalValue(value: DataOciAiAnomalyDetectionDataAssetsDataAssetCollection | undefined);
private _items;
get items(): DataOciAiAnomalyDetectionDataAssetsDataAssetCollectionItemsList;
}
export declare class DataOciAiAnomalyDetectionDataAssetsDataAssetCollectionList extends cdktf.ComplexList {
protected terraformResource: cdktf.IInterpolatingParent;
protected terraformAttribute: string;
protected wrapsSet: boolean;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
/**
* @param index the index of the item to return
*/
get(index: number): DataOciAiAnomalyDetectionDataAssetsDataAssetCollectionOutputReference;
}
export interface DataOciAiAnomalyDetectionDataAssetsFilter {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/ai_anomaly_detection_data_assets#name DataOciAiAnomalyDetectionDataAssets#name}
*/
readonly name: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/ai_anomaly_detection_data_assets#regex DataOciAiAnomalyDetectionDataAssets#regex}
*/
readonly regex?: boolean | cdktf.IResolvable;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/ai_anomaly_detection_data_assets#values DataOciAiAnomalyDetectionDataAssets#values}
*/
readonly values: string[];
}
export declare function dataOciAiAnomalyDetectionDataAssetsFilterToTerraform(struct?: DataOciAiAnomalyDetectionDataAssetsFilter | cdktf.IResolvable): any;
export declare function dataOciAiAnomalyDetectionDataAssetsFilterToHclTerraform(struct?: DataOciAiAnomalyDetectionDataAssetsFilter | cdktf.IResolvable): any;
export declare class DataOciAiAnomalyDetectionDataAssetsFilterOutputReference extends cdktf.ComplexObject {
private isEmptyObject;
private resolvableValue?;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
* @param complexObjectIndex the index of this item in the list
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
get internalValue(): DataOciAiAnomalyDetectionDataAssetsFilter | cdktf.IResolvable | undefined;
set internalValue(value: DataOciAiAnomalyDetectionDataAssetsFilter | cdktf.IResolvable | undefined);
private _name?;
get name(): string;
set name(value: string);
get nameInput(): string | undefined;
private _regex?;
get regex(): boolean | cdktf.IResolvable;
set regex(value: boolean | cdktf.IResolvable);
resetRegex(): void;
get regexInput(): boolean | cdktf.IResolvable | undefined;
private _values?;
get values(): string[];
set values(value: string[]);
get valuesInput(): string[] | undefined;
}
export declare class DataOciAiAnomalyDetectionDataAssetsFilterList extends cdktf.ComplexList {
protected terraformResource: cdktf.IInterpolatingParent;
protected terraformAttribute: string;
protected wrapsSet: boolean;
internalValue?: DataOciAiAnomalyDetectionDataAssetsFilter[] | cdktf.IResolvable;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
/**
* @param index the index of the item to return
*/
get(index: number): DataOciAiAnomalyDetectionDataAssetsFilterOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/ai_anomaly_detection_data_assets oci_ai_anomaly_detection_data_assets}
*/
export declare class DataOciAiAnomalyDetectionDataAssets extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_ai_anomaly_detection_data_assets";
/**
* Generates CDKTF code for importing a DataOciAiAnomalyDetectionDataAssets resource upon running "cdktf plan <stack-name>"
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataOciAiAnomalyDetectionDataAssets to import
* @param importFromId The id of the existing DataOciAiAnomalyDetectionDataAssets that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/ai_anomaly_detection_data_assets#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciAiAnomalyDetectionDataAssets to import is found
*/
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): cdktf.ImportableResource;
/**
* Create a new {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/ai_anomaly_detection_data_assets oci_ai_anomaly_detection_data_assets} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
* @param options DataOciAiAnomalyDetectionDataAssetsConfig
*/
constructor(scope: Construct, id: string, config: DataOciAiAnomalyDetectionDataAssetsConfig);
private _compartmentId?;
get compartmentId(): string;
set compartmentId(value: string);
get compartmentIdInput(): string | undefined;
private _dataAssetCollection;
get dataAssetCollection(): DataOciAiAnomalyDetectionDataAssetsDataAssetCollectionList;
private _displayName?;
get displayName(): string;
set displayName(value: string);
resetDisplayName(): void;
get displayNameInput(): string | undefined;
private _id?;
get id(): string;
set id(value: string);
resetId(): void;
get idInput(): string | undefined;
private _projectId?;
get projectId(): string;
set projectId(value: string);
resetProjectId(): void;
get projectIdInput(): string | undefined;
private _state?;
get state(): string;
set state(value: string);
resetState(): void;
get stateInput(): string | undefined;
private _filter;
get filter(): DataOciAiAnomalyDetectionDataAssetsFilterList;
putFilter(value: DataOciAiAnomalyDetectionDataAssetsFilter[] | cdktf.IResolvable): void;
resetFilter(): void;
get filterInput(): cdktf.IResolvable | DataOciAiAnomalyDetectionDataAssetsFilter[] | undefined;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}