import * as pulumi from "@pulumi/pulumi"; import * as inputs from "../types/input"; import * as outputs from "../types/output"; /** * This resource provides the Fusion Environment Family resource in Oracle Cloud Infrastructure Fusion Apps service. * Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/fusion-applications/latest/FusionEnvironmentFamily * * Example terraform configs related to the resource : https://github.com/oracle/terraform-provider-oci/tree/master/examples/fusionapps * * Creates a new FusionEnvironmentFamily. * * ## Example Usage * * ```typescript * import * as pulumi from "@pulumi/pulumi"; * import * as oci from "@pulumi/oci"; * * const testFusionEnvironmentFamily = new oci.fusionapps.FusionEnvironmentFamily("test_fusion_environment_family", { * compartmentId: compartmentId, * displayName: fusionEnvironmentFamilyDisplayName, * subscriptionIds: fusionEnvironmentFamilySubscriptionIds, * definedTags: { * "foo-namespace.bar-key": "value", * }, * familyMaintenancePolicy: { * concurrentMaintenance: fusionEnvironmentFamilyFamilyMaintenancePolicyConcurrentMaintenance, * isMonthlyPatchingEnabled: fusionEnvironmentFamilyFamilyMaintenancePolicyIsMonthlyPatchingEnabled === "true", * quarterlyUpgradeBeginTimes: fusionEnvironmentFamilyFamilyMaintenancePolicyQuarterlyUpgradeBeginTimes, * }, * freeformTags: { * "bar-key": "value", * }, * }); * ``` * * ## Import * * FusionEnvironmentFamilies can be imported using the `id`, e.g. * * ```sh * $ pulumi import oci:FusionApps/fusionEnvironmentFamily:FusionEnvironmentFamily test_fusion_environment_family "id" * ``` */ export declare class FusionEnvironmentFamily extends pulumi.CustomResource { /** * Get an existing FusionEnvironmentFamily resource's state with the given name, ID, and optional extra * properties used to qualify the lookup. * * @param name The _unique_ name of the resulting resource. * @param id The _unique_ provider ID of the resource to lookup. * @param state Any extra arguments used during the lookup. * @param opts Optional settings to control the behavior of the CustomResource. */ static get(name: string, id: pulumi.Input, state?: FusionEnvironmentFamilyState, opts?: pulumi.CustomResourceOptions): FusionEnvironmentFamily; /** * Returns true if the given object is an instance of FusionEnvironmentFamily. This is designed to work even * when multiple copies of the Pulumi SDK have been loaded into the same process. */ static isInstance(obj: any): obj is FusionEnvironmentFamily; /** * (Updatable) The OCID of the compartment where the environment family is located. */ readonly compartmentId: pulumi.Output; /** * (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}` */ readonly definedTags: pulumi.Output<{ [key: string]: string; }>; /** * (Updatable) A friendly name for the environment family. The name must contain only letters, numbers, dashes, and underscores. Can be changed later. */ readonly displayName: pulumi.Output; /** * (Updatable) The policy that specifies the maintenance and upgrade preferences for an environment. For more information about the options, see [Understanding Environment Maintenance](https://docs.cloud.oracle.com/iaas/Content/fusion-applications/plan-environment-family.htm#about-env-maintenance). */ readonly familyMaintenancePolicy: pulumi.Output; /** * (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` */ readonly freeformTags: pulumi.Output<{ [key: string]: string; }>; /** * When set to True, a subscription update is required for the environment family. */ readonly isSubscriptionUpdateNeeded: pulumi.Output; /** * A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state. */ readonly lifecycleDetails: pulumi.Output; /** * The current state of the FusionEnvironmentFamily. */ readonly state: pulumi.Output; /** * (Updatable) The list of the IDs of the applications subscriptions that are associated with the environment family. * * ** IMPORTANT ** * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values */ readonly subscriptionIds: pulumi.Output; /** * Environment Specific Guid/ System Name */ readonly systemName: pulumi.Output; /** * The time the the FusionEnvironmentFamily was created. An RFC3339 formatted datetime string. */ readonly timeCreated: pulumi.Output; readonly timeUpdated: pulumi.Output; /** * Create a FusionEnvironmentFamily resource with the given unique name, arguments, and options. * * @param name The _unique_ name of the resource. * @param args The arguments to use to populate this resource's properties. * @param opts A bag of options that control this resource's behavior. */ constructor(name: string, args: FusionEnvironmentFamilyArgs, opts?: pulumi.CustomResourceOptions); } /** * Input properties used for looking up and filtering FusionEnvironmentFamily resources. */ export interface FusionEnvironmentFamilyState { /** * (Updatable) The OCID of the compartment where the environment family is located. */ compartmentId?: pulumi.Input; /** * (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}` */ definedTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * (Updatable) A friendly name for the environment family. The name must contain only letters, numbers, dashes, and underscores. Can be changed later. */ displayName?: pulumi.Input; /** * (Updatable) The policy that specifies the maintenance and upgrade preferences for an environment. For more information about the options, see [Understanding Environment Maintenance](https://docs.cloud.oracle.com/iaas/Content/fusion-applications/plan-environment-family.htm#about-env-maintenance). */ familyMaintenancePolicy?: pulumi.Input; /** * (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` */ freeformTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * When set to True, a subscription update is required for the environment family. */ isSubscriptionUpdateNeeded?: pulumi.Input; /** * A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state. */ lifecycleDetails?: pulumi.Input; /** * The current state of the FusionEnvironmentFamily. */ state?: pulumi.Input; /** * (Updatable) The list of the IDs of the applications subscriptions that are associated with the environment family. * * ** IMPORTANT ** * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values */ subscriptionIds?: pulumi.Input[] | undefined>; /** * Environment Specific Guid/ System Name */ systemName?: pulumi.Input; /** * The time the the FusionEnvironmentFamily was created. An RFC3339 formatted datetime string. */ timeCreated?: pulumi.Input; timeUpdated?: pulumi.Input; } /** * The set of arguments for constructing a FusionEnvironmentFamily resource. */ export interface FusionEnvironmentFamilyArgs { /** * (Updatable) The OCID of the compartment where the environment family is located. */ compartmentId: pulumi.Input; /** * (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}` */ definedTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * (Updatable) A friendly name for the environment family. The name must contain only letters, numbers, dashes, and underscores. Can be changed later. */ displayName: pulumi.Input; /** * (Updatable) The policy that specifies the maintenance and upgrade preferences for an environment. For more information about the options, see [Understanding Environment Maintenance](https://docs.cloud.oracle.com/iaas/Content/fusion-applications/plan-environment-family.htm#about-env-maintenance). */ familyMaintenancePolicy?: pulumi.Input; /** * (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` */ freeformTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * (Updatable) The list of the IDs of the applications subscriptions that are associated with the environment family. * * ** IMPORTANT ** * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values */ subscriptionIds: pulumi.Input[]>; timeUpdated?: pulumi.Input; } //# sourceMappingURL=fusionEnvironmentFamily.d.ts.map