rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
525 lines (524 loc) • 25.3 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataflowInvokeRunConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#application_id DataflowInvokeRun#application_id}
*/
readonly applicationId?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#archive_uri DataflowInvokeRun#archive_uri}
*/
readonly archiveUri?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#arguments DataflowInvokeRun#arguments}
*/
readonly arguments?: string[];
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#asynchronous DataflowInvokeRun#asynchronous}
*/
readonly asynchronous?: boolean | cdktf.IResolvable;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#compartment_id DataflowInvokeRun#compartment_id}
*/
readonly compartmentId: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#configuration DataflowInvokeRun#configuration}
*/
readonly configuration?: {
[key: string]: string;
};
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#defined_tags DataflowInvokeRun#defined_tags}
*/
readonly definedTags?: {
[key: string]: string;
};
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#display_name DataflowInvokeRun#display_name}
*/
readonly displayName?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#driver_shape DataflowInvokeRun#driver_shape}
*/
readonly driverShape?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#execute DataflowInvokeRun#execute}
*/
readonly execute?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#executor_shape DataflowInvokeRun#executor_shape}
*/
readonly executorShape?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#freeform_tags DataflowInvokeRun#freeform_tags}
*/
readonly freeformTags?: {
[key: string]: string;
};
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#id DataflowInvokeRun#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
*/
readonly id?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#idle_timeout_in_minutes DataflowInvokeRun#idle_timeout_in_minutes}
*/
readonly idleTimeoutInMinutes?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#logs_bucket_uri DataflowInvokeRun#logs_bucket_uri}
*/
readonly logsBucketUri?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#max_duration_in_minutes DataflowInvokeRun#max_duration_in_minutes}
*/
readonly maxDurationInMinutes?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#metastore_id DataflowInvokeRun#metastore_id}
*/
readonly metastoreId?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#num_executors DataflowInvokeRun#num_executors}
*/
readonly numExecutors?: number;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#opc_parent_rpt_url DataflowInvokeRun#opc_parent_rpt_url}
*/
readonly opcParentRptUrl?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#pool_id DataflowInvokeRun#pool_id}
*/
readonly poolId?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#spark_version DataflowInvokeRun#spark_version}
*/
readonly sparkVersion?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#type DataflowInvokeRun#type}
*/
readonly type?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#warehouse_bucket_uri DataflowInvokeRun#warehouse_bucket_uri}
*/
readonly warehouseBucketUri?: string;
/**
* application_log_config block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#application_log_config DataflowInvokeRun#application_log_config}
*/
readonly applicationLogConfig?: DataflowInvokeRunApplicationLogConfig;
/**
* driver_shape_config block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#driver_shape_config DataflowInvokeRun#driver_shape_config}
*/
readonly driverShapeConfig?: DataflowInvokeRunDriverShapeConfig;
/**
* executor_shape_config block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#executor_shape_config DataflowInvokeRun#executor_shape_config}
*/
readonly executorShapeConfig?: DataflowInvokeRunExecutorShapeConfig;
/**
* parameters block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#parameters DataflowInvokeRun#parameters}
*/
readonly parameters?: DataflowInvokeRunParameters[] | cdktf.IResolvable;
/**
* timeouts block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#timeouts DataflowInvokeRun#timeouts}
*/
readonly timeouts?: DataflowInvokeRunTimeouts;
}
export interface DataflowInvokeRunApplicationLogConfig {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#log_group_id DataflowInvokeRun#log_group_id}
*/
readonly logGroupId: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#log_id DataflowInvokeRun#log_id}
*/
readonly logId: string;
}
export declare function dataflowInvokeRunApplicationLogConfigToTerraform(struct?: DataflowInvokeRunApplicationLogConfigOutputReference | DataflowInvokeRunApplicationLogConfig): any;
export declare function dataflowInvokeRunApplicationLogConfigToHclTerraform(struct?: DataflowInvokeRunApplicationLogConfigOutputReference | DataflowInvokeRunApplicationLogConfig): any;
export declare class DataflowInvokeRunApplicationLogConfigOutputReference extends cdktf.ComplexObject {
private isEmptyObject;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
get internalValue(): DataflowInvokeRunApplicationLogConfig | undefined;
set internalValue(value: DataflowInvokeRunApplicationLogConfig | undefined);
private _logGroupId?;
get logGroupId(): string;
set logGroupId(value: string);
get logGroupIdInput(): string | undefined;
private _logId?;
get logId(): string;
set logId(value: string);
get logIdInput(): string | undefined;
}
export interface DataflowInvokeRunDriverShapeConfig {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#memory_in_gbs DataflowInvokeRun#memory_in_gbs}
*/
readonly memoryInGbs?: number;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#ocpus DataflowInvokeRun#ocpus}
*/
readonly ocpus?: number;
}
export declare function dataflowInvokeRunDriverShapeConfigToTerraform(struct?: DataflowInvokeRunDriverShapeConfigOutputReference | DataflowInvokeRunDriverShapeConfig): any;
export declare function dataflowInvokeRunDriverShapeConfigToHclTerraform(struct?: DataflowInvokeRunDriverShapeConfigOutputReference | DataflowInvokeRunDriverShapeConfig): any;
export declare class DataflowInvokeRunDriverShapeConfigOutputReference extends cdktf.ComplexObject {
private isEmptyObject;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
get internalValue(): DataflowInvokeRunDriverShapeConfig | undefined;
set internalValue(value: DataflowInvokeRunDriverShapeConfig | undefined);
private _memoryInGbs?;
get memoryInGbs(): number;
set memoryInGbs(value: number);
resetMemoryInGbs(): void;
get memoryInGbsInput(): number | undefined;
private _ocpus?;
get ocpus(): number;
set ocpus(value: number);
resetOcpus(): void;
get ocpusInput(): number | undefined;
}
export interface DataflowInvokeRunExecutorShapeConfig {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#memory_in_gbs DataflowInvokeRun#memory_in_gbs}
*/
readonly memoryInGbs?: number;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#ocpus DataflowInvokeRun#ocpus}
*/
readonly ocpus?: number;
}
export declare function dataflowInvokeRunExecutorShapeConfigToTerraform(struct?: DataflowInvokeRunExecutorShapeConfigOutputReference | DataflowInvokeRunExecutorShapeConfig): any;
export declare function dataflowInvokeRunExecutorShapeConfigToHclTerraform(struct?: DataflowInvokeRunExecutorShapeConfigOutputReference | DataflowInvokeRunExecutorShapeConfig): any;
export declare class DataflowInvokeRunExecutorShapeConfigOutputReference extends cdktf.ComplexObject {
private isEmptyObject;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
get internalValue(): DataflowInvokeRunExecutorShapeConfig | undefined;
set internalValue(value: DataflowInvokeRunExecutorShapeConfig | undefined);
private _memoryInGbs?;
get memoryInGbs(): number;
set memoryInGbs(value: number);
resetMemoryInGbs(): void;
get memoryInGbsInput(): number | undefined;
private _ocpus?;
get ocpus(): number;
set ocpus(value: number);
resetOcpus(): void;
get ocpusInput(): number | undefined;
}
export interface DataflowInvokeRunParameters {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#name DataflowInvokeRun#name}
*/
readonly name: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#value DataflowInvokeRun#value}
*/
readonly value: string;
}
export declare function dataflowInvokeRunParametersToTerraform(struct?: DataflowInvokeRunParameters | cdktf.IResolvable): any;
export declare function dataflowInvokeRunParametersToHclTerraform(struct?: DataflowInvokeRunParameters | cdktf.IResolvable): any;
export declare class DataflowInvokeRunParametersOutputReference extends cdktf.ComplexObject {
private isEmptyObject;
private resolvableValue?;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
* @param complexObjectIndex the index of this item in the list
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
get internalValue(): DataflowInvokeRunParameters | cdktf.IResolvable | undefined;
set internalValue(value: DataflowInvokeRunParameters | cdktf.IResolvable | undefined);
private _name?;
get name(): string;
set name(value: string);
get nameInput(): string | undefined;
private _value?;
get value(): string;
set value(value: string);
get valueInput(): string | undefined;
}
export declare class DataflowInvokeRunParametersList extends cdktf.ComplexList {
protected terraformResource: cdktf.IInterpolatingParent;
protected terraformAttribute: string;
protected wrapsSet: boolean;
internalValue?: DataflowInvokeRunParameters[] | cdktf.IResolvable;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
/**
* @param index the index of the item to return
*/
get(index: number): DataflowInvokeRunParametersOutputReference;
}
export interface DataflowInvokeRunTimeouts {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#create DataflowInvokeRun#create}
*/
readonly create?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#delete DataflowInvokeRun#delete}
*/
readonly delete?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#update DataflowInvokeRun#update}
*/
readonly update?: string;
}
export declare function dataflowInvokeRunTimeoutsToTerraform(struct?: DataflowInvokeRunTimeouts | cdktf.IResolvable): any;
export declare function dataflowInvokeRunTimeoutsToHclTerraform(struct?: DataflowInvokeRunTimeouts | cdktf.IResolvable): any;
export declare class DataflowInvokeRunTimeoutsOutputReference extends cdktf.ComplexObject {
private isEmptyObject;
private resolvableValue?;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
get internalValue(): DataflowInvokeRunTimeouts | cdktf.IResolvable | undefined;
set internalValue(value: DataflowInvokeRunTimeouts | cdktf.IResolvable | undefined);
private _create?;
get create(): string;
set create(value: string);
resetCreate(): void;
get createInput(): string | undefined;
private _delete?;
get delete(): string;
set delete(value: string);
resetDelete(): void;
get deleteInput(): string | undefined;
private _update?;
get update(): string;
set update(value: string);
resetUpdate(): void;
get updateInput(): string | undefined;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run oci_dataflow_invoke_run}
*/
export declare class DataflowInvokeRun extends cdktf.TerraformResource {
static readonly tfResourceType = "oci_dataflow_invoke_run";
/**
* Generates CDKTF code for importing a DataflowInvokeRun 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 DataflowInvokeRun to import
* @param importFromId The id of the existing DataflowInvokeRun that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/dataflow_invoke_run#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataflowInvokeRun 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/resources/dataflow_invoke_run oci_dataflow_invoke_run} Resource
*
* @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 DataflowInvokeRunConfig
*/
constructor(scope: Construct, id: string, config: DataflowInvokeRunConfig);
private _applicationId?;
get applicationId(): string;
set applicationId(value: string);
resetApplicationId(): void;
get applicationIdInput(): string | undefined;
private _archiveUri?;
get archiveUri(): string;
set archiveUri(value: string);
resetArchiveUri(): void;
get archiveUriInput(): string | undefined;
private _arguments?;
get arguments(): string[];
set arguments(value: string[]);
resetArguments(): void;
get argumentsInput(): string[] | undefined;
private _asynchronous?;
get asynchronous(): boolean | cdktf.IResolvable;
set asynchronous(value: boolean | cdktf.IResolvable);
resetAsynchronous(): void;
get asynchronousInput(): boolean | cdktf.IResolvable | undefined;
get className(): string;
private _compartmentId?;
get compartmentId(): string;
set compartmentId(value: string);
get compartmentIdInput(): string | undefined;
private _configuration?;
get configuration(): {
[key: string]: string;
};
set configuration(value: {
[key: string]: string;
});
resetConfiguration(): void;
get configurationInput(): {
[key: string]: string;
} | undefined;
get dataReadInBytes(): string;
get dataWrittenInBytes(): string;
private _definedTags?;
get definedTags(): {
[key: string]: string;
};
set definedTags(value: {
[key: string]: string;
});
resetDefinedTags(): void;
get definedTagsInput(): {
[key: string]: string;
} | undefined;
private _displayName?;
get displayName(): string;
set displayName(value: string);
resetDisplayName(): void;
get displayNameInput(): string | undefined;
private _driverShape?;
get driverShape(): string;
set driverShape(value: string);
resetDriverShape(): void;
get driverShapeInput(): string | undefined;
private _execute?;
get execute(): string;
set execute(value: string);
resetExecute(): void;
get executeInput(): string | undefined;
private _executorShape?;
get executorShape(): string;
set executorShape(value: string);
resetExecutorShape(): void;
get executorShapeInput(): string | undefined;
get fileUri(): string;
private _freeformTags?;
get freeformTags(): {
[key: string]: string;
};
set freeformTags(value: {
[key: string]: string;
});
resetFreeformTags(): void;
get freeformTagsInput(): {
[key: string]: string;
} | undefined;
private _id?;
get id(): string;
set id(value: string);
resetId(): void;
get idInput(): string | undefined;
private _idleTimeoutInMinutes?;
get idleTimeoutInMinutes(): string;
set idleTimeoutInMinutes(value: string);
resetIdleTimeoutInMinutes(): void;
get idleTimeoutInMinutesInput(): string | undefined;
get language(): string;
get lifecycleDetails(): string;
private _logsBucketUri?;
get logsBucketUri(): string;
set logsBucketUri(value: string);
resetLogsBucketUri(): void;
get logsBucketUriInput(): string | undefined;
private _maxDurationInMinutes?;
get maxDurationInMinutes(): string;
set maxDurationInMinutes(value: string);
resetMaxDurationInMinutes(): void;
get maxDurationInMinutesInput(): string | undefined;
private _metastoreId?;
get metastoreId(): string;
set metastoreId(value: string);
resetMetastoreId(): void;
get metastoreIdInput(): string | undefined;
private _numExecutors?;
get numExecutors(): number;
set numExecutors(value: number);
resetNumExecutors(): void;
get numExecutorsInput(): number | undefined;
private _opcParentRptUrl?;
get opcParentRptUrl(): string;
set opcParentRptUrl(value: string);
resetOpcParentRptUrl(): void;
get opcParentRptUrlInput(): string | undefined;
get opcRequestId(): string;
get ownerPrincipalId(): string;
get ownerUserName(): string;
private _poolId?;
get poolId(): string;
set poolId(value: string);
resetPoolId(): void;
get poolIdInput(): string | undefined;
get privateEndpointDnsZones(): string[];
get privateEndpointId(): string;
get privateEndpointMaxHostCount(): number;
get privateEndpointNsgIds(): string[];
get privateEndpointSubnetId(): string;
get runDurationInMilliseconds(): string;
private _sparkVersion?;
get sparkVersion(): string;
set sparkVersion(value: string);
resetSparkVersion(): void;
get sparkVersionInput(): string | undefined;
get state(): string;
get timeCreated(): string;
get timeUpdated(): string;
get totalOcpu(): number;
private _type?;
get type(): string;
set type(value: string);
resetType(): void;
get typeInput(): string | undefined;
private _warehouseBucketUri?;
get warehouseBucketUri(): string;
set warehouseBucketUri(value: string);
resetWarehouseBucketUri(): void;
get warehouseBucketUriInput(): string | undefined;
private _applicationLogConfig;
get applicationLogConfig(): DataflowInvokeRunApplicationLogConfigOutputReference;
putApplicationLogConfig(value: DataflowInvokeRunApplicationLogConfig): void;
resetApplicationLogConfig(): void;
get applicationLogConfigInput(): DataflowInvokeRunApplicationLogConfig | undefined;
private _driverShapeConfig;
get driverShapeConfig(): DataflowInvokeRunDriverShapeConfigOutputReference;
putDriverShapeConfig(value: DataflowInvokeRunDriverShapeConfig): void;
resetDriverShapeConfig(): void;
get driverShapeConfigInput(): DataflowInvokeRunDriverShapeConfig | undefined;
private _executorShapeConfig;
get executorShapeConfig(): DataflowInvokeRunExecutorShapeConfigOutputReference;
putExecutorShapeConfig(value: DataflowInvokeRunExecutorShapeConfig): void;
resetExecutorShapeConfig(): void;
get executorShapeConfigInput(): DataflowInvokeRunExecutorShapeConfig | undefined;
private _parameters;
get parameters(): DataflowInvokeRunParametersList;
putParameters(value: DataflowInvokeRunParameters[] | cdktf.IResolvable): void;
resetParameters(): void;
get parametersInput(): cdktf.IResolvable | DataflowInvokeRunParameters[] | undefined;
private _timeouts;
get timeouts(): DataflowInvokeRunTimeoutsOutputReference;
putTimeouts(value: DataflowInvokeRunTimeouts): void;
resetTimeouts(): void;
get timeoutsInput(): cdktf.IResolvable | DataflowInvokeRunTimeouts | undefined;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}