UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

240 lines (239 loc) 14.7 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciFleetAppsManagementFleetConfig 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#fleet_id DataOciFleetAppsManagementFleet#fleet_id} */ readonly fleetId: string; } export interface DataOciFleetAppsManagementFleetNotificationPreferencesPreferences { } export declare function dataOciFleetAppsManagementFleetNotificationPreferencesPreferencesToTerraform(struct?: DataOciFleetAppsManagementFleetNotificationPreferencesPreferences): any; export declare function dataOciFleetAppsManagementFleetNotificationPreferencesPreferencesToHclTerraform(struct?: DataOciFleetAppsManagementFleetNotificationPreferencesPreferences): any; export declare class DataOciFleetAppsManagementFleetNotificationPreferencesPreferencesOutputReference 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(): DataOciFleetAppsManagementFleetNotificationPreferencesPreferences | undefined; set internalValue(value: DataOciFleetAppsManagementFleetNotificationPreferencesPreferences | undefined); get onJobFailure(): cdktf.IResolvable; get onTopologyModification(): cdktf.IResolvable; get onUpcomingSchedule(): cdktf.IResolvable; } export declare class DataOciFleetAppsManagementFleetNotificationPreferencesPreferencesList 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): DataOciFleetAppsManagementFleetNotificationPreferencesPreferencesOutputReference; } export interface DataOciFleetAppsManagementFleetNotificationPreferences { } export declare function dataOciFleetAppsManagementFleetNotificationPreferencesToTerraform(struct?: DataOciFleetAppsManagementFleetNotificationPreferences): any; export declare function dataOciFleetAppsManagementFleetNotificationPreferencesToHclTerraform(struct?: DataOciFleetAppsManagementFleetNotificationPreferences): any; export declare class DataOciFleetAppsManagementFleetNotificationPreferencesOutputReference 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(): DataOciFleetAppsManagementFleetNotificationPreferences | undefined; set internalValue(value: DataOciFleetAppsManagementFleetNotificationPreferences | undefined); get compartmentId(): string; private _preferences; get preferences(): DataOciFleetAppsManagementFleetNotificationPreferencesPreferencesList; get topicId(): string; } export declare class DataOciFleetAppsManagementFleetNotificationPreferencesList 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): DataOciFleetAppsManagementFleetNotificationPreferencesOutputReference; } export interface DataOciFleetAppsManagementFleetRuleSelectionCriteriaRulesConditions { } export declare function dataOciFleetAppsManagementFleetRuleSelectionCriteriaRulesConditionsToTerraform(struct?: DataOciFleetAppsManagementFleetRuleSelectionCriteriaRulesConditions): any; export declare function dataOciFleetAppsManagementFleetRuleSelectionCriteriaRulesConditionsToHclTerraform(struct?: DataOciFleetAppsManagementFleetRuleSelectionCriteriaRulesConditions): any; export declare class DataOciFleetAppsManagementFleetRuleSelectionCriteriaRulesConditionsOutputReference 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(): DataOciFleetAppsManagementFleetRuleSelectionCriteriaRulesConditions | undefined; set internalValue(value: DataOciFleetAppsManagementFleetRuleSelectionCriteriaRulesConditions | undefined); get attrGroup(): string; get attrKey(): string; get attrValue(): string; } export declare class DataOciFleetAppsManagementFleetRuleSelectionCriteriaRulesConditionsList 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): DataOciFleetAppsManagementFleetRuleSelectionCriteriaRulesConditionsOutputReference; } export interface DataOciFleetAppsManagementFleetRuleSelectionCriteriaRules { } export declare function dataOciFleetAppsManagementFleetRuleSelectionCriteriaRulesToTerraform(struct?: DataOciFleetAppsManagementFleetRuleSelectionCriteriaRules): any; export declare function dataOciFleetAppsManagementFleetRuleSelectionCriteriaRulesToHclTerraform(struct?: DataOciFleetAppsManagementFleetRuleSelectionCriteriaRules): any; export declare class DataOciFleetAppsManagementFleetRuleSelectionCriteriaRulesOutputReference 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(): DataOciFleetAppsManagementFleetRuleSelectionCriteriaRules | undefined; set internalValue(value: DataOciFleetAppsManagementFleetRuleSelectionCriteriaRules | undefined); get basis(): string; get compartmentId(): string; private _conditions; get conditions(): DataOciFleetAppsManagementFleetRuleSelectionCriteriaRulesConditionsList; get resourceCompartmentId(): string; } export declare class DataOciFleetAppsManagementFleetRuleSelectionCriteriaRulesList 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): DataOciFleetAppsManagementFleetRuleSelectionCriteriaRulesOutputReference; } export interface DataOciFleetAppsManagementFleetRuleSelectionCriteria { } export declare function dataOciFleetAppsManagementFleetRuleSelectionCriteriaToTerraform(struct?: DataOciFleetAppsManagementFleetRuleSelectionCriteria): any; export declare function dataOciFleetAppsManagementFleetRuleSelectionCriteriaToHclTerraform(struct?: DataOciFleetAppsManagementFleetRuleSelectionCriteria): any; export declare class DataOciFleetAppsManagementFleetRuleSelectionCriteriaOutputReference 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(): DataOciFleetAppsManagementFleetRuleSelectionCriteria | undefined; set internalValue(value: DataOciFleetAppsManagementFleetRuleSelectionCriteria | undefined); get matchCondition(): string; private _rules; get rules(): DataOciFleetAppsManagementFleetRuleSelectionCriteriaRulesList; } export declare class DataOciFleetAppsManagementFleetRuleSelectionCriteriaList 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): DataOciFleetAppsManagementFleetRuleSelectionCriteriaOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/fleet_apps_management_fleet oci_fleet_apps_management_fleet} */ export declare class DataOciFleetAppsManagementFleet extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_fleet_apps_management_fleet"; /** * Generates CDKTF code for importing a DataOciFleetAppsManagementFleet 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 DataOciFleetAppsManagementFleet to import * @param importFromId The id of the existing DataOciFleetAppsManagementFleet 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#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciFleetAppsManagementFleet 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 oci_fleet_apps_management_fleet} 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 DataOciFleetAppsManagementFleetConfig */ constructor(scope: Construct, id: string, config: DataOciFleetAppsManagementFleetConfig); get applicationType(): string; get compartmentId(): string; private _definedTags; get definedTags(): cdktf.StringMap; get description(): string; get displayName(): string; get environmentType(): string; private _fleetId?; get fleetId(): string; set fleetId(value: string); get fleetIdInput(): string | undefined; get fleetType(): string; private _freeformTags; get freeformTags(): cdktf.StringMap; get groupType(): string; get id(): string; get isTargetAutoConfirm(): cdktf.IResolvable; get lifecycleDetails(): string; private _notificationPreferences; get notificationPreferences(): DataOciFleetAppsManagementFleetNotificationPreferencesList; get products(): string[]; get resourceRegion(): string; get resourceSelectionType(): string; private _ruleSelectionCriteria; get ruleSelectionCriteria(): DataOciFleetAppsManagementFleetRuleSelectionCriteriaList; get state(): string; private _systemTags; get systemTags(): cdktf.StringMap; get timeCreated(): string; get timeUpdated(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }