UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

250 lines (249 loc) 16.5 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciFleetAppsManagementFleetComplianceReportConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/fleet_apps_management_fleet_compliance_report#compliance_report_id DataOciFleetAppsManagementFleetComplianceReport#compliance_report_id} */ readonly complianceReportId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/fleet_apps_management_fleet_compliance_report#fleet_id DataOciFleetAppsManagementFleetComplianceReport#fleet_id} */ readonly fleetId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/fleet_apps_management_fleet_compliance_report#id DataOciFleetAppsManagementFleetComplianceReport#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; } export interface DataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargetsInstalledPatches { } export declare function dataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargetsInstalledPatchesToTerraform(struct?: DataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargetsInstalledPatches): any; export declare function dataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargetsInstalledPatchesToHclTerraform(struct?: DataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargetsInstalledPatches): any; export declare class DataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargetsInstalledPatchesOutputReference 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(): DataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargetsInstalledPatches | undefined; set internalValue(value: DataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargetsInstalledPatches | undefined); get patchDescription(): string; get patchName(): string; get patchType(): string; get timeApplied(): string; get timeReleased(): string; } export declare class DataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargetsInstalledPatchesList 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): DataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargetsInstalledPatchesOutputReference; } export interface DataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargetsRecommendedPatches { } export declare function dataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargetsRecommendedPatchesToTerraform(struct?: DataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargetsRecommendedPatches): any; export declare function dataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargetsRecommendedPatchesToHclTerraform(struct?: DataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargetsRecommendedPatches): any; export declare class DataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargetsRecommendedPatchesOutputReference 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(): DataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargetsRecommendedPatches | undefined; set internalValue(value: DataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargetsRecommendedPatches | undefined); get patchDescription(): string; get patchName(): string; get patchType(): string; get timeApplied(): string; get timeReleased(): string; } export declare class DataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargetsRecommendedPatchesList 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): DataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargetsRecommendedPatchesOutputReference; } export interface DataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargets { } export declare function dataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargetsToTerraform(struct?: DataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargets): any; export declare function dataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargetsToHclTerraform(struct?: DataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargets): any; export declare class DataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargetsOutputReference 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(): DataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargets | undefined; set internalValue(value: DataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargets | undefined); get complianceState(): string; private _installedPatches; get installedPatches(): DataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargetsInstalledPatchesList; private _recommendedPatches; get recommendedPatches(): DataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargetsRecommendedPatchesList; get targetId(): string; get targetName(): string; get version(): string; } export declare class DataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargetsList 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): DataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargetsOutputReference; } export interface DataOciFleetAppsManagementFleetComplianceReportResourcesProducts { } export declare function dataOciFleetAppsManagementFleetComplianceReportResourcesProductsToTerraform(struct?: DataOciFleetAppsManagementFleetComplianceReportResourcesProducts): any; export declare function dataOciFleetAppsManagementFleetComplianceReportResourcesProductsToHclTerraform(struct?: DataOciFleetAppsManagementFleetComplianceReportResourcesProducts): any; export declare class DataOciFleetAppsManagementFleetComplianceReportResourcesProductsOutputReference 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(): DataOciFleetAppsManagementFleetComplianceReportResourcesProducts | undefined; set internalValue(value: DataOciFleetAppsManagementFleetComplianceReportResourcesProducts | undefined); get productName(): string; private _targets; get targets(): DataOciFleetAppsManagementFleetComplianceReportResourcesProductsTargetsList; } export declare class DataOciFleetAppsManagementFleetComplianceReportResourcesProductsList 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): DataOciFleetAppsManagementFleetComplianceReportResourcesProductsOutputReference; } export interface DataOciFleetAppsManagementFleetComplianceReportResources { } export declare function dataOciFleetAppsManagementFleetComplianceReportResourcesToTerraform(struct?: DataOciFleetAppsManagementFleetComplianceReportResources): any; export declare function dataOciFleetAppsManagementFleetComplianceReportResourcesToHclTerraform(struct?: DataOciFleetAppsManagementFleetComplianceReportResources): any; export declare class DataOciFleetAppsManagementFleetComplianceReportResourcesOutputReference 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(): DataOciFleetAppsManagementFleetComplianceReportResources | undefined; set internalValue(value: DataOciFleetAppsManagementFleetComplianceReportResources | undefined); get compartment(): string; get complianceState(): string; private _products; get products(): DataOciFleetAppsManagementFleetComplianceReportResourcesProductsList; get resourceId(): string; get resourceName(): string; get resourceRegion(): string; get resourceType(): string; get tenancyId(): string; get tenancyName(): string; } export declare class DataOciFleetAppsManagementFleetComplianceReportResourcesList 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): DataOciFleetAppsManagementFleetComplianceReportResourcesOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/fleet_apps_management_fleet_compliance_report oci_fleet_apps_management_fleet_compliance_report} */ export declare class DataOciFleetAppsManagementFleetComplianceReport extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_fleet_apps_management_fleet_compliance_report"; /** * Generates CDKTF code for importing a DataOciFleetAppsManagementFleetComplianceReport 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 DataOciFleetAppsManagementFleetComplianceReport to import * @param importFromId The id of the existing DataOciFleetAppsManagementFleetComplianceReport that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/fleet_apps_management_fleet_compliance_report#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciFleetAppsManagementFleetComplianceReport 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_fleet_compliance_report oci_fleet_apps_management_fleet_compliance_report} 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 DataOciFleetAppsManagementFleetComplianceReportConfig */ constructor(scope: Construct, id: string, config: DataOciFleetAppsManagementFleetComplianceReportConfig); private _complianceReportId?; get complianceReportId(): string; set complianceReportId(value: string); get complianceReportIdInput(): string | undefined; get complianceState(): string; private _fleetId?; get fleetId(): string; set fleetId(value: string); get fleetIdInput(): string | undefined; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string | undefined; private _resources; get resources(): DataOciFleetAppsManagementFleetComplianceReportResourcesList; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }