rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
363 lines (362 loc) • 22.6 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciMeteringComputationSchedulesConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/metering_computation_schedules#compartment_id DataOciMeteringComputationSchedules#compartment_id}
*/
readonly compartmentId: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/metering_computation_schedules#id DataOciMeteringComputationSchedules#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/metering_computation_schedules#name DataOciMeteringComputationSchedules#name}
*/
readonly name?: string;
/**
* filter block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/metering_computation_schedules#filter DataOciMeteringComputationSchedules#filter}
*/
readonly filter?: DataOciMeteringComputationSchedulesFilter[] | cdktf.IResolvable;
}
export interface DataOciMeteringComputationSchedulesScheduleCollectionItemsQueryPropertiesDateRange {
}
export declare function dataOciMeteringComputationSchedulesScheduleCollectionItemsQueryPropertiesDateRangeToTerraform(struct?: DataOciMeteringComputationSchedulesScheduleCollectionItemsQueryPropertiesDateRange): any;
export declare function dataOciMeteringComputationSchedulesScheduleCollectionItemsQueryPropertiesDateRangeToHclTerraform(struct?: DataOciMeteringComputationSchedulesScheduleCollectionItemsQueryPropertiesDateRange): any;
export declare class DataOciMeteringComputationSchedulesScheduleCollectionItemsQueryPropertiesDateRangeOutputReference 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(): DataOciMeteringComputationSchedulesScheduleCollectionItemsQueryPropertiesDateRange | undefined;
set internalValue(value: DataOciMeteringComputationSchedulesScheduleCollectionItemsQueryPropertiesDateRange | undefined);
get dateRangeType(): string;
get dynamicDateRangeType(): string;
get timeUsageEnded(): string;
get timeUsageStarted(): string;
}
export declare class DataOciMeteringComputationSchedulesScheduleCollectionItemsQueryPropertiesDateRangeList 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): DataOciMeteringComputationSchedulesScheduleCollectionItemsQueryPropertiesDateRangeOutputReference;
}
export interface DataOciMeteringComputationSchedulesScheduleCollectionItemsQueryPropertiesGroupByTag {
}
export declare function dataOciMeteringComputationSchedulesScheduleCollectionItemsQueryPropertiesGroupByTagToTerraform(struct?: DataOciMeteringComputationSchedulesScheduleCollectionItemsQueryPropertiesGroupByTag): any;
export declare function dataOciMeteringComputationSchedulesScheduleCollectionItemsQueryPropertiesGroupByTagToHclTerraform(struct?: DataOciMeteringComputationSchedulesScheduleCollectionItemsQueryPropertiesGroupByTag): any;
export declare class DataOciMeteringComputationSchedulesScheduleCollectionItemsQueryPropertiesGroupByTagOutputReference 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(): DataOciMeteringComputationSchedulesScheduleCollectionItemsQueryPropertiesGroupByTag | undefined;
set internalValue(value: DataOciMeteringComputationSchedulesScheduleCollectionItemsQueryPropertiesGroupByTag | undefined);
get key(): string;
get namespace(): string;
get value(): string;
}
export declare class DataOciMeteringComputationSchedulesScheduleCollectionItemsQueryPropertiesGroupByTagList 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): DataOciMeteringComputationSchedulesScheduleCollectionItemsQueryPropertiesGroupByTagOutputReference;
}
export interface DataOciMeteringComputationSchedulesScheduleCollectionItemsQueryProperties {
}
export declare function dataOciMeteringComputationSchedulesScheduleCollectionItemsQueryPropertiesToTerraform(struct?: DataOciMeteringComputationSchedulesScheduleCollectionItemsQueryProperties): any;
export declare function dataOciMeteringComputationSchedulesScheduleCollectionItemsQueryPropertiesToHclTerraform(struct?: DataOciMeteringComputationSchedulesScheduleCollectionItemsQueryProperties): any;
export declare class DataOciMeteringComputationSchedulesScheduleCollectionItemsQueryPropertiesOutputReference 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(): DataOciMeteringComputationSchedulesScheduleCollectionItemsQueryProperties | undefined;
set internalValue(value: DataOciMeteringComputationSchedulesScheduleCollectionItemsQueryProperties | undefined);
get compartmentDepth(): number;
private _dateRange;
get dateRange(): DataOciMeteringComputationSchedulesScheduleCollectionItemsQueryPropertiesDateRangeList;
get filter(): string;
get granularity(): string;
get groupBy(): string[];
private _groupByTag;
get groupByTag(): DataOciMeteringComputationSchedulesScheduleCollectionItemsQueryPropertiesGroupByTagList;
get isAggregateByTime(): cdktf.IResolvable;
get queryType(): string;
}
export declare class DataOciMeteringComputationSchedulesScheduleCollectionItemsQueryPropertiesList 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): DataOciMeteringComputationSchedulesScheduleCollectionItemsQueryPropertiesOutputReference;
}
export interface DataOciMeteringComputationSchedulesScheduleCollectionItemsResultLocation {
}
export declare function dataOciMeteringComputationSchedulesScheduleCollectionItemsResultLocationToTerraform(struct?: DataOciMeteringComputationSchedulesScheduleCollectionItemsResultLocation): any;
export declare function dataOciMeteringComputationSchedulesScheduleCollectionItemsResultLocationToHclTerraform(struct?: DataOciMeteringComputationSchedulesScheduleCollectionItemsResultLocation): any;
export declare class DataOciMeteringComputationSchedulesScheduleCollectionItemsResultLocationOutputReference 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(): DataOciMeteringComputationSchedulesScheduleCollectionItemsResultLocation | undefined;
set internalValue(value: DataOciMeteringComputationSchedulesScheduleCollectionItemsResultLocation | undefined);
get bucket(): string;
get locationType(): string;
get namespace(): string;
get region(): string;
}
export declare class DataOciMeteringComputationSchedulesScheduleCollectionItemsResultLocationList 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): DataOciMeteringComputationSchedulesScheduleCollectionItemsResultLocationOutputReference;
}
export interface DataOciMeteringComputationSchedulesScheduleCollectionItems {
}
export declare function dataOciMeteringComputationSchedulesScheduleCollectionItemsToTerraform(struct?: DataOciMeteringComputationSchedulesScheduleCollectionItems): any;
export declare function dataOciMeteringComputationSchedulesScheduleCollectionItemsToHclTerraform(struct?: DataOciMeteringComputationSchedulesScheduleCollectionItems): any;
export declare class DataOciMeteringComputationSchedulesScheduleCollectionItemsOutputReference 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(): DataOciMeteringComputationSchedulesScheduleCollectionItems | undefined;
set internalValue(value: DataOciMeteringComputationSchedulesScheduleCollectionItems | undefined);
get compartmentId(): string;
private _definedTags;
get definedTags(): cdktf.StringMap;
get description(): string;
private _freeformTags;
get freeformTags(): cdktf.StringMap;
get id(): string;
get name(): string;
get outputFileFormat(): string;
private _queryProperties;
get queryProperties(): DataOciMeteringComputationSchedulesScheduleCollectionItemsQueryPropertiesList;
private _resultLocation;
get resultLocation(): DataOciMeteringComputationSchedulesScheduleCollectionItemsResultLocationList;
get savedReportId(): string;
get scheduleRecurrences(): string;
get state(): string;
private _systemTags;
get systemTags(): cdktf.StringMap;
get timeCreated(): string;
get timeNextRun(): string;
get timeScheduled(): string;
}
export declare class DataOciMeteringComputationSchedulesScheduleCollectionItemsList 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): DataOciMeteringComputationSchedulesScheduleCollectionItemsOutputReference;
}
export interface DataOciMeteringComputationSchedulesScheduleCollection {
}
export declare function dataOciMeteringComputationSchedulesScheduleCollectionToTerraform(struct?: DataOciMeteringComputationSchedulesScheduleCollection): any;
export declare function dataOciMeteringComputationSchedulesScheduleCollectionToHclTerraform(struct?: DataOciMeteringComputationSchedulesScheduleCollection): any;
export declare class DataOciMeteringComputationSchedulesScheduleCollectionOutputReference 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(): DataOciMeteringComputationSchedulesScheduleCollection | undefined;
set internalValue(value: DataOciMeteringComputationSchedulesScheduleCollection | undefined);
private _items;
get items(): DataOciMeteringComputationSchedulesScheduleCollectionItemsList;
}
export declare class DataOciMeteringComputationSchedulesScheduleCollectionList 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): DataOciMeteringComputationSchedulesScheduleCollectionOutputReference;
}
export interface DataOciMeteringComputationSchedulesFilter {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/metering_computation_schedules#name DataOciMeteringComputationSchedules#name}
*/
readonly name: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/metering_computation_schedules#regex DataOciMeteringComputationSchedules#regex}
*/
readonly regex?: boolean | cdktf.IResolvable;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/metering_computation_schedules#values DataOciMeteringComputationSchedules#values}
*/
readonly values: string[];
}
export declare function dataOciMeteringComputationSchedulesFilterToTerraform(struct?: DataOciMeteringComputationSchedulesFilter | cdktf.IResolvable): any;
export declare function dataOciMeteringComputationSchedulesFilterToHclTerraform(struct?: DataOciMeteringComputationSchedulesFilter | cdktf.IResolvable): any;
export declare class DataOciMeteringComputationSchedulesFilterOutputReference 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(): DataOciMeteringComputationSchedulesFilter | cdktf.IResolvable | undefined;
set internalValue(value: DataOciMeteringComputationSchedulesFilter | 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 DataOciMeteringComputationSchedulesFilterList extends cdktf.ComplexList {
protected terraformResource: cdktf.IInterpolatingParent;
protected terraformAttribute: string;
protected wrapsSet: boolean;
internalValue?: DataOciMeteringComputationSchedulesFilter[] | 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): DataOciMeteringComputationSchedulesFilterOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/metering_computation_schedules oci_metering_computation_schedules}
*/
export declare class DataOciMeteringComputationSchedules extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_metering_computation_schedules";
/**
* Generates CDKTF code for importing a DataOciMeteringComputationSchedules 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 DataOciMeteringComputationSchedules to import
* @param importFromId The id of the existing DataOciMeteringComputationSchedules that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/metering_computation_schedules#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciMeteringComputationSchedules 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/metering_computation_schedules oci_metering_computation_schedules} 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 DataOciMeteringComputationSchedulesConfig
*/
constructor(scope: Construct, id: string, config: DataOciMeteringComputationSchedulesConfig);
private _compartmentId?;
get compartmentId(): string;
set compartmentId(value: string);
get compartmentIdInput(): string | undefined;
private _id?;
get id(): string;
set id(value: string);
resetId(): void;
get idInput(): string | undefined;
private _name?;
get name(): string;
set name(value: string);
resetName(): void;
get nameInput(): string | undefined;
private _scheduleCollection;
get scheduleCollection(): DataOciMeteringComputationSchedulesScheduleCollectionList;
private _filter;
get filter(): DataOciMeteringComputationSchedulesFilterList;
putFilter(value: DataOciMeteringComputationSchedulesFilter[] | cdktf.IResolvable): void;
resetFilter(): void;
get filterInput(): cdktf.IResolvable | DataOciMeteringComputationSchedulesFilter[] | undefined;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}