rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
321 lines (320 loc) • 19.4 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciFusionAppsFusionEnvironmentConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/fusion_apps_fusion_environment#fusion_environment_id DataOciFusionAppsFusionEnvironment#fusion_environment_id}
*/
readonly fusionEnvironmentId: string;
}
export interface DataOciFusionAppsFusionEnvironmentCreateFusionEnvironmentAdminUserDetails {
}
export declare function dataOciFusionAppsFusionEnvironmentCreateFusionEnvironmentAdminUserDetailsToTerraform(struct?: DataOciFusionAppsFusionEnvironmentCreateFusionEnvironmentAdminUserDetails): any;
export declare function dataOciFusionAppsFusionEnvironmentCreateFusionEnvironmentAdminUserDetailsToHclTerraform(struct?: DataOciFusionAppsFusionEnvironmentCreateFusionEnvironmentAdminUserDetails): any;
export declare class DataOciFusionAppsFusionEnvironmentCreateFusionEnvironmentAdminUserDetailsOutputReference 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(): DataOciFusionAppsFusionEnvironmentCreateFusionEnvironmentAdminUserDetails | undefined;
set internalValue(value: DataOciFusionAppsFusionEnvironmentCreateFusionEnvironmentAdminUserDetails | undefined);
get emailAddress(): string;
get firstName(): string;
get lastName(): string;
get password(): string;
get username(): string;
}
export declare class DataOciFusionAppsFusionEnvironmentCreateFusionEnvironmentAdminUserDetailsList 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): DataOciFusionAppsFusionEnvironmentCreateFusionEnvironmentAdminUserDetailsOutputReference;
}
export interface DataOciFusionAppsFusionEnvironmentKmsKeyInfo {
}
export declare function dataOciFusionAppsFusionEnvironmentKmsKeyInfoToTerraform(struct?: DataOciFusionAppsFusionEnvironmentKmsKeyInfo): any;
export declare function dataOciFusionAppsFusionEnvironmentKmsKeyInfoToHclTerraform(struct?: DataOciFusionAppsFusionEnvironmentKmsKeyInfo): any;
export declare class DataOciFusionAppsFusionEnvironmentKmsKeyInfoOutputReference 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(): DataOciFusionAppsFusionEnvironmentKmsKeyInfo | undefined;
set internalValue(value: DataOciFusionAppsFusionEnvironmentKmsKeyInfo | undefined);
get activeKeyId(): string;
get activeKeyVersion(): string;
get currentKeyLifecycleState(): string;
get scheduledKeyId(): string;
get scheduledKeyStatus(): string;
get scheduledKeyVersion(): string;
get scheduledLifecycleState(): string;
}
export declare class DataOciFusionAppsFusionEnvironmentKmsKeyInfoList 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): DataOciFusionAppsFusionEnvironmentKmsKeyInfoOutputReference;
}
export interface DataOciFusionAppsFusionEnvironmentMaintenancePolicyQuarterlyUpgradeBeginTimes {
}
export declare function dataOciFusionAppsFusionEnvironmentMaintenancePolicyQuarterlyUpgradeBeginTimesToTerraform(struct?: DataOciFusionAppsFusionEnvironmentMaintenancePolicyQuarterlyUpgradeBeginTimes): any;
export declare function dataOciFusionAppsFusionEnvironmentMaintenancePolicyQuarterlyUpgradeBeginTimesToHclTerraform(struct?: DataOciFusionAppsFusionEnvironmentMaintenancePolicyQuarterlyUpgradeBeginTimes): any;
export declare class DataOciFusionAppsFusionEnvironmentMaintenancePolicyQuarterlyUpgradeBeginTimesOutputReference 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(): DataOciFusionAppsFusionEnvironmentMaintenancePolicyQuarterlyUpgradeBeginTimes | undefined;
set internalValue(value: DataOciFusionAppsFusionEnvironmentMaintenancePolicyQuarterlyUpgradeBeginTimes | undefined);
get beginTimesValue(): string;
get overrideType(): string;
}
export declare class DataOciFusionAppsFusionEnvironmentMaintenancePolicyQuarterlyUpgradeBeginTimesList 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): DataOciFusionAppsFusionEnvironmentMaintenancePolicyQuarterlyUpgradeBeginTimesOutputReference;
}
export interface DataOciFusionAppsFusionEnvironmentMaintenancePolicy {
}
export declare function dataOciFusionAppsFusionEnvironmentMaintenancePolicyToTerraform(struct?: DataOciFusionAppsFusionEnvironmentMaintenancePolicy): any;
export declare function dataOciFusionAppsFusionEnvironmentMaintenancePolicyToHclTerraform(struct?: DataOciFusionAppsFusionEnvironmentMaintenancePolicy): any;
export declare class DataOciFusionAppsFusionEnvironmentMaintenancePolicyOutputReference 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(): DataOciFusionAppsFusionEnvironmentMaintenancePolicy | undefined;
set internalValue(value: DataOciFusionAppsFusionEnvironmentMaintenancePolicy | undefined);
get environmentMaintenanceOverride(): string;
get monthlyPatchingOverride(): string;
private _quarterlyUpgradeBeginTimes;
get quarterlyUpgradeBeginTimes(): DataOciFusionAppsFusionEnvironmentMaintenancePolicyQuarterlyUpgradeBeginTimesList;
}
export declare class DataOciFusionAppsFusionEnvironmentMaintenancePolicyList 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): DataOciFusionAppsFusionEnvironmentMaintenancePolicyOutputReference;
}
export interface DataOciFusionAppsFusionEnvironmentRefresh {
}
export declare function dataOciFusionAppsFusionEnvironmentRefreshToTerraform(struct?: DataOciFusionAppsFusionEnvironmentRefresh): any;
export declare function dataOciFusionAppsFusionEnvironmentRefreshToHclTerraform(struct?: DataOciFusionAppsFusionEnvironmentRefresh): any;
export declare class DataOciFusionAppsFusionEnvironmentRefreshOutputReference 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(): DataOciFusionAppsFusionEnvironmentRefresh | undefined;
set internalValue(value: DataOciFusionAppsFusionEnvironmentRefresh | undefined);
get sourceFusionEnvironmentId(): string;
get timeFinished(): string;
get timeOfRestorationPoint(): string;
}
export declare class DataOciFusionAppsFusionEnvironmentRefreshList 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): DataOciFusionAppsFusionEnvironmentRefreshOutputReference;
}
export interface DataOciFusionAppsFusionEnvironmentRulesConditions {
}
export declare function dataOciFusionAppsFusionEnvironmentRulesConditionsToTerraform(struct?: DataOciFusionAppsFusionEnvironmentRulesConditions): any;
export declare function dataOciFusionAppsFusionEnvironmentRulesConditionsToHclTerraform(struct?: DataOciFusionAppsFusionEnvironmentRulesConditions): any;
export declare class DataOciFusionAppsFusionEnvironmentRulesConditionsOutputReference 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(): DataOciFusionAppsFusionEnvironmentRulesConditions | undefined;
set internalValue(value: DataOciFusionAppsFusionEnvironmentRulesConditions | undefined);
get attributeName(): string;
get attributeValue(): string;
}
export declare class DataOciFusionAppsFusionEnvironmentRulesConditionsList 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): DataOciFusionAppsFusionEnvironmentRulesConditionsOutputReference;
}
export interface DataOciFusionAppsFusionEnvironmentRules {
}
export declare function dataOciFusionAppsFusionEnvironmentRulesToTerraform(struct?: DataOciFusionAppsFusionEnvironmentRules): any;
export declare function dataOciFusionAppsFusionEnvironmentRulesToHclTerraform(struct?: DataOciFusionAppsFusionEnvironmentRules): any;
export declare class DataOciFusionAppsFusionEnvironmentRulesOutputReference 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(): DataOciFusionAppsFusionEnvironmentRules | undefined;
set internalValue(value: DataOciFusionAppsFusionEnvironmentRules | undefined);
get action(): string;
private _conditions;
get conditions(): DataOciFusionAppsFusionEnvironmentRulesConditionsList;
get description(): string;
}
export declare class DataOciFusionAppsFusionEnvironmentRulesList 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): DataOciFusionAppsFusionEnvironmentRulesOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/fusion_apps_fusion_environment oci_fusion_apps_fusion_environment}
*/
export declare class DataOciFusionAppsFusionEnvironment extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_fusion_apps_fusion_environment";
/**
* Generates CDKTF code for importing a DataOciFusionAppsFusionEnvironment 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 DataOciFusionAppsFusionEnvironment to import
* @param importFromId The id of the existing DataOciFusionAppsFusionEnvironment that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/fusion_apps_fusion_environment#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciFusionAppsFusionEnvironment 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/fusion_apps_fusion_environment oci_fusion_apps_fusion_environment} 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 DataOciFusionAppsFusionEnvironmentConfig
*/
constructor(scope: Construct, id: string, config: DataOciFusionAppsFusionEnvironmentConfig);
get additionalLanguagePacks(): string[];
get appliedPatchBundles(): string[];
get compartmentId(): string;
private _createFusionEnvironmentAdminUserDetails;
get createFusionEnvironmentAdminUserDetails(): DataOciFusionAppsFusionEnvironmentCreateFusionEnvironmentAdminUserDetailsList;
private _definedTags;
get definedTags(): cdktf.StringMap;
get displayName(): string;
get dnsPrefix(): string;
get domainId(): string;
private _freeformTags;
get freeformTags(): cdktf.StringMap;
get fusionEnvironmentFamilyId(): string;
private _fusionEnvironmentId?;
get fusionEnvironmentId(): string;
set fusionEnvironmentId(value: string);
get fusionEnvironmentIdInput(): string | undefined;
get fusionEnvironmentType(): string;
get id(): string;
get idcsDomainUrl(): string;
get isBreakGlassEnabled(): cdktf.IResolvable;
get kmsKeyId(): string;
private _kmsKeyInfo;
get kmsKeyInfo(): DataOciFusionAppsFusionEnvironmentKmsKeyInfoList;
get lifecycleDetails(): string;
get lockboxId(): string;
private _maintenancePolicy;
get maintenancePolicy(): DataOciFusionAppsFusionEnvironmentMaintenancePolicyList;
get publicUrl(): string;
private _refresh;
get refresh(): DataOciFusionAppsFusionEnvironmentRefreshList;
private _rules;
get rules(): DataOciFusionAppsFusionEnvironmentRulesList;
get state(): string;
get subscriptionIds(): string[];
get systemName(): string;
get timeCreated(): string;
get timeUpcomingMaintenance(): string;
get timeUpdated(): string;
get version(): string;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}