rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
284 lines (283 loc) • 17.7 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciFleetAppsManagementTaskRecordConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/fleet_apps_management_task_record#id DataOciFleetAppsManagementTaskRecord#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
*/
readonly id?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/fleet_apps_management_task_record#task_record_id DataOciFleetAppsManagementTaskRecord#task_record_id}
*/
readonly taskRecordId: string;
}
export interface DataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsContent {
}
export declare function dataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsContentToTerraform(struct?: DataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsContent): any;
export declare function dataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsContentToHclTerraform(struct?: DataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsContent): any;
export declare class DataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsContentOutputReference 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(): DataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsContent | undefined;
set internalValue(value: DataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsContent | undefined);
get bucket(): string;
get checksum(): string;
get namespace(): string;
get object(): string;
get sourceType(): string;
}
export declare class DataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsContentList 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): DataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsContentOutputReference;
}
export interface DataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsVariablesInputVariables {
}
export declare function dataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsVariablesInputVariablesToTerraform(struct?: DataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsVariablesInputVariables): any;
export declare function dataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsVariablesInputVariablesToHclTerraform(struct?: DataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsVariablesInputVariables): any;
export declare class DataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsVariablesInputVariablesOutputReference 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(): DataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsVariablesInputVariables | undefined;
set internalValue(value: DataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsVariablesInputVariables | undefined);
get description(): string;
get name(): string;
get type(): string;
}
export declare class DataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsVariablesInputVariablesList 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): DataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsVariablesInputVariablesOutputReference;
}
export interface DataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsVariables {
}
export declare function dataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsVariablesToTerraform(struct?: DataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsVariables): any;
export declare function dataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsVariablesToHclTerraform(struct?: DataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsVariables): any;
export declare class DataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsVariablesOutputReference 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(): DataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsVariables | undefined;
set internalValue(value: DataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsVariables | undefined);
private _inputVariables;
get inputVariables(): DataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsVariablesInputVariablesList;
get outputVariables(): string[];
}
export declare class DataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsVariablesList 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): DataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsVariablesOutputReference;
}
export interface DataOciFleetAppsManagementTaskRecordDetailsExecutionDetails {
}
export declare function dataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsToTerraform(struct?: DataOciFleetAppsManagementTaskRecordDetailsExecutionDetails): any;
export declare function dataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsToHclTerraform(struct?: DataOciFleetAppsManagementTaskRecordDetailsExecutionDetails): any;
export declare class DataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsOutputReference 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(): DataOciFleetAppsManagementTaskRecordDetailsExecutionDetails | undefined;
set internalValue(value: DataOciFleetAppsManagementTaskRecordDetailsExecutionDetails | undefined);
get command(): string;
private _content;
get content(): DataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsContentList;
get endpoint(): string;
get executionType(): string;
private _variables;
get variables(): DataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsVariablesList;
}
export declare class DataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsList 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): DataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsOutputReference;
}
export interface DataOciFleetAppsManagementTaskRecordDetailsProperties {
}
export declare function dataOciFleetAppsManagementTaskRecordDetailsPropertiesToTerraform(struct?: DataOciFleetAppsManagementTaskRecordDetailsProperties): any;
export declare function dataOciFleetAppsManagementTaskRecordDetailsPropertiesToHclTerraform(struct?: DataOciFleetAppsManagementTaskRecordDetailsProperties): any;
export declare class DataOciFleetAppsManagementTaskRecordDetailsPropertiesOutputReference 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(): DataOciFleetAppsManagementTaskRecordDetailsProperties | undefined;
set internalValue(value: DataOciFleetAppsManagementTaskRecordDetailsProperties | undefined);
get numRetries(): number;
get timeoutInSeconds(): number;
}
export declare class DataOciFleetAppsManagementTaskRecordDetailsPropertiesList 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): DataOciFleetAppsManagementTaskRecordDetailsPropertiesOutputReference;
}
export interface DataOciFleetAppsManagementTaskRecordDetails {
}
export declare function dataOciFleetAppsManagementTaskRecordDetailsToTerraform(struct?: DataOciFleetAppsManagementTaskRecordDetails): any;
export declare function dataOciFleetAppsManagementTaskRecordDetailsToHclTerraform(struct?: DataOciFleetAppsManagementTaskRecordDetails): any;
export declare class DataOciFleetAppsManagementTaskRecordDetailsOutputReference 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(): DataOciFleetAppsManagementTaskRecordDetails | undefined;
set internalValue(value: DataOciFleetAppsManagementTaskRecordDetails | undefined);
private _executionDetails;
get executionDetails(): DataOciFleetAppsManagementTaskRecordDetailsExecutionDetailsList;
get osType(): string;
get platform(): string;
private _properties;
get properties(): DataOciFleetAppsManagementTaskRecordDetailsPropertiesList;
get scope(): string;
}
export declare class DataOciFleetAppsManagementTaskRecordDetailsList 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): DataOciFleetAppsManagementTaskRecordDetailsOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/fleet_apps_management_task_record oci_fleet_apps_management_task_record}
*/
export declare class DataOciFleetAppsManagementTaskRecord extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_fleet_apps_management_task_record";
/**
* Generates CDKTF code for importing a DataOciFleetAppsManagementTaskRecord 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 DataOciFleetAppsManagementTaskRecord to import
* @param importFromId The id of the existing DataOciFleetAppsManagementTaskRecord that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/fleet_apps_management_task_record#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciFleetAppsManagementTaskRecord 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/fleet_apps_management_task_record oci_fleet_apps_management_task_record} 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 DataOciFleetAppsManagementTaskRecordConfig
*/
constructor(scope: Construct, id: string, config: DataOciFleetAppsManagementTaskRecordConfig);
get compartmentId(): string;
private _definedTags;
get definedTags(): cdktf.StringMap;
get description(): string;
private _details;
get details(): DataOciFleetAppsManagementTaskRecordDetailsList;
get displayName(): string;
private _freeformTags;
get freeformTags(): cdktf.StringMap;
private _id?;
get id(): string;
set id(value: string);
resetId(): void;
get idInput(): string | undefined;
get lifecycleDetails(): string;
get resourceRegion(): string;
get state(): string;
private _systemTags;
get systemTags(): cdktf.StringMap;
private _taskRecordId?;
get taskRecordId(): string;
set taskRecordId(value: string);
get taskRecordIdInput(): string | undefined;
get timeCreated(): string;
get timeUpdated(): string;
get type(): string;
get version(): string;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}