rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
2,861 lines • 203 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciDataintegrationWorkspaceTaskConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dataintegration_workspace_task#expand_references DataOciDataintegrationWorkspaceTask#expand_references}
*/
readonly expandReferences: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dataintegration_workspace_task#key DataOciDataintegrationWorkspaceTask#key}
*/
readonly key: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dataintegration_workspace_task#workspace_id DataOciDataintegrationWorkspaceTask#workspace_id}
*/
readonly workspaceId: string;
}
export interface DataOciDataintegrationWorkspaceTaskAuthConfigParentRef {
}
export declare function dataOciDataintegrationWorkspaceTaskAuthConfigParentRefToTerraform(struct?: DataOciDataintegrationWorkspaceTaskAuthConfigParentRef): any;
export declare function dataOciDataintegrationWorkspaceTaskAuthConfigParentRefToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskAuthConfigParentRef): any;
export declare class DataOciDataintegrationWorkspaceTaskAuthConfigParentRefOutputReference 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(): DataOciDataintegrationWorkspaceTaskAuthConfigParentRef | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskAuthConfigParentRef | undefined);
get parent(): string;
get rootDocId(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskAuthConfigParentRefList 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): DataOciDataintegrationWorkspaceTaskAuthConfigParentRefOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskAuthConfig {
}
export declare function dataOciDataintegrationWorkspaceTaskAuthConfigToTerraform(struct?: DataOciDataintegrationWorkspaceTaskAuthConfig): any;
export declare function dataOciDataintegrationWorkspaceTaskAuthConfigToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskAuthConfig): any;
export declare class DataOciDataintegrationWorkspaceTaskAuthConfigOutputReference 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(): DataOciDataintegrationWorkspaceTaskAuthConfig | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskAuthConfig | undefined);
get key(): string;
get modelType(): string;
get modelVersion(): string;
private _parentRef;
get parentRef(): DataOciDataintegrationWorkspaceTaskAuthConfigParentRefList;
get resourcePrincipalSource(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskAuthConfigList 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): DataOciDataintegrationWorkspaceTaskAuthConfigOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParam {
}
export declare function dataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamToTerraform(struct?: DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParam): any;
export declare function dataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParam): any;
export declare class DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamOutputReference 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(): DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParam | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParam | undefined);
get stringValue(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamList 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): DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValues {
}
export declare function dataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesToTerraform(struct?: DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValues): any;
export declare function dataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValues): any;
export declare class DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesOutputReference 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(): DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValues | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValues | undefined);
private _dataParam;
get dataParam(): DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamList;
}
export declare class DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesList 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): DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValues {
}
export declare function dataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesToTerraform(struct?: DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValues): any;
export declare function dataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValues): any;
export declare class DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesOutputReference 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(): DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValues | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValues | undefined);
private _configParamValues;
get configParamValues(): DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesList;
}
export declare class DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesList 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): DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValue {
}
export declare function dataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueToTerraform(struct?: DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValue): any;
export declare function dataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValue): any;
export declare class DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueOutputReference 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(): DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValue | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValue | undefined);
private _configValues;
get configValues(): DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesList;
get key(): string;
get modelType(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueList 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): DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayload {
}
export declare function dataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadToTerraform(struct?: DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayload): any;
export declare function dataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayload): any;
export declare class DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadOutputReference 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(): DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayload | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayload | undefined);
get parameterValue(): string;
private _refValue;
get refValue(): DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueList;
}
export declare class DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadList 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): DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestUrl {
}
export declare function dataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestUrlToTerraform(struct?: DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestUrl): any;
export declare function dataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestUrlToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestUrl): any;
export declare class DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestUrlOutputReference 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(): DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestUrl | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestUrl | undefined);
get stringValue(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestUrlList 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): DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestUrlOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValues {
}
export declare function dataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesToTerraform(struct?: DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValues): any;
export declare function dataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValues): any;
export declare class DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesOutputReference 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(): DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValues | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValues | undefined);
private _requestPayload;
get requestPayload(): DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadList;
private _requestUrl;
get requestUrl(): DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestUrlList;
}
export declare class DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesList 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): DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesParentRef {
}
export declare function dataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesParentRefToTerraform(struct?: DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesParentRef): any;
export declare function dataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesParentRefToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesParentRef): any;
export declare class DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesParentRefOutputReference 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(): DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesParentRef | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesParentRef | undefined);
get parent(): string;
get rootDocId(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesParentRefList 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): DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesParentRefOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValues {
}
export declare function dataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesToTerraform(struct?: DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValues): any;
export declare function dataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValues): any;
export declare class DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesOutputReference 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(): DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValues | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValues | undefined);
private _configParamValues;
get configParamValues(): DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesList;
private _parentRef;
get parentRef(): DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesParentRefList;
}
export declare class DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesList 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): DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskCancelRestCallConfig {
}
export declare function dataOciDataintegrationWorkspaceTaskCancelRestCallConfigToTerraform(struct?: DataOciDataintegrationWorkspaceTaskCancelRestCallConfig): any;
export declare function dataOciDataintegrationWorkspaceTaskCancelRestCallConfigToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskCancelRestCallConfig): any;
export declare class DataOciDataintegrationWorkspaceTaskCancelRestCallConfigOutputReference 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(): DataOciDataintegrationWorkspaceTaskCancelRestCallConfig | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskCancelRestCallConfig | undefined);
private _configValues;
get configValues(): DataOciDataintegrationWorkspaceTaskCancelRestCallConfigConfigValuesList;
get key(): string;
get methodType(): string;
get modelType(): string;
private _requestHeaders;
get requestHeaders(): cdktf.StringMap;
}
export declare class DataOciDataintegrationWorkspaceTaskCancelRestCallConfigList 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): DataOciDataintegrationWorkspaceTaskCancelRestCallConfigOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindingsParameterValuesRootObjectValue {
}
export declare function dataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindingsParameterValuesRootObjectValueToTerraform(struct?: DataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindingsParameterValuesRootObjectValue): any;
export declare function dataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindingsParameterValuesRootObjectValueToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindingsParameterValuesRootObjectValue): any;
export declare class DataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindingsParameterValuesRootObjectValueOutputReference 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(): DataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindingsParameterValuesRootObjectValue | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindingsParameterValuesRootObjectValue | undefined);
get key(): string;
get modelType(): string;
get modelVersion(): string;
get objectStatus(): number;
}
export declare class DataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindingsParameterValuesRootObjectValueList 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): DataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindingsParameterValuesRootObjectValueOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindingsParameterValues {
}
export declare function dataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindingsParameterValuesToTerraform(struct?: DataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindingsParameterValues): any;
export declare function dataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindingsParameterValuesToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindingsParameterValues): any;
export declare class DataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindingsParameterValuesOutputReference 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(): DataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindingsParameterValues | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindingsParameterValues | undefined);
private _rootObjectValue;
get rootObjectValue(): DataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindingsParameterValuesRootObjectValueList;
get simpleValue(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindingsParameterValuesList 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): DataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindingsParameterValuesOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindings {
}
export declare function dataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindingsToTerraform(struct?: DataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindings): any;
export declare function dataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindingsToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindings): any;
export declare class DataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindingsOutputReference 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(): DataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindings | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindings | undefined);
get key(): string;
private _parameterValues;
get parameterValues(): DataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindingsParameterValuesList;
}
export declare class DataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindingsList 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): DataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindingsOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskConfigProviderDelegate {
}
export declare function dataOciDataintegrationWorkspaceTaskConfigProviderDelegateToTerraform(struct?: DataOciDataintegrationWorkspaceTaskConfigProviderDelegate): any;
export declare function dataOciDataintegrationWorkspaceTaskConfigProviderDelegateToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskConfigProviderDelegate): any;
export declare class DataOciDataintegrationWorkspaceTaskConfigProviderDelegateOutputReference 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(): DataOciDataintegrationWorkspaceTaskConfigProviderDelegate | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskConfigProviderDelegate | undefined);
private _bindings;
get bindings(): DataOciDataintegrationWorkspaceTaskConfigProviderDelegateBindingsList;
}
export declare class DataOciDataintegrationWorkspaceTaskConfigProviderDelegateList 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): DataOciDataintegrationWorkspaceTaskConfigProviderDelegateOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParam {
}
export declare function dataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamToTerraform(struct?: DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParam): any;
export declare function dataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParam): any;
export declare class DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamOutputReference 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(): DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParam | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParam | undefined);
get stringValue(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamList 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): DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValues {
}
export declare function dataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesToTerraform(struct?: DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValues): any;
export declare function dataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValues): any;
export declare class DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesOutputReference 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(): DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValues | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValues | undefined);
private _dataParam;
get dataParam(): DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamList;
}
export declare class DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesList 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): DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValues {
}
export declare function dataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesToTerraform(struct?: DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValues): any;
export declare function dataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValues): any;
export declare class DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesOutputReference 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(): DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValues | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValues | undefined);
private _configParamValues;
get configParamValues(): DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesList;
}
export declare class DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesList 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): DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValue {
}
export declare function dataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueToTerraform(struct?: DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValue): any;
export declare function dataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValue): any;
export declare class DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueOutputReference 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(): DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValue | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValue | undefined);
private _configValues;
get configValues(): DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesList;
get key(): string;
get modelType(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueList 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): DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayload {
}
export declare function dataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadToTerraform(struct?: DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayload): any;
export declare function dataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayload): any;
export declare class DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadOutputReference 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(): DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayload | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayload | undefined);
get parameterValue(): string;
private _refValue;
get refValue(): DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueList;
}
export declare class DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadList 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): DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestUrl {
}
export declare function dataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestUrlToTerraform(struct?: DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestUrl): any;
export declare function dataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestUrlToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestUrl): any;
export declare class DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestUrlOutputReference 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(): DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestUrl | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestUrl | undefined);
get stringValue(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestUrlList 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): DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestUrlOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValues {
}
export declare function dataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesToTerraform(struct?: DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValues): any;
export declare function dataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValues): any;
export declare class DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesOutputReference 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(): DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValues | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValues | undefined);
private _requestPayload;
get requestPayload(): DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadList;
private _requestUrl;
get requestUrl(): DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestUrlList;
}
export declare class DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesList 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): DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesParentRef {
}
export declare function dataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesParentRefToTerraform(struct?: DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesParentRef): any;
export declare function dataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesParentRefToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesParentRef): any;
export declare class DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesParentRefOutputReference 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(): DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesParentRef | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesParentRef | undefined);
get parent(): string;
get rootDocId(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesParentRefList 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): DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesParentRefOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValues {
}
export declare function dataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesToTerraform(struct?: DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValues): any;
export declare function dataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValues): any;
export declare class DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesOutputReference 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(): DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValues | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValues | undefined);
private _configParamValues;
get configParamValues(): DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesList;
private _parentRef;
get parentRef(): DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesParentRefList;
}
export declare class DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesList 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): DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskExecuteRestCallConfig {
}
export declare function dataOciDataintegrationWorkspaceTaskExecuteRestCallConfigToTerraform(struct?: DataOciDataintegrationWorkspaceTaskExecuteRestCallConfig): any;
export declare function dataOciDataintegrationWorkspaceTaskExecuteRestCallConfigToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskExecuteRestCallConfig): any;
export declare class DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigOutputReference 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(): DataOciDataintegrationWorkspaceTaskExecuteRestCallConfig | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskExecuteRestCallConfig | undefined);
private _configValues;
get configValues(): DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigConfigValuesList;
get key(): string;
get methodType(): string;
get modelType(): string;
private _requestHeaders;
get requestHeaders(): cdktf.StringMap;
}
export declare class DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigList 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): DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskInputPortsConfigValuesConfigParamValues {
}
export declare function dataOciDataintegrationWorkspaceTaskInputPortsConfigValuesConfigParamValuesToTerraform(struct?: DataOciDataintegrationWorkspaceTaskInputPortsConfigValuesConfigParamValues): any;
export declare function dataOciDataintegrationWorkspaceTaskInputPortsConfigValuesConfigParamValuesToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskInputPortsConfigValuesConfigParamValues): any;
export declare class DataOciDataintegrationWorkspaceTaskInputPortsConfigValuesConfigParamValuesOutputReference 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(): DataOciDataintegrationWorkspaceTaskInputPortsConfigValuesConfigParamValues | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskInputPortsConfigValuesConfigParamValues | undefined);
get intValue(): number;
get objectValue(): string;
get parameterValue(): string;
get refValue(): string;
get rootObjectValue(): string;
get stringValue(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskInputPortsConfigValuesConfigParamValuesList 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): DataOciDataintegrationWorkspaceTaskInputPortsConfigValuesConfigParamValuesOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskInputPortsConfigValuesParentRef {
}
export declare function dataOciDataintegrationWorkspaceTaskInputPortsConfigValuesParentRefToTerraform(struct?: DataOciDataintegrationWorkspaceTaskInputPortsConfigValuesParentRef): any;
export declare function dataOciDataintegrationWorkspaceTaskInputPortsConfigValuesParentRefToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskInputPortsConfigValuesParentRef): any;
export declare class DataOciDataintegrationWorkspaceTaskInputPortsConfigValuesParentRefOutputReference 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(): DataOciDataintegrationWorkspaceTaskInputPortsConfigValuesParentRef | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskInputPortsConfigValuesParentRef | undefined);
get parent(): string;
get rootDocId(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskInputPortsConfigValuesParentRefList 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): DataOciDataintegrationWorkspaceTaskInputPortsConfigValuesParentRefOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskInputPortsConfigValues {
}
export declare function dataOciDataintegrationWorkspaceTaskInputPortsConfigValuesToTerraform(struct?: DataOciDataintegrationWorkspaceTaskInputPortsConfigValues): any;
export declare function dataOciDataintegrationWorkspaceTaskInputPortsConfigValuesToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskInputPortsConfigValues): any;
export declare class DataOciDataintegrationWorkspaceTaskInputPortsConfigValuesOutputReference 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(): DataOciDataintegrationWorkspaceTaskInputPortsConfigValues | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskInputPortsConfigValues | undefined);
private _configParamValues;
get configParamValues(): DataOciDataintegrationWorkspaceTaskInputPortsConfigValuesConfigParamValuesList;
private _parentRef;
get parentRef(): DataOciDataintegrationWorkspaceTaskInputPortsConfigValuesParentRefList;
}
export declare class DataOciDataintegrationWorkspaceTaskInputPortsConfigValuesList 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): DataOciDataintegrationWorkspaceTaskInputPortsConfigValuesOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskInputPortsParentRef {
}
export declare function dataOciDataintegrationWorkspaceTaskInputPortsParentRefToTerraform(struct?: DataOciDataintegrationWorkspaceTaskInputPortsParentRef): any;
export declare function dataOciDataintegrationWorkspaceTaskInputPortsParentRefToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskInputPortsParentRef): any;
export declare class DataOciDataintegrationWorkspaceTaskInputPortsParentRefOutputReference 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(): DataOciDataintegrationWorkspaceTaskInputPortsParentRef | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskInputPortsParentRef | undefined);
get parent(): string;
get rootDocId(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskInputPortsParentRefList 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): DataOciDataintegrationWorkspaceTaskInputPortsParentRefOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskInputPorts {
}
export declare function dataOciDataintegrationWorkspaceTaskInputPortsToTerraform(struct?: DataOciDataintegrationWorkspaceTaskInputPorts): any;
export declare function dataOciDataintegrationWorkspaceTaskInputPortsToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskInputPorts): any;
export declare class DataOciDataintegrationWorkspaceTaskInputPortsOutputReference 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(): DataOciDataintegrationWorkspaceTaskInputPorts | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskInputPorts | undefined);
private _configValues;
get configValues(): DataOciDataintegrationWorkspaceTaskInputPortsConfigValuesList;
get description(): string;
get fields(): string[];
get key(): string;
get modelType(): string;
get modelVersion(): string;
get name(): string;
get objectStatus(): number;
private _parentRef;
get parentRef(): DataOciDataintegrationWorkspaceTaskInputPortsParentRefList;
get portType(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskInputPortsList 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): DataOciDataintegrationWorkspaceTaskInputPortsOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskMetadataAggregator {
}
export declare function dataOciDataintegrationWorkspaceTaskMetadataAggregatorToTerraform(struct?: DataOciDataintegrationWorkspaceTaskMetadataAggregator): any;
export declare function dataOciDataintegrationWorkspaceTaskMetadataAggregatorToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskMetadataAggregator): any;
export declare class DataOciDataintegrationWorkspaceTaskMetadataAggregatorOutputReference 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(): DataOciDataintegrationWorkspaceTaskMetadataAggregator | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskMetadataAggregator | undefined);
get description(): string;
get identifier(): string;
get key(): string;
get name(): string;
get type(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskMetadataAggregatorList 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): DataOciDataintegrationWorkspaceTaskMetadataAggregatorOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskMetadataCountStatisticsObjectTypeCountListStruct {
}
export declare function dataOciDataintegrationWorkspaceTaskMetadataCountStatisticsObjectTypeCountListStructToTerraform(struct?: DataOciDataintegrationWorkspaceTaskMetadataCountStatisticsObjectTypeCountListStruct): any;
export declare function dataOciDataintegrationWorkspaceTaskMetadataCountStatisticsObjectTypeCountListStructToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskMetadataCountStatisticsObjectTypeCountListStruct): any;
export declare class DataOciDataintegrationWorkspaceTaskMetadataCountStatisticsObjectTypeCountListStructOutputReference 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(): DataOciDataintegrationWorkspaceTaskMetadataCountStatisticsObjectTypeCountListStruct | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskMetadataCountStatisticsObjectTypeCountListStruct | undefined);
get objectCount(): string;
get objectType(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskMetadataCountStatisticsObjectTypeCountListStructList 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): DataOciDataintegrationWorkspaceTaskMetadataCountStatisticsObjectTypeCountListStructOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskMetadataCountStatistics {
}
export declare function dataOciDataintegrationWorkspaceTaskMetadataCountStatisticsToTerraform(struct?: DataOciDataintegrationWorkspaceTaskMetadataCountStatistics): any;
export declare function dataOciDataintegrationWorkspaceTaskMetadataCountStatisticsToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskMetadataCountStatistics): any;
export declare class DataOciDataintegrationWorkspaceTaskMetadataCountStatisticsOutputReference 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(): DataOciDataintegrationWorkspaceTaskMetadataCountStatistics | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskMetadataCountStatistics | undefined);
private _objectTypeCountList;
get objectTypeCountList(): DataOciDataintegrationWorkspaceTaskMetadataCountStatisticsObjectTypeCountListStructList;
}
export declare class DataOciDataintegrationWorkspaceTaskMetadataCountStatisticsList 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): DataOciDataintegrationWorkspaceTaskMetadataCountStatisticsOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskMetadata {
}
export declare function dataOciDataintegrationWorkspaceTaskMetadataToTerraform(struct?: DataOciDataintegrationWorkspaceTaskMetadata): any;
export declare function dataOciDataintegrationWorkspaceTaskMetadataToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskMetadata): any;
export declare class DataOciDataintegrationWorkspaceTaskMetadataOutputReference 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(): DataOciDataintegrationWorkspaceTaskMetadata | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskMetadata | undefined);
private _aggregator;
get aggregator(): DataOciDataintegrationWorkspaceTaskMetadataAggregatorList;
get aggregatorKey(): string;
private _countStatistics;
get countStatistics(): DataOciDataintegrationWorkspaceTaskMetadataCountStatisticsList;
get createdBy(): string;
get createdByName(): string;
get identifierPath(): string;
private _infoFields;
get infoFields(): cdktf.StringMap;
get isFavorite(): cdktf.IResolvable;
get labels(): string[];
get registryVersion(): number;
get timeCreated(): string;
get timeUpdated(): string;
get updatedBy(): string;
get updatedByName(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskMetadataList 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): DataOciDataintegrationWorkspaceTaskMetadataOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValue {
}
export declare function dataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValueToTerraform(struct?: DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValue): any;
export declare function dataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValueToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValue): any;
export declare class DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValueOutputReference 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(): DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValue | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValue | undefined);
get key(): string;
get modelType(): string;
get modelVersion(): string;
get name(): string;
get objectStatus(): number;
}
export declare class DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValueList 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): DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValueOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValue {
}
export declare function dataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValueToTerraform(struct?: DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValue): any;
export declare function dataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValueToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValue): any;
export declare class DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValueOutputReference 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(): DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValue | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValue | undefined);
get key(): string;
get modelType(): string;
get modelVersion(): string;
get objectStatus(): number;
}
export declare class DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValueList 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): DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValueOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValue {
}
export declare function dataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueToTerraform(struct?: DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValue): any;
export declare function dataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValue): any;
export declare class DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueOutputReference 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(): DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValue | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValue | undefined);
get intValue(): number;
get objectValue(): string;
get parameterValue(): string;
private _refValue;
get refValue(): DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValueList;
private _rootObjectValue;
get rootObjectValue(): DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValueList;
get stringValue(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueList 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): DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValues {
}
export declare function dataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesToTerraform(struct?: DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValues): any;
export declare function dataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValues): any;
export declare class DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesOutputReference 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(): DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValues | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValues | undefined);
private _configParamValue;
get configParamValue(): DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueList;
get key(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesList 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): DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskOpConfigValuesParentRef {
}
export declare function dataOciDataintegrationWorkspaceTaskOpConfigValuesParentRefToTerraform(struct?: DataOciDataintegrationWorkspaceTaskOpConfigValuesParentRef): any;
export declare function dataOciDataintegrationWorkspaceTaskOpConfigValuesParentRefToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskOpConfigValuesParentRef): any;
export declare class DataOciDataintegrationWorkspaceTaskOpConfigValuesParentRefOutputReference 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(): DataOciDataintegrationWorkspaceTaskOpConfigValuesParentRef | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskOpConfigValuesParentRef | undefined);
get parent(): string;
get rootDocId(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskOpConfigValuesParentRefList 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): DataOciDataintegrationWorkspaceTaskOpConfigValuesParentRefOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskOpConfigValues {
}
export declare function dataOciDataintegrationWorkspaceTaskOpConfigValuesToTerraform(struct?: DataOciDataintegrationWorkspaceTaskOpConfigValues): any;
export declare function dataOciDataintegrationWorkspaceTaskOpConfigValuesToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskOpConfigValues): any;
export declare class DataOciDataintegrationWorkspaceTaskOpConfigValuesOutputReference 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(): DataOciDataintegrationWorkspaceTaskOpConfigValues | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskOpConfigValues | undefined);
private _configParamValues;
get configParamValues(): DataOciDataintegrationWorkspaceTaskOpConfigValuesConfigParamValuesList;
private _parentRef;
get parentRef(): DataOciDataintegrationWorkspaceTaskOpConfigValuesParentRefList;
}
export declare class DataOciDataintegrationWorkspaceTaskOpConfigValuesList 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): DataOciDataintegrationWorkspaceTaskOpConfigValuesOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskOutputPortsConfigValuesConfigParamValues {
}
export declare function dataOciDataintegrationWorkspaceTaskOutputPortsConfigValuesConfigParamValuesToTerraform(struct?: DataOciDataintegrationWorkspaceTaskOutputPortsConfigValuesConfigParamValues): any;
export declare function dataOciDataintegrationWorkspaceTaskOutputPortsConfigValuesConfigParamValuesToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskOutputPortsConfigValuesConfigParamValues): any;
export declare class DataOciDataintegrationWorkspaceTaskOutputPortsConfigValuesConfigParamValuesOutputReference 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(): DataOciDataintegrationWorkspaceTaskOutputPortsConfigValuesConfigParamValues | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskOutputPortsConfigValuesConfigParamValues | undefined);
get intValue(): number;
get objectValue(): string;
get parameterValue(): string;
get refValue(): string;
get rootObjectValue(): string;
get stringValue(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskOutputPortsConfigValuesConfigParamValuesList 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): DataOciDataintegrationWorkspaceTaskOutputPortsConfigValuesConfigParamValuesOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskOutputPortsConfigValuesParentRef {
}
export declare function dataOciDataintegrationWorkspaceTaskOutputPortsConfigValuesParentRefToTerraform(struct?: DataOciDataintegrationWorkspaceTaskOutputPortsConfigValuesParentRef): any;
export declare function dataOciDataintegrationWorkspaceTaskOutputPortsConfigValuesParentRefToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskOutputPortsConfigValuesParentRef): any;
export declare class DataOciDataintegrationWorkspaceTaskOutputPortsConfigValuesParentRefOutputReference 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(): DataOciDataintegrationWorkspaceTaskOutputPortsConfigValuesParentRef | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskOutputPortsConfigValuesParentRef | undefined);
get parent(): string;
get rootDocId(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskOutputPortsConfigValuesParentRefList 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): DataOciDataintegrationWorkspaceTaskOutputPortsConfigValuesParentRefOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskOutputPortsConfigValues {
}
export declare function dataOciDataintegrationWorkspaceTaskOutputPortsConfigValuesToTerraform(struct?: DataOciDataintegrationWorkspaceTaskOutputPortsConfigValues): any;
export declare function dataOciDataintegrationWorkspaceTaskOutputPortsConfigValuesToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskOutputPortsConfigValues): any;
export declare class DataOciDataintegrationWorkspaceTaskOutputPortsConfigValuesOutputReference 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(): DataOciDataintegrationWorkspaceTaskOutputPortsConfigValues | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskOutputPortsConfigValues | undefined);
private _configParamValues;
get configParamValues(): DataOciDataintegrationWorkspaceTaskOutputPortsConfigValuesConfigParamValuesList;
private _parentRef;
get parentRef(): DataOciDataintegrationWorkspaceTaskOutputPortsConfigValuesParentRefList;
}
export declare class DataOciDataintegrationWorkspaceTaskOutputPortsConfigValuesList 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): DataOciDataintegrationWorkspaceTaskOutputPortsConfigValuesOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskOutputPortsParentRef {
}
export declare function dataOciDataintegrationWorkspaceTaskOutputPortsParentRefToTerraform(struct?: DataOciDataintegrationWorkspaceTaskOutputPortsParentRef): any;
export declare function dataOciDataintegrationWorkspaceTaskOutputPortsParentRefToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskOutputPortsParentRef): any;
export declare class DataOciDataintegrationWorkspaceTaskOutputPortsParentRefOutputReference 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(): DataOciDataintegrationWorkspaceTaskOutputPortsParentRef | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskOutputPortsParentRef | undefined);
get parent(): string;
get rootDocId(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskOutputPortsParentRefList 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): DataOciDataintegrationWorkspaceTaskOutputPortsParentRefOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskOutputPorts {
}
export declare function dataOciDataintegrationWorkspaceTaskOutputPortsToTerraform(struct?: DataOciDataintegrationWorkspaceTaskOutputPorts): any;
export declare function dataOciDataintegrationWorkspaceTaskOutputPortsToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskOutputPorts): any;
export declare class DataOciDataintegrationWorkspaceTaskOutputPortsOutputReference 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(): DataOciDataintegrationWorkspaceTaskOutputPorts | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskOutputPorts | undefined);
private _configValues;
get configValues(): DataOciDataintegrationWorkspaceTaskOutputPortsConfigValuesList;
get description(): string;
get fields(): string[];
get key(): string;
get modelType(): string;
get modelVersion(): string;
get name(): string;
get objectStatus(): number;
private _parentRef;
get parentRef(): DataOciDataintegrationWorkspaceTaskOutputPortsParentRefList;
get portType(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskOutputPortsList 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): DataOciDataintegrationWorkspaceTaskOutputPortsOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValueRefValue {
}
export declare function dataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValueRefValueToTerraform(struct?: DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValueRefValue): any;
export declare function dataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValueRefValueToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValueRefValue): any;
export declare class DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValueRefValueOutputReference 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(): DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValueRefValue | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValueRefValue | undefined);
get key(): string;
get modelType(): string;
get modelVersion(): string;
get name(): string;
get objectStatus(): number;
}
export declare class DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValueRefValueList 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): DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValueRefValueOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValueRootObjectValue {
}
export declare function dataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValueRootObjectValueToTerraform(struct?: DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValueRootObjectValue): any;
export declare function dataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValueRootObjectValueToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValueRootObjectValue): any;
export declare class DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValueRootObjectValueOutputReference 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(): DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValueRootObjectValue | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValueRootObjectValue | undefined);
get key(): string;
get modelType(): string;
get modelVersion(): string;
get objectStatus(): number;
}
export declare class DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValueRootObjectValueList 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): DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValueRootObjectValueOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValue {
}
export declare function dataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValueToTerraform(struct?: DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValue): any;
export declare function dataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValueToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValue): any;
export declare class DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValueOutputReference 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(): DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValue | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValue | undefined);
get intValue(): number;
get objectValue(): string;
get parameterValue(): string;
private _refValue;
get refValue(): DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValueRefValueList;
private _rootObjectValue;
get rootObjectValue(): DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValueRootObjectValueList;
get stringValue(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValueList 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): DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValueOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValues {
}
export declare function dataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesToTerraform(struct?: DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValues): any;
export declare function dataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValues): any;
export declare class DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesOutputReference 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(): DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValues | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValues | undefined);
private _configParamValue;
get configParamValue(): DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesConfigParamValueList;
get key(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesList 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): DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskParametersConfigValuesParentRef {
}
export declare function dataOciDataintegrationWorkspaceTaskParametersConfigValuesParentRefToTerraform(struct?: DataOciDataintegrationWorkspaceTaskParametersConfigValuesParentRef): any;
export declare function dataOciDataintegrationWorkspaceTaskParametersConfigValuesParentRefToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskParametersConfigValuesParentRef): any;
export declare class DataOciDataintegrationWorkspaceTaskParametersConfigValuesParentRefOutputReference 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(): DataOciDataintegrationWorkspaceTaskParametersConfigValuesParentRef | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskParametersConfigValuesParentRef | undefined);
get parent(): string;
get rootDocId(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskParametersConfigValuesParentRefList 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): DataOciDataintegrationWorkspaceTaskParametersConfigValuesParentRefOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskParametersConfigValues {
}
export declare function dataOciDataintegrationWorkspaceTaskParametersConfigValuesToTerraform(struct?: DataOciDataintegrationWorkspaceTaskParametersConfigValues): any;
export declare function dataOciDataintegrationWorkspaceTaskParametersConfigValuesToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskParametersConfigValues): any;
export declare class DataOciDataintegrationWorkspaceTaskParametersConfigValuesOutputReference 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(): DataOciDataintegrationWorkspaceTaskParametersConfigValues | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskParametersConfigValues | undefined);
private _configParamValues;
get configParamValues(): DataOciDataintegrationWorkspaceTaskParametersConfigValuesConfigParamValuesList;
private _parentRef;
get parentRef(): DataOciDataintegrationWorkspaceTaskParametersConfigValuesParentRefList;
}
export declare class DataOciDataintegrationWorkspaceTaskParametersConfigValuesList 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): DataOciDataintegrationWorkspaceTaskParametersConfigValuesOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskParametersParentRef {
}
export declare function dataOciDataintegrationWorkspaceTaskParametersParentRefToTerraform(struct?: DataOciDataintegrationWorkspaceTaskParametersParentRef): any;
export declare function dataOciDataintegrationWorkspaceTaskParametersParentRefToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskParametersParentRef): any;
export declare class DataOciDataintegrationWorkspaceTaskParametersParentRefOutputReference 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(): DataOciDataintegrationWorkspaceTaskParametersParentRef | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskParametersParentRef | undefined);
get parent(): string;
get rootDocId(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskParametersParentRefList 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): DataOciDataintegrationWorkspaceTaskParametersParentRefOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskParameters {
}
export declare function dataOciDataintegrationWorkspaceTaskParametersToTerraform(struct?: DataOciDataintegrationWorkspaceTaskParameters): any;
export declare function dataOciDataintegrationWorkspaceTaskParametersToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskParameters): any;
export declare class DataOciDataintegrationWorkspaceTaskParametersOutputReference 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(): DataOciDataintegrationWorkspaceTaskParameters | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskParameters | undefined);
private _configValues;
get configValues(): DataOciDataintegrationWorkspaceTaskParametersConfigValuesList;
get defaultValue(): string;
get description(): string;
get isInput(): cdktf.IResolvable;
get isOutput(): cdktf.IResolvable;
get key(): string;
get modelType(): string;
get modelVersion(): string;
get name(): string;
get objectStatus(): number;
get outputAggregationType(): string;
private _parentRef;
get parentRef(): DataOciDataintegrationWorkspaceTaskParametersParentRefList;
get rootObjectDefaultValue(): string;
get type(): string;
get typeName(): string;
get usedFor(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskParametersList 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): DataOciDataintegrationWorkspaceTaskParametersOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskParentRef {
}
export declare function dataOciDataintegrationWorkspaceTaskParentRefToTerraform(struct?: DataOciDataintegrationWorkspaceTaskParentRef): any;
export declare function dataOciDataintegrationWorkspaceTaskParentRefToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskParentRef): any;
export declare class DataOciDataintegrationWorkspaceTaskParentRefOutputReference 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(): DataOciDataintegrationWorkspaceTaskParentRef | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskParentRef | undefined);
get parent(): string;
get rootDocId(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskParentRefList 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): DataOciDataintegrationWorkspaceTaskParentRefOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionRefValue {
}
export declare function dataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionRefValueToTerraform(struct?: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionRefValue): any;
export declare function dataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionRefValueToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionRefValue): any;
export declare class DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionRefValueOutputReference 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(): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionRefValue | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionRefValue | undefined);
get exprString(): string;
get key(): string;
get modelType(): string;
get name(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionRefValueList 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): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionRefValueOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollCondition {
}
export declare function dataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionToTerraform(struct?: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollCondition): any;
export declare function dataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollCondition): any;
export declare class DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionOutputReference 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(): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollCondition | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollCondition | undefined);
get parameterValue(): string;
private _refValue;
get refValue(): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionRefValueList;
}
export declare class DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionList 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): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollInterval {
}
export declare function dataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalToTerraform(struct?: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollInterval): any;
export declare function dataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollInterval): any;
export declare class DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalOutputReference 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(): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollInterval | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollInterval | undefined);
get objectValue(): number;
}
export declare class DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalList 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): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalUnit {
}
export declare function dataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalUnitToTerraform(struct?: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalUnit): any;
export declare function dataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalUnitToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalUnit): any;
export declare class DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalUnitOutputReference 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(): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalUnit | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalUnit | undefined);
get stringValue(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalUnitList 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): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalUnitOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDuration {
}
export declare function dataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationToTerraform(struct?: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDuration): any;
export declare function dataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDuration): any;
export declare class DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationOutputReference 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(): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDuration | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDuration | undefined);
get objectValue(): number;
}
export declare class DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationList 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): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationUnit {
}
export declare function dataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationUnitToTerraform(struct?: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationUnit): any;
export declare function dataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationUnitToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationUnit): any;
export declare class DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationUnitOutputReference 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(): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationUnit | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationUnit | undefined);
get stringValue(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationUnitList 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): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationUnitOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParam {
}
export declare function dataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamToTerraform(struct?: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParam): any;
export declare function dataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParam): any;
export declare class DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamOutputReference 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(): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParam | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParam | undefined);
get stringValue(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamList 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): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValues {
}
export declare function dataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesToTerraform(struct?: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValues): any;
export declare function dataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValues): any;
export declare class DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesOutputReference 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(): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValues | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValues | undefined);
private _dataParam;
get dataParam(): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamList;
}
export declare class DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesList 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): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValues {
}
export declare function dataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesToTerraform(struct?: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValues): any;
export declare function dataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValues): any;
export declare class DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesOutputReference 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(): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValues | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValues | undefined);
private _configParamValues;
get configParamValues(): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesList;
}
export declare class DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesList 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): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValue {
}
export declare function dataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueToTerraform(struct?: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValue): any;
export declare function dataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValue): any;
export declare class DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueOutputReference 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(): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValue | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValue | undefined);
private _configValues;
get configValues(): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesList;
get key(): string;
get modelType(): string;
get name(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueList 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): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayload {
}
export declare function dataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadToTerraform(struct?: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayload): any;
export declare function dataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayload): any;
export declare class DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadOutputReference 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(): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayload | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayload | undefined);
get parameterValue(): string;
private _refValue;
get refValue(): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueList;
}
export declare class DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadList 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): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestUrl {
}
export declare function dataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestUrlToTerraform(struct?: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestUrl): any;
export declare function dataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestUrlToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestUrl): any;
export declare class DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestUrlOutputReference 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(): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestUrl | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestUrl | undefined);
get stringValue(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestUrlList 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): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestUrlOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValues {
}
export declare function dataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesToTerraform(struct?: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValues): any;
export declare function dataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValues): any;
export declare class DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesOutputReference 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(): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValues | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValues | undefined);
private _pollCondition;
get pollCondition(): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionList;
private _pollInterval;
get pollInterval(): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalList;
private _pollIntervalUnit;
get pollIntervalUnit(): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalUnitList;
private _pollMaxDuration;
get pollMaxDuration(): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationList;
private _pollMaxDurationUnit;
get pollMaxDurationUnit(): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationUnitList;
private _requestPayload;
get requestPayload(): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadList;
private _requestUrl;
get requestUrl(): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestUrlList;
}
export declare class DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesList 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): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesParentRef {
}
export declare function dataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesParentRefToTerraform(struct?: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesParentRef): any;
export declare function dataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesParentRefToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesParentRef): any;
export declare class DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesParentRefOutputReference 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(): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesParentRef | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesParentRef | undefined);
get parent(): string;
get rootDocId(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesParentRefList 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): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesParentRefOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValues {
}
export declare function dataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesToTerraform(struct?: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValues): any;
export declare function dataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValues): any;
export declare class DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesOutputReference 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(): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValues | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValues | undefined);
private _configParamValues;
get configParamValues(): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesList;
private _parentRef;
get parentRef(): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesParentRefList;
}
export declare class DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesList 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): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskPollRestCallConfig {
}
export declare function dataOciDataintegrationWorkspaceTaskPollRestCallConfigToTerraform(struct?: DataOciDataintegrationWorkspaceTaskPollRestCallConfig): any;
export declare function dataOciDataintegrationWorkspaceTaskPollRestCallConfigToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskPollRestCallConfig): any;
export declare class DataOciDataintegrationWorkspaceTaskPollRestCallConfigOutputReference 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(): DataOciDataintegrationWorkspaceTaskPollRestCallConfig | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskPollRestCallConfig | undefined);
private _configValues;
get configValues(): DataOciDataintegrationWorkspaceTaskPollRestCallConfigConfigValuesList;
get key(): string;
get methodType(): string;
get modelType(): string;
private _requestHeaders;
get requestHeaders(): cdktf.StringMap;
}
export declare class DataOciDataintegrationWorkspaceTaskPollRestCallConfigList 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): DataOciDataintegrationWorkspaceTaskPollRestCallConfigOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskRegistryMetadata {
}
export declare function dataOciDataintegrationWorkspaceTaskRegistryMetadataToTerraform(struct?: DataOciDataintegrationWorkspaceTaskRegistryMetadata): any;
export declare function dataOciDataintegrationWorkspaceTaskRegistryMetadataToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskRegistryMetadata): any;
export declare class DataOciDataintegrationWorkspaceTaskRegistryMetadataOutputReference 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(): DataOciDataintegrationWorkspaceTaskRegistryMetadata | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskRegistryMetadata | undefined);
get aggregatorKey(): string;
get isFavorite(): cdktf.IResolvable;
get key(): string;
get labels(): string[];
get registryVersion(): number;
}
export declare class DataOciDataintegrationWorkspaceTaskRegistryMetadataList 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): DataOciDataintegrationWorkspaceTaskRegistryMetadataOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValuesLength {
}
export declare function dataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValuesLengthToTerraform(struct?: DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValuesLength): any;
export declare function dataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValuesLengthToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValuesLength): any;
export declare class DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValuesLengthOutputReference 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(): DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValuesLength | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValuesLength | undefined);
get intValue(): number;
}
export declare class DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValuesLengthList 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): DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValuesLengthOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValuesScale {
}
export declare function dataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValuesScaleToTerraform(struct?: DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValuesScale): any;
export declare function dataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValuesScaleToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValuesScale): any;
export declare class DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValuesScaleOutputReference 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(): DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValuesScale | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValuesScale | undefined);
get intValue(): number;
}
export declare class DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValuesScaleList 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): DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValuesScaleOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValues {
}
export declare function dataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValuesToTerraform(struct?: DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValues): any;
export declare function dataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValuesToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValues): any;
export declare class DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValuesOutputReference 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(): DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValues | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValues | undefined);
private _length;
get length(): DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValuesLengthList;
private _scale;
get scale(): DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValuesScaleList;
}
export declare class DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValuesList 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): DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValuesOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesParentRef {
}
export declare function dataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesParentRefToTerraform(struct?: DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesParentRef): any;
export declare function dataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesParentRefToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesParentRef): any;
export declare class DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesParentRefOutputReference 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(): DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesParentRef | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesParentRef | undefined);
get parent(): string;
get rootDocId(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesParentRefList 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): DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesParentRefOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValues {
}
export declare function dataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesToTerraform(struct?: DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValues): any;
export declare function dataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValues): any;
export declare class DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesOutputReference 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(): DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValues | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValues | undefined);
private _configParamValues;
get configParamValues(): DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesConfigParamValuesList;
private _parentRef;
get parentRef(): DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesParentRefList;
}
export declare class DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesList 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): DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskTypedExpressionsParentRef {
}
export declare function dataOciDataintegrationWorkspaceTaskTypedExpressionsParentRefToTerraform(struct?: DataOciDataintegrationWorkspaceTaskTypedExpressionsParentRef): any;
export declare function dataOciDataintegrationWorkspaceTaskTypedExpressionsParentRefToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskTypedExpressionsParentRef): any;
export declare class DataOciDataintegrationWorkspaceTaskTypedExpressionsParentRefOutputReference 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(): DataOciDataintegrationWorkspaceTaskTypedExpressionsParentRef | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskTypedExpressionsParentRef | undefined);
get parent(): string;
get rootDocId(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskTypedExpressionsParentRefList 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): DataOciDataintegrationWorkspaceTaskTypedExpressionsParentRefOutputReference;
}
export interface DataOciDataintegrationWorkspaceTaskTypedExpressions {
}
export declare function dataOciDataintegrationWorkspaceTaskTypedExpressionsToTerraform(struct?: DataOciDataintegrationWorkspaceTaskTypedExpressions): any;
export declare function dataOciDataintegrationWorkspaceTaskTypedExpressionsToHclTerraform(struct?: DataOciDataintegrationWorkspaceTaskTypedExpressions): any;
export declare class DataOciDataintegrationWorkspaceTaskTypedExpressionsOutputReference 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(): DataOciDataintegrationWorkspaceTaskTypedExpressions | undefined;
set internalValue(value: DataOciDataintegrationWorkspaceTaskTypedExpressions | undefined);
private _configValues;
get configValues(): DataOciDataintegrationWorkspaceTaskTypedExpressionsConfigValuesList;
get description(): string;
get expression(): string;
get key(): string;
get modelType(): string;
get modelVersion(): string;
get name(): string;
get objectStatus(): number;
private _parentRef;
get parentRef(): DataOciDataintegrationWorkspaceTaskTypedExpressionsParentRefList;
get type(): string;
}
export declare class DataOciDataintegrationWorkspaceTaskTypedExpressionsList 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): DataOciDataintegrationWorkspaceTaskTypedExpressionsOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dataintegration_workspace_task oci_dataintegration_workspace_task}
*/
export declare class DataOciDataintegrationWorkspaceTask extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_dataintegration_workspace_task";
/**
* Generates CDKTF code for importing a DataOciDataintegrationWorkspaceTask 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 DataOciDataintegrationWorkspaceTask to import
* @param importFromId The id of the existing DataOciDataintegrationWorkspaceTask that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dataintegration_workspace_task#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciDataintegrationWorkspaceTask 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/dataintegration_workspace_task oci_dataintegration_workspace_task} 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 DataOciDataintegrationWorkspaceTaskConfig
*/
constructor(scope: Construct, id: string, config: DataOciDataintegrationWorkspaceTaskConfig);
get apiCallMode(): string;
private _authConfig;
get authConfig(): DataOciDataintegrationWorkspaceTaskAuthConfigList;
private _cancelRestCallConfig;
get cancelRestCallConfig(): DataOciDataintegrationWorkspaceTaskCancelRestCallConfigList;
private _configProviderDelegate;
get configProviderDelegate(): DataOciDataintegrationWorkspaceTaskConfigProviderDelegateList;
get description(): string;
private _executeRestCallConfig;
get executeRestCallConfig(): DataOciDataintegrationWorkspaceTaskExecuteRestCallConfigList;
private _expandReferences?;
get expandReferences(): string;
set expandReferences(value: string);
get expandReferencesInput(): string | undefined;
get id(): string;
get identifier(): string;
private _inputPorts;
get inputPorts(): DataOciDataintegrationWorkspaceTaskInputPortsList;
get isSingleLoad(): cdktf.IResolvable;
private _key?;
get key(): string;
set key(value: string);
get keyInput(): string | undefined;
private _keyMap;
get keyMap(): cdktf.StringMap;
private _metadata;
get metadata(): DataOciDataintegrationWorkspaceTaskMetadataList;
get modelType(): string;
get modelVersion(): string;
get name(): string;
get objectStatus(): number;
get objectVersion(): number;
private _opConfigValues;
get opConfigValues(): DataOciDataintegrationWorkspaceTaskOpConfigValuesList;
get operation(): string;
private _outputPorts;
get outputPorts(): DataOciDataintegrationWorkspaceTaskOutputPortsList;
get parallelLoadLimit(): number;
private _parameters;
get parameters(): DataOciDataintegrationWorkspaceTaskParametersList;
private _parentRef;
get parentRef(): DataOciDataintegrationWorkspaceTaskParentRefList;
private _pollRestCallConfig;
get pollRestCallConfig(): DataOciDataintegrationWorkspaceTaskPollRestCallConfigList;
private _registryMetadata;
get registryMetadata(): DataOciDataintegrationWorkspaceTaskRegistryMetadataList;
private _typedExpressions;
get typedExpressions(): DataOciDataintegrationWorkspaceTaskTypedExpressionsList;
private _workspaceId?;
get workspaceId(): string;
set workspaceId(value: string);
get workspaceIdInput(): string | undefined;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}