UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

226 lines (225 loc) 12.1 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciDataflowInvokeRunConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dataflow_invoke_run#run_id DataOciDataflowInvokeRun#run_id} */ readonly runId: string; } export interface DataOciDataflowInvokeRunApplicationLogConfig { } export declare function dataOciDataflowInvokeRunApplicationLogConfigToTerraform(struct?: DataOciDataflowInvokeRunApplicationLogConfig): any; export declare function dataOciDataflowInvokeRunApplicationLogConfigToHclTerraform(struct?: DataOciDataflowInvokeRunApplicationLogConfig): any; export declare class DataOciDataflowInvokeRunApplicationLogConfigOutputReference 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(): DataOciDataflowInvokeRunApplicationLogConfig | undefined; set internalValue(value: DataOciDataflowInvokeRunApplicationLogConfig | undefined); get logGroupId(): string; get logId(): string; } export declare class DataOciDataflowInvokeRunApplicationLogConfigList 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): DataOciDataflowInvokeRunApplicationLogConfigOutputReference; } export interface DataOciDataflowInvokeRunDriverShapeConfig { } export declare function dataOciDataflowInvokeRunDriverShapeConfigToTerraform(struct?: DataOciDataflowInvokeRunDriverShapeConfig): any; export declare function dataOciDataflowInvokeRunDriverShapeConfigToHclTerraform(struct?: DataOciDataflowInvokeRunDriverShapeConfig): any; export declare class DataOciDataflowInvokeRunDriverShapeConfigOutputReference 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(): DataOciDataflowInvokeRunDriverShapeConfig | undefined; set internalValue(value: DataOciDataflowInvokeRunDriverShapeConfig | undefined); get memoryInGbs(): number; get ocpus(): number; } export declare class DataOciDataflowInvokeRunDriverShapeConfigList 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): DataOciDataflowInvokeRunDriverShapeConfigOutputReference; } export interface DataOciDataflowInvokeRunExecutorShapeConfig { } export declare function dataOciDataflowInvokeRunExecutorShapeConfigToTerraform(struct?: DataOciDataflowInvokeRunExecutorShapeConfig): any; export declare function dataOciDataflowInvokeRunExecutorShapeConfigToHclTerraform(struct?: DataOciDataflowInvokeRunExecutorShapeConfig): any; export declare class DataOciDataflowInvokeRunExecutorShapeConfigOutputReference 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(): DataOciDataflowInvokeRunExecutorShapeConfig | undefined; set internalValue(value: DataOciDataflowInvokeRunExecutorShapeConfig | undefined); get memoryInGbs(): number; get ocpus(): number; } export declare class DataOciDataflowInvokeRunExecutorShapeConfigList 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): DataOciDataflowInvokeRunExecutorShapeConfigOutputReference; } export interface DataOciDataflowInvokeRunParameters { } export declare function dataOciDataflowInvokeRunParametersToTerraform(struct?: DataOciDataflowInvokeRunParameters): any; export declare function dataOciDataflowInvokeRunParametersToHclTerraform(struct?: DataOciDataflowInvokeRunParameters): any; export declare class DataOciDataflowInvokeRunParametersOutputReference 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(): DataOciDataflowInvokeRunParameters | undefined; set internalValue(value: DataOciDataflowInvokeRunParameters | undefined); get name(): string; get value(): string; } export declare class DataOciDataflowInvokeRunParametersList 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): DataOciDataflowInvokeRunParametersOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dataflow_invoke_run oci_dataflow_invoke_run} */ export declare class DataOciDataflowInvokeRun extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_dataflow_invoke_run"; /** * Generates CDKTF code for importing a DataOciDataflowInvokeRun 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 DataOciDataflowInvokeRun to import * @param importFromId The id of the existing DataOciDataflowInvokeRun that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dataflow_invoke_run#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciDataflowInvokeRun 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/dataflow_invoke_run oci_dataflow_invoke_run} 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 DataOciDataflowInvokeRunConfig */ constructor(scope: Construct, id: string, config: DataOciDataflowInvokeRunConfig); get applicationId(): string; private _applicationLogConfig; get applicationLogConfig(): DataOciDataflowInvokeRunApplicationLogConfigList; get archiveUri(): string; get arguments(): string[]; get asynchronous(): cdktf.IResolvable; get className(): string; get compartmentId(): string; private _configuration; get configuration(): cdktf.StringMap; get dataReadInBytes(): string; get dataWrittenInBytes(): string; private _definedTags; get definedTags(): cdktf.StringMap; get displayName(): string; get driverShape(): string; private _driverShapeConfig; get driverShapeConfig(): DataOciDataflowInvokeRunDriverShapeConfigList; get execute(): string; get executorShape(): string; private _executorShapeConfig; get executorShapeConfig(): DataOciDataflowInvokeRunExecutorShapeConfigList; get fileUri(): string; private _freeformTags; get freeformTags(): cdktf.StringMap; get id(): string; get idleTimeoutInMinutes(): string; get language(): string; get lifecycleDetails(): string; get logsBucketUri(): string; get maxDurationInMinutes(): string; get metastoreId(): string; get numExecutors(): number; get opcParentRptUrl(): string; get opcRequestId(): string; get ownerPrincipalId(): string; get ownerUserName(): string; private _parameters; get parameters(): DataOciDataflowInvokeRunParametersList; get poolId(): string; get privateEndpointDnsZones(): string[]; get privateEndpointId(): string; get privateEndpointMaxHostCount(): number; get privateEndpointNsgIds(): string[]; get privateEndpointSubnetId(): string; get runDurationInMilliseconds(): string; private _runId?; get runId(): string; set runId(value: string); get runIdInput(): string | undefined; get sparkVersion(): string; get state(): string; get timeCreated(): string; get timeUpdated(): string; get totalOcpu(): number; get type(): string; get warehouseBucketUri(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }