rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
214 lines (213 loc) • 12.8 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciLogAnalyticsNamespaceScheduledTaskConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/log_analytics_namespace_scheduled_task#namespace DataOciLogAnalyticsNamespaceScheduledTask#namespace}
*/
readonly namespace: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/log_analytics_namespace_scheduled_task#scheduled_task_id DataOciLogAnalyticsNamespaceScheduledTask#scheduled_task_id}
*/
readonly scheduledTaskId: string;
}
export interface DataOciLogAnalyticsNamespaceScheduledTaskActionMetricExtraction {
}
export declare function dataOciLogAnalyticsNamespaceScheduledTaskActionMetricExtractionToTerraform(struct?: DataOciLogAnalyticsNamespaceScheduledTaskActionMetricExtraction): any;
export declare function dataOciLogAnalyticsNamespaceScheduledTaskActionMetricExtractionToHclTerraform(struct?: DataOciLogAnalyticsNamespaceScheduledTaskActionMetricExtraction): any;
export declare class DataOciLogAnalyticsNamespaceScheduledTaskActionMetricExtractionOutputReference 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(): DataOciLogAnalyticsNamespaceScheduledTaskActionMetricExtraction | undefined;
set internalValue(value: DataOciLogAnalyticsNamespaceScheduledTaskActionMetricExtraction | undefined);
get compartmentId(): string;
get metricName(): string;
get namespace(): string;
get resourceGroup(): string;
}
export declare class DataOciLogAnalyticsNamespaceScheduledTaskActionMetricExtractionList 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): DataOciLogAnalyticsNamespaceScheduledTaskActionMetricExtractionOutputReference;
}
export interface DataOciLogAnalyticsNamespaceScheduledTaskAction {
}
export declare function dataOciLogAnalyticsNamespaceScheduledTaskActionToTerraform(struct?: DataOciLogAnalyticsNamespaceScheduledTaskAction): any;
export declare function dataOciLogAnalyticsNamespaceScheduledTaskActionToHclTerraform(struct?: DataOciLogAnalyticsNamespaceScheduledTaskAction): any;
export declare class DataOciLogAnalyticsNamespaceScheduledTaskActionOutputReference 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(): DataOciLogAnalyticsNamespaceScheduledTaskAction | undefined;
set internalValue(value: DataOciLogAnalyticsNamespaceScheduledTaskAction | undefined);
get compartmentIdInSubtree(): cdktf.IResolvable;
get dataType(): string;
private _metricExtraction;
get metricExtraction(): DataOciLogAnalyticsNamespaceScheduledTaskActionMetricExtractionList;
get purgeCompartmentId(): string;
get purgeDuration(): string;
get queryString(): string;
get savedSearchId(): string;
get type(): string;
}
export declare class DataOciLogAnalyticsNamespaceScheduledTaskActionList 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): DataOciLogAnalyticsNamespaceScheduledTaskActionOutputReference;
}
export interface DataOciLogAnalyticsNamespaceScheduledTaskSchedulesSchedule {
}
export declare function dataOciLogAnalyticsNamespaceScheduledTaskSchedulesScheduleToTerraform(struct?: DataOciLogAnalyticsNamespaceScheduledTaskSchedulesSchedule): any;
export declare function dataOciLogAnalyticsNamespaceScheduledTaskSchedulesScheduleToHclTerraform(struct?: DataOciLogAnalyticsNamespaceScheduledTaskSchedulesSchedule): any;
export declare class DataOciLogAnalyticsNamespaceScheduledTaskSchedulesScheduleOutputReference 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(): DataOciLogAnalyticsNamespaceScheduledTaskSchedulesSchedule | undefined;
set internalValue(value: DataOciLogAnalyticsNamespaceScheduledTaskSchedulesSchedule | undefined);
get expression(): string;
get misfirePolicy(): string;
get recurringInterval(): string;
get repeatCount(): number;
get timeZone(): string;
get type(): string;
}
export declare class DataOciLogAnalyticsNamespaceScheduledTaskSchedulesScheduleList 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): DataOciLogAnalyticsNamespaceScheduledTaskSchedulesScheduleOutputReference;
}
export interface DataOciLogAnalyticsNamespaceScheduledTaskSchedules {
}
export declare function dataOciLogAnalyticsNamespaceScheduledTaskSchedulesToTerraform(struct?: DataOciLogAnalyticsNamespaceScheduledTaskSchedules): any;
export declare function dataOciLogAnalyticsNamespaceScheduledTaskSchedulesToHclTerraform(struct?: DataOciLogAnalyticsNamespaceScheduledTaskSchedules): any;
export declare class DataOciLogAnalyticsNamespaceScheduledTaskSchedulesOutputReference 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(): DataOciLogAnalyticsNamespaceScheduledTaskSchedules | undefined;
set internalValue(value: DataOciLogAnalyticsNamespaceScheduledTaskSchedules | undefined);
private _schedule;
get schedule(): DataOciLogAnalyticsNamespaceScheduledTaskSchedulesScheduleList;
}
export declare class DataOciLogAnalyticsNamespaceScheduledTaskSchedulesList 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): DataOciLogAnalyticsNamespaceScheduledTaskSchedulesOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/log_analytics_namespace_scheduled_task oci_log_analytics_namespace_scheduled_task}
*/
export declare class DataOciLogAnalyticsNamespaceScheduledTask extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_log_analytics_namespace_scheduled_task";
/**
* Generates CDKTF code for importing a DataOciLogAnalyticsNamespaceScheduledTask 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 DataOciLogAnalyticsNamespaceScheduledTask to import
* @param importFromId The id of the existing DataOciLogAnalyticsNamespaceScheduledTask that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/log_analytics_namespace_scheduled_task#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciLogAnalyticsNamespaceScheduledTask 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/log_analytics_namespace_scheduled_task oci_log_analytics_namespace_scheduled_task} 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 DataOciLogAnalyticsNamespaceScheduledTaskConfig
*/
constructor(scope: Construct, id: string, config: DataOciLogAnalyticsNamespaceScheduledTaskConfig);
private _action;
get action(): DataOciLogAnalyticsNamespaceScheduledTaskActionList;
get compartmentId(): string;
private _definedTags;
get definedTags(): cdktf.StringMap;
get displayName(): string;
private _freeformTags;
get freeformTags(): cdktf.StringMap;
get id(): string;
get kind(): string;
private _namespace?;
get namespace(): string;
set namespace(value: string);
get namespaceInput(): string | undefined;
get numOccurrences(): string;
get savedSearchId(): string;
private _scheduledTaskId?;
get scheduledTaskId(): string;
set scheduledTaskId(value: string);
get scheduledTaskIdInput(): string | undefined;
private _schedules;
get schedules(): DataOciLogAnalyticsNamespaceScheduledTaskSchedulesList;
get state(): string;
get taskStatus(): string;
get taskType(): string;
get timeCreated(): string;
get timeUpdated(): string;
get workRequestId(): string;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}