UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

232 lines (231 loc) 13.7 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciAiDocumentProcessorJobConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/ai_document_processor_job#processor_job_id DataOciAiDocumentProcessorJob#processor_job_id} */ readonly processorJobId: string; } export interface DataOciAiDocumentProcessorJobInputLocationObjectLocations { } export declare function dataOciAiDocumentProcessorJobInputLocationObjectLocationsToTerraform(struct?: DataOciAiDocumentProcessorJobInputLocationObjectLocations): any; export declare function dataOciAiDocumentProcessorJobInputLocationObjectLocationsToHclTerraform(struct?: DataOciAiDocumentProcessorJobInputLocationObjectLocations): any; export declare class DataOciAiDocumentProcessorJobInputLocationObjectLocationsOutputReference 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(): DataOciAiDocumentProcessorJobInputLocationObjectLocations | undefined; set internalValue(value: DataOciAiDocumentProcessorJobInputLocationObjectLocations | undefined); get bucket(): string; get namespace(): string; get object(): string; } export declare class DataOciAiDocumentProcessorJobInputLocationObjectLocationsList 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): DataOciAiDocumentProcessorJobInputLocationObjectLocationsOutputReference; } export interface DataOciAiDocumentProcessorJobInputLocation { } export declare function dataOciAiDocumentProcessorJobInputLocationToTerraform(struct?: DataOciAiDocumentProcessorJobInputLocation): any; export declare function dataOciAiDocumentProcessorJobInputLocationToHclTerraform(struct?: DataOciAiDocumentProcessorJobInputLocation): any; export declare class DataOciAiDocumentProcessorJobInputLocationOutputReference 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(): DataOciAiDocumentProcessorJobInputLocation | undefined; set internalValue(value: DataOciAiDocumentProcessorJobInputLocation | undefined); get data(): string; private _objectLocations; get objectLocations(): DataOciAiDocumentProcessorJobInputLocationObjectLocationsList; get sourceType(): string; } export declare class DataOciAiDocumentProcessorJobInputLocationList 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): DataOciAiDocumentProcessorJobInputLocationOutputReference; } export interface DataOciAiDocumentProcessorJobOutputLocation { } export declare function dataOciAiDocumentProcessorJobOutputLocationToTerraform(struct?: DataOciAiDocumentProcessorJobOutputLocation): any; export declare function dataOciAiDocumentProcessorJobOutputLocationToHclTerraform(struct?: DataOciAiDocumentProcessorJobOutputLocation): any; export declare class DataOciAiDocumentProcessorJobOutputLocationOutputReference 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(): DataOciAiDocumentProcessorJobOutputLocation | undefined; set internalValue(value: DataOciAiDocumentProcessorJobOutputLocation | undefined); get bucket(): string; get namespace(): string; get prefix(): string; } export declare class DataOciAiDocumentProcessorJobOutputLocationList 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): DataOciAiDocumentProcessorJobOutputLocationOutputReference; } export interface DataOciAiDocumentProcessorJobProcessorConfigFeatures { } export declare function dataOciAiDocumentProcessorJobProcessorConfigFeaturesToTerraform(struct?: DataOciAiDocumentProcessorJobProcessorConfigFeatures): any; export declare function dataOciAiDocumentProcessorJobProcessorConfigFeaturesToHclTerraform(struct?: DataOciAiDocumentProcessorJobProcessorConfigFeatures): any; export declare class DataOciAiDocumentProcessorJobProcessorConfigFeaturesOutputReference 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(): DataOciAiDocumentProcessorJobProcessorConfigFeatures | undefined; set internalValue(value: DataOciAiDocumentProcessorJobProcessorConfigFeatures | undefined); get featureType(): string; get generateSearchablePdf(): cdktf.IResolvable; get maxResults(): number; get modelId(): string; get tenancyId(): string; } export declare class DataOciAiDocumentProcessorJobProcessorConfigFeaturesList 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): DataOciAiDocumentProcessorJobProcessorConfigFeaturesOutputReference; } export interface DataOciAiDocumentProcessorJobProcessorConfig { } export declare function dataOciAiDocumentProcessorJobProcessorConfigToTerraform(struct?: DataOciAiDocumentProcessorJobProcessorConfig): any; export declare function dataOciAiDocumentProcessorJobProcessorConfigToHclTerraform(struct?: DataOciAiDocumentProcessorJobProcessorConfig): any; export declare class DataOciAiDocumentProcessorJobProcessorConfigOutputReference 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(): DataOciAiDocumentProcessorJobProcessorConfig | undefined; set internalValue(value: DataOciAiDocumentProcessorJobProcessorConfig | undefined); get documentType(): string; private _features; get features(): DataOciAiDocumentProcessorJobProcessorConfigFeaturesList; get isZipOutputEnabled(): cdktf.IResolvable; get language(): string; get processorType(): string; } export declare class DataOciAiDocumentProcessorJobProcessorConfigList 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): DataOciAiDocumentProcessorJobProcessorConfigOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/ai_document_processor_job oci_ai_document_processor_job} */ export declare class DataOciAiDocumentProcessorJob extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_ai_document_processor_job"; /** * Generates CDKTF code for importing a DataOciAiDocumentProcessorJob 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 DataOciAiDocumentProcessorJob to import * @param importFromId The id of the existing DataOciAiDocumentProcessorJob that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/ai_document_processor_job#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciAiDocumentProcessorJob 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_document_processor_job oci_ai_document_processor_job} 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 DataOciAiDocumentProcessorJobConfig */ constructor(scope: Construct, id: string, config: DataOciAiDocumentProcessorJobConfig); get compartmentId(): string; get displayName(): string; get id(): string; private _inputLocation; get inputLocation(): DataOciAiDocumentProcessorJobInputLocationList; get lifecycleDetails(): string; private _outputLocation; get outputLocation(): DataOciAiDocumentProcessorJobOutputLocationList; get percentComplete(): number; private _processorConfig; get processorConfig(): DataOciAiDocumentProcessorJobProcessorConfigList; private _processorJobId?; get processorJobId(): string; set processorJobId(value: string); get processorJobIdInput(): string | undefined; get state(): string; get timeAccepted(): string; get timeFinished(): string; get timeStarted(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }