UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

438 lines (437 loc) 25.5 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciDatascienceJobsConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/datascience_jobs#compartment_id DataOciDatascienceJobs#compartment_id} */ readonly compartmentId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/datascience_jobs#created_by DataOciDatascienceJobs#created_by} */ readonly createdBy?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/datascience_jobs#display_name DataOciDatascienceJobs#display_name} */ readonly displayName?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/datascience_jobs#id DataOciDatascienceJobs#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/datascience_jobs#project_id DataOciDatascienceJobs#project_id} */ readonly projectId?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/datascience_jobs#state DataOciDatascienceJobs#state} */ readonly state?: string; /** * filter block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/datascience_jobs#filter DataOciDatascienceJobs#filter} */ readonly filter?: DataOciDatascienceJobsFilter[] | cdktf.IResolvable; } export interface DataOciDatascienceJobsJobsJobConfigurationDetails { } export declare function dataOciDatascienceJobsJobsJobConfigurationDetailsToTerraform(struct?: DataOciDatascienceJobsJobsJobConfigurationDetails): any; export declare function dataOciDatascienceJobsJobsJobConfigurationDetailsToHclTerraform(struct?: DataOciDatascienceJobsJobsJobConfigurationDetails): any; export declare class DataOciDatascienceJobsJobsJobConfigurationDetailsOutputReference 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(): DataOciDatascienceJobsJobsJobConfigurationDetails | undefined; set internalValue(value: DataOciDatascienceJobsJobsJobConfigurationDetails | undefined); get commandLineArguments(): string; private _environmentVariables; get environmentVariables(): cdktf.StringMap; get jobType(): string; get maximumRuntimeInMinutes(): string; } export declare class DataOciDatascienceJobsJobsJobConfigurationDetailsList 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): DataOciDatascienceJobsJobsJobConfigurationDetailsOutputReference; } export interface DataOciDatascienceJobsJobsJobEnvironmentConfigurationDetails { } export declare function dataOciDatascienceJobsJobsJobEnvironmentConfigurationDetailsToTerraform(struct?: DataOciDatascienceJobsJobsJobEnvironmentConfigurationDetails): any; export declare function dataOciDatascienceJobsJobsJobEnvironmentConfigurationDetailsToHclTerraform(struct?: DataOciDatascienceJobsJobsJobEnvironmentConfigurationDetails): any; export declare class DataOciDatascienceJobsJobsJobEnvironmentConfigurationDetailsOutputReference 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(): DataOciDatascienceJobsJobsJobEnvironmentConfigurationDetails | undefined; set internalValue(value: DataOciDatascienceJobsJobsJobEnvironmentConfigurationDetails | undefined); get cmd(): string[]; get entrypoint(): string[]; get image(): string; get imageDigest(): string; get imageSignatureId(): string; get jobEnvironmentType(): string; } export declare class DataOciDatascienceJobsJobsJobEnvironmentConfigurationDetailsList 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): DataOciDatascienceJobsJobsJobEnvironmentConfigurationDetailsOutputReference; } export interface DataOciDatascienceJobsJobsJobInfrastructureConfigurationDetailsJobShapeConfigDetails { } export declare function dataOciDatascienceJobsJobsJobInfrastructureConfigurationDetailsJobShapeConfigDetailsToTerraform(struct?: DataOciDatascienceJobsJobsJobInfrastructureConfigurationDetailsJobShapeConfigDetails): any; export declare function dataOciDatascienceJobsJobsJobInfrastructureConfigurationDetailsJobShapeConfigDetailsToHclTerraform(struct?: DataOciDatascienceJobsJobsJobInfrastructureConfigurationDetailsJobShapeConfigDetails): any; export declare class DataOciDatascienceJobsJobsJobInfrastructureConfigurationDetailsJobShapeConfigDetailsOutputReference 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(): DataOciDatascienceJobsJobsJobInfrastructureConfigurationDetailsJobShapeConfigDetails | undefined; set internalValue(value: DataOciDatascienceJobsJobsJobInfrastructureConfigurationDetailsJobShapeConfigDetails | undefined); get memoryInGbs(): number; get ocpus(): number; } export declare class DataOciDatascienceJobsJobsJobInfrastructureConfigurationDetailsJobShapeConfigDetailsList 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): DataOciDatascienceJobsJobsJobInfrastructureConfigurationDetailsJobShapeConfigDetailsOutputReference; } export interface DataOciDatascienceJobsJobsJobInfrastructureConfigurationDetails { } export declare function dataOciDatascienceJobsJobsJobInfrastructureConfigurationDetailsToTerraform(struct?: DataOciDatascienceJobsJobsJobInfrastructureConfigurationDetails): any; export declare function dataOciDatascienceJobsJobsJobInfrastructureConfigurationDetailsToHclTerraform(struct?: DataOciDatascienceJobsJobsJobInfrastructureConfigurationDetails): any; export declare class DataOciDatascienceJobsJobsJobInfrastructureConfigurationDetailsOutputReference 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(): DataOciDatascienceJobsJobsJobInfrastructureConfigurationDetails | undefined; set internalValue(value: DataOciDatascienceJobsJobsJobInfrastructureConfigurationDetails | undefined); get blockStorageSizeInGbs(): number; get jobInfrastructureType(): string; private _jobShapeConfigDetails; get jobShapeConfigDetails(): DataOciDatascienceJobsJobsJobInfrastructureConfigurationDetailsJobShapeConfigDetailsList; get shapeName(): string; get subnetId(): string; } export declare class DataOciDatascienceJobsJobsJobInfrastructureConfigurationDetailsList 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): DataOciDatascienceJobsJobsJobInfrastructureConfigurationDetailsOutputReference; } export interface DataOciDatascienceJobsJobsJobLogConfigurationDetails { } export declare function dataOciDatascienceJobsJobsJobLogConfigurationDetailsToTerraform(struct?: DataOciDatascienceJobsJobsJobLogConfigurationDetails): any; export declare function dataOciDatascienceJobsJobsJobLogConfigurationDetailsToHclTerraform(struct?: DataOciDatascienceJobsJobsJobLogConfigurationDetails): any; export declare class DataOciDatascienceJobsJobsJobLogConfigurationDetailsOutputReference 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(): DataOciDatascienceJobsJobsJobLogConfigurationDetails | undefined; set internalValue(value: DataOciDatascienceJobsJobsJobLogConfigurationDetails | undefined); get enableAutoLogCreation(): cdktf.IResolvable; get enableLogging(): cdktf.IResolvable; get logGroupId(): string; get logId(): string; } export declare class DataOciDatascienceJobsJobsJobLogConfigurationDetailsList 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): DataOciDatascienceJobsJobsJobLogConfigurationDetailsOutputReference; } export interface DataOciDatascienceJobsJobsJobStorageMountConfigurationDetailsListStruct { } export declare function dataOciDatascienceJobsJobsJobStorageMountConfigurationDetailsListStructToTerraform(struct?: DataOciDatascienceJobsJobsJobStorageMountConfigurationDetailsListStruct): any; export declare function dataOciDatascienceJobsJobsJobStorageMountConfigurationDetailsListStructToHclTerraform(struct?: DataOciDatascienceJobsJobsJobStorageMountConfigurationDetailsListStruct): any; export declare class DataOciDatascienceJobsJobsJobStorageMountConfigurationDetailsListStructOutputReference 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(): DataOciDatascienceJobsJobsJobStorageMountConfigurationDetailsListStruct | undefined; set internalValue(value: DataOciDatascienceJobsJobsJobStorageMountConfigurationDetailsListStruct | undefined); get bucket(): string; get destinationDirectoryName(): string; get destinationPath(): string; get exportId(): string; get mountTargetId(): string; get namespace(): string; get prefix(): string; get storageType(): string; } export declare class DataOciDatascienceJobsJobsJobStorageMountConfigurationDetailsListStructList 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): DataOciDatascienceJobsJobsJobStorageMountConfigurationDetailsListStructOutputReference; } export interface DataOciDatascienceJobsJobs { } export declare function dataOciDatascienceJobsJobsToTerraform(struct?: DataOciDatascienceJobsJobs): any; export declare function dataOciDatascienceJobsJobsToHclTerraform(struct?: DataOciDatascienceJobsJobs): any; export declare class DataOciDatascienceJobsJobsOutputReference 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(): DataOciDatascienceJobsJobs | undefined; set internalValue(value: DataOciDatascienceJobsJobs | undefined); get artifactContentDisposition(): string; get artifactContentLength(): string; get artifactContentMd5(): string; get artifactLastModified(): string; get compartmentId(): string; get createdBy(): string; private _definedTags; get definedTags(): cdktf.StringMap; get deleteRelatedJobRuns(): cdktf.IResolvable; get description(): string; get displayName(): string; get emptyArtifact(): cdktf.IResolvable; private _freeformTags; get freeformTags(): cdktf.StringMap; get id(): string; get jobArtifact(): string; private _jobConfigurationDetails; get jobConfigurationDetails(): DataOciDatascienceJobsJobsJobConfigurationDetailsList; private _jobEnvironmentConfigurationDetails; get jobEnvironmentConfigurationDetails(): DataOciDatascienceJobsJobsJobEnvironmentConfigurationDetailsList; private _jobInfrastructureConfigurationDetails; get jobInfrastructureConfigurationDetails(): DataOciDatascienceJobsJobsJobInfrastructureConfigurationDetailsList; private _jobLogConfigurationDetails; get jobLogConfigurationDetails(): DataOciDatascienceJobsJobsJobLogConfigurationDetailsList; private _jobStorageMountConfigurationDetailsList; get jobStorageMountConfigurationDetailsList(): DataOciDatascienceJobsJobsJobStorageMountConfigurationDetailsListStructList; get lifecycleDetails(): string; get projectId(): string; get state(): string; get timeCreated(): string; } export declare class DataOciDatascienceJobsJobsList 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): DataOciDatascienceJobsJobsOutputReference; } export interface DataOciDatascienceJobsFilter { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/datascience_jobs#name DataOciDatascienceJobs#name} */ readonly name: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/datascience_jobs#regex DataOciDatascienceJobs#regex} */ readonly regex?: boolean | cdktf.IResolvable; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/datascience_jobs#values DataOciDatascienceJobs#values} */ readonly values: string[]; } export declare function dataOciDatascienceJobsFilterToTerraform(struct?: DataOciDatascienceJobsFilter | cdktf.IResolvable): any; export declare function dataOciDatascienceJobsFilterToHclTerraform(struct?: DataOciDatascienceJobsFilter | cdktf.IResolvable): any; export declare class DataOciDatascienceJobsFilterOutputReference 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(): DataOciDatascienceJobsFilter | cdktf.IResolvable | undefined; set internalValue(value: DataOciDatascienceJobsFilter | 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 DataOciDatascienceJobsFilterList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataOciDatascienceJobsFilter[] | 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): DataOciDatascienceJobsFilterOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/datascience_jobs oci_datascience_jobs} */ export declare class DataOciDatascienceJobs extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_datascience_jobs"; /** * Generates CDKTF code for importing a DataOciDatascienceJobs 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 DataOciDatascienceJobs to import * @param importFromId The id of the existing DataOciDatascienceJobs that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/datascience_jobs#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciDatascienceJobs 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/datascience_jobs oci_datascience_jobs} 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 DataOciDatascienceJobsConfig */ constructor(scope: Construct, id: string, config: DataOciDatascienceJobsConfig); private _compartmentId?; get compartmentId(): string; set compartmentId(value: string); get compartmentIdInput(): string | undefined; private _createdBy?; get createdBy(): string; set createdBy(value: string); resetCreatedBy(): void; get createdByInput(): string | undefined; private _displayName?; get displayName(): string; set displayName(value: string); resetDisplayName(): void; get displayNameInput(): string | undefined; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string | undefined; private _jobs; get jobs(): DataOciDatascienceJobsJobsList; private _projectId?; get projectId(): string; set projectId(value: string); resetProjectId(): void; get projectIdInput(): string | undefined; private _state?; get state(): string; set state(value: string); resetState(): void; get stateInput(): string | undefined; private _filter; get filter(): DataOciDatascienceJobsFilterList; putFilter(value: DataOciDatascienceJobsFilter[] | cdktf.IResolvable): void; resetFilter(): void; get filterInput(): cdktf.IResolvable | DataOciDatascienceJobsFilter[] | undefined; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }