rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
214 lines (213 loc) • 11.8 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciDataflowApplicationConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dataflow_application#application_id DataOciDataflowApplication#application_id}
*/
readonly applicationId: string;
}
export interface DataOciDataflowApplicationApplicationLogConfig {
}
export declare function dataOciDataflowApplicationApplicationLogConfigToTerraform(struct?: DataOciDataflowApplicationApplicationLogConfig): any;
export declare function dataOciDataflowApplicationApplicationLogConfigToHclTerraform(struct?: DataOciDataflowApplicationApplicationLogConfig): any;
export declare class DataOciDataflowApplicationApplicationLogConfigOutputReference 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(): DataOciDataflowApplicationApplicationLogConfig | undefined;
set internalValue(value: DataOciDataflowApplicationApplicationLogConfig | undefined);
get logGroupId(): string;
get logId(): string;
}
export declare class DataOciDataflowApplicationApplicationLogConfigList 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): DataOciDataflowApplicationApplicationLogConfigOutputReference;
}
export interface DataOciDataflowApplicationDriverShapeConfig {
}
export declare function dataOciDataflowApplicationDriverShapeConfigToTerraform(struct?: DataOciDataflowApplicationDriverShapeConfig): any;
export declare function dataOciDataflowApplicationDriverShapeConfigToHclTerraform(struct?: DataOciDataflowApplicationDriverShapeConfig): any;
export declare class DataOciDataflowApplicationDriverShapeConfigOutputReference 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(): DataOciDataflowApplicationDriverShapeConfig | undefined;
set internalValue(value: DataOciDataflowApplicationDriverShapeConfig | undefined);
get memoryInGbs(): number;
get ocpus(): number;
}
export declare class DataOciDataflowApplicationDriverShapeConfigList 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): DataOciDataflowApplicationDriverShapeConfigOutputReference;
}
export interface DataOciDataflowApplicationExecutorShapeConfig {
}
export declare function dataOciDataflowApplicationExecutorShapeConfigToTerraform(struct?: DataOciDataflowApplicationExecutorShapeConfig): any;
export declare function dataOciDataflowApplicationExecutorShapeConfigToHclTerraform(struct?: DataOciDataflowApplicationExecutorShapeConfig): any;
export declare class DataOciDataflowApplicationExecutorShapeConfigOutputReference 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(): DataOciDataflowApplicationExecutorShapeConfig | undefined;
set internalValue(value: DataOciDataflowApplicationExecutorShapeConfig | undefined);
get memoryInGbs(): number;
get ocpus(): number;
}
export declare class DataOciDataflowApplicationExecutorShapeConfigList 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): DataOciDataflowApplicationExecutorShapeConfigOutputReference;
}
export interface DataOciDataflowApplicationParameters {
}
export declare function dataOciDataflowApplicationParametersToTerraform(struct?: DataOciDataflowApplicationParameters): any;
export declare function dataOciDataflowApplicationParametersToHclTerraform(struct?: DataOciDataflowApplicationParameters): any;
export declare class DataOciDataflowApplicationParametersOutputReference 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(): DataOciDataflowApplicationParameters | undefined;
set internalValue(value: DataOciDataflowApplicationParameters | undefined);
get name(): string;
get value(): string;
}
export declare class DataOciDataflowApplicationParametersList 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): DataOciDataflowApplicationParametersOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dataflow_application oci_dataflow_application}
*/
export declare class DataOciDataflowApplication extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_dataflow_application";
/**
* Generates CDKTF code for importing a DataOciDataflowApplication 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 DataOciDataflowApplication to import
* @param importFromId The id of the existing DataOciDataflowApplication that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dataflow_application#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciDataflowApplication 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_application oci_dataflow_application} 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 DataOciDataflowApplicationConfig
*/
constructor(scope: Construct, id: string, config: DataOciDataflowApplicationConfig);
private _applicationId?;
get applicationId(): string;
set applicationId(value: string);
get applicationIdInput(): string | undefined;
private _applicationLogConfig;
get applicationLogConfig(): DataOciDataflowApplicationApplicationLogConfigList;
get archiveUri(): string;
get arguments(): string[];
get className(): string;
get compartmentId(): string;
private _configuration;
get configuration(): cdktf.StringMap;
private _definedTags;
get definedTags(): cdktf.StringMap;
get description(): string;
get displayName(): string;
get driverShape(): string;
private _driverShapeConfig;
get driverShapeConfig(): DataOciDataflowApplicationDriverShapeConfigList;
get execute(): string;
get executorShape(): string;
private _executorShapeConfig;
get executorShapeConfig(): DataOciDataflowApplicationExecutorShapeConfigList;
get fileUri(): string;
private _freeformTags;
get freeformTags(): cdktf.StringMap;
get id(): string;
get idleTimeoutInMinutes(): string;
get language(): string;
get logsBucketUri(): string;
get maxDurationInMinutes(): string;
get metastoreId(): string;
get numExecutors(): number;
get ownerPrincipalId(): string;
get ownerUserName(): string;
private _parameters;
get parameters(): DataOciDataflowApplicationParametersList;
get poolId(): string;
get privateEndpointId(): string;
get sparkVersion(): string;
get state(): string;
get timeCreated(): string;
get timeUpdated(): string;
get type(): string;
get warehouseBucketUri(): string;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}