Oracle Cloud Infrastructure v2.30.0 published on Monday, Apr 14, 2025 by Pulumi
oci.Autoscaling.getAutoScalingConfigurations
Explore with Pulumi AI
This data source provides the list of Auto Scaling Configurations in Oracle Cloud Infrastructure Auto Scaling service.
Lists autoscaling configurations in the specifed compartment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testAutoScalingConfigurations = oci.Autoscaling.getAutoScalingConfigurations({
compartmentId: compartmentId,
displayName: autoScalingConfigurationDisplayName,
});
import pulumi
import pulumi_oci as oci
test_auto_scaling_configurations = oci.Autoscaling.get_auto_scaling_configurations(compartment_id=compartment_id,
display_name=auto_scaling_configuration_display_name)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/autoscaling"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := autoscaling.GetAutoScalingConfigurations(ctx, &autoscaling.GetAutoScalingConfigurationsArgs{
CompartmentId: compartmentId,
DisplayName: pulumi.StringRef(autoScalingConfigurationDisplayName),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testAutoScalingConfigurations = Oci.Autoscaling.GetAutoScalingConfigurations.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = autoScalingConfigurationDisplayName,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Autoscaling.AutoscalingFunctions;
import com.pulumi.oci.Autoscaling.inputs.GetAutoScalingConfigurationsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testAutoScalingConfigurations = AutoscalingFunctions.getAutoScalingConfigurations(GetAutoScalingConfigurationsArgs.builder()
.compartmentId(compartmentId)
.displayName(autoScalingConfigurationDisplayName)
.build());
}
}
variables:
testAutoScalingConfigurations:
fn::invoke:
function: oci:Autoscaling:getAutoScalingConfigurations
arguments:
compartmentId: ${compartmentId}
displayName: ${autoScalingConfigurationDisplayName}
Using getAutoScalingConfigurations
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAutoScalingConfigurations(args: GetAutoScalingConfigurationsArgs, opts?: InvokeOptions): Promise<GetAutoScalingConfigurationsResult>
function getAutoScalingConfigurationsOutput(args: GetAutoScalingConfigurationsOutputArgs, opts?: InvokeOptions): Output<GetAutoScalingConfigurationsResult>
def get_auto_scaling_configurations(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_autoscaling.GetAutoScalingConfigurationsFilter]] = None,
opts: Optional[InvokeOptions] = None) -> GetAutoScalingConfigurationsResult
def get_auto_scaling_configurations_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_autoscaling.GetAutoScalingConfigurationsFilterArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAutoScalingConfigurationsResult]
func GetAutoScalingConfigurations(ctx *Context, args *GetAutoScalingConfigurationsArgs, opts ...InvokeOption) (*GetAutoScalingConfigurationsResult, error)
func GetAutoScalingConfigurationsOutput(ctx *Context, args *GetAutoScalingConfigurationsOutputArgs, opts ...InvokeOption) GetAutoScalingConfigurationsResultOutput
> Note: This function is named GetAutoScalingConfigurations
in the Go SDK.
public static class GetAutoScalingConfigurations
{
public static Task<GetAutoScalingConfigurationsResult> InvokeAsync(GetAutoScalingConfigurationsArgs args, InvokeOptions? opts = null)
public static Output<GetAutoScalingConfigurationsResult> Invoke(GetAutoScalingConfigurationsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAutoScalingConfigurationsResult> getAutoScalingConfigurations(GetAutoScalingConfigurationsArgs args, InvokeOptions options)
public static Output<GetAutoScalingConfigurationsResult> getAutoScalingConfigurations(GetAutoScalingConfigurationsArgs args, InvokeOptions options)
fn::invoke:
function: oci:Autoscaling/getAutoScalingConfigurations:getAutoScalingConfigurations
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id This property is required. string - The OCID of the compartment containing the resources monitored by the metric that you are searching for. Use tenancyId to search in the root compartment.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Filters
Changes to this property will trigger replacement.
Auto Scaling Configurations Filter>
- Compartment
Id This property is required. string - The OCID of the compartment containing the resources monitored by the metric that you are searching for. Use tenancyId to search in the root compartment.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Filters
Changes to this property will trigger replacement.
Auto Scaling Configurations Filter
- compartment
Id This property is required. String - The OCID of the compartment containing the resources monitored by the metric that you are searching for. Use tenancyId to search in the root compartment.
- display
Name String - A filter to return only resources that match the given display name exactly.
- filters
Changes to this property will trigger replacement.
Auto Scaling Configurations Filter>
- compartment
Id This property is required. string - The OCID of the compartment containing the resources monitored by the metric that you are searching for. Use tenancyId to search in the root compartment.
- display
Name string - A filter to return only resources that match the given display name exactly.
- filters
Changes to this property will trigger replacement.
Auto Scaling Configurations Filter[]
- compartment_
id This property is required. str - The OCID of the compartment containing the resources monitored by the metric that you are searching for. Use tenancyId to search in the root compartment.
- display_
name str - A filter to return only resources that match the given display name exactly.
- filters
Changes to this property will trigger replacement.
Get Auto Scaling Configurations Filter]
- compartment
Id This property is required. String - The OCID of the compartment containing the resources monitored by the metric that you are searching for. Use tenancyId to search in the root compartment.
- display
Name String - A filter to return only resources that match the given display name exactly.
- filters
Changes to this property will trigger replacement.
getAutoScalingConfigurations Result
The following output properties are available:
- Auto
Scaling List<GetConfigurations Auto Scaling Configurations Auto Scaling Configuration> - The list of auto_scaling_configurations.
- Compartment
Id string - The OCID of the compartment containing the autoscaling configuration.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
List<Get
Auto Scaling Configurations Filter>
- Auto
Scaling []GetConfigurations Auto Scaling Configurations Auto Scaling Configuration - The list of auto_scaling_configurations.
- Compartment
Id string - The OCID of the compartment containing the autoscaling configuration.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
[]Get
Auto Scaling Configurations Filter
- auto
Scaling List<GetConfigurations Auto Scaling Configurations Auto Scaling Configuration> - The list of auto_scaling_configurations.
- compartment
Id String - The OCID of the compartment containing the autoscaling configuration.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
List<Get
Auto Scaling Configurations Filter>
- auto
Scaling GetConfigurations Auto Scaling Configurations Auto Scaling Configuration[] - The list of auto_scaling_configurations.
- compartment
Id string - The OCID of the compartment containing the autoscaling configuration.
- id string
- The provider-assigned unique ID for this managed resource.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
Get
Auto Scaling Configurations Filter[]
- auto_
scaling_ Sequence[autoscaling.configurations Get Auto Scaling Configurations Auto Scaling Configuration] - The list of auto_scaling_configurations.
- compartment_
id str - The OCID of the compartment containing the autoscaling configuration.
- id str
- The provider-assigned unique ID for this managed resource.
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
Sequence[autoscaling.
Get Auto Scaling Configurations Filter]
- auto
Scaling List<Property Map>Configurations - The list of auto_scaling_configurations.
- compartment
Id String - The OCID of the compartment containing the autoscaling configuration.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters List<Property Map>
Supporting Types
GetAutoScalingConfigurationsAutoScalingConfiguration
- Auto
Scaling Resources This property is required. List<GetAuto Scaling Configurations Auto Scaling Configuration Auto Scaling Resource> - A resource that is managed by an autoscaling configuration. The only supported type is "instancePool."
- Compartment
Id This property is required. string - The OCID of the compartment containing the resources monitored by the metric that you are searching for. Use tenancyId to search in the root compartment.
- Cool
Down In Seconds This property is required. int - For threshold-based autoscaling policies, this value is the minimum period of time to wait between scaling actions. The cooldown period gives the system time to stabilize before rescaling. The minimum value is 300 seconds, which is also the default. The cooldown period starts when the instance pool reaches the running state.
This property is required. Dictionary<string, string>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name This property is required. string - A filter to return only resources that match the given display name exactly.
This property is required. Dictionary<string, string>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id
This property is required. string - ID of the condition that is assigned after creation.
- Is
Enabled This property is required. bool - Whether the autoscaling policy is enabled.
- Max
Resource Count This property is required. int - The maximum number of resources to scale out to.
- Min
Resource Count This property is required. int - The minimum number of resources to scale in to.
- Policies
This property is required. List<GetAuto Scaling Configurations Auto Scaling Configuration Policy> - Autoscaling policy definitions for the autoscaling configuration. An autoscaling policy defines the criteria that trigger autoscaling actions and the actions to take.
- Time
Created This property is required. string - The date and time the autoscaling configuration was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- Auto
Scaling Resources This property is required. []GetAuto Scaling Configurations Auto Scaling Configuration Auto Scaling Resource - A resource that is managed by an autoscaling configuration. The only supported type is "instancePool."
- Compartment
Id This property is required. string - The OCID of the compartment containing the resources monitored by the metric that you are searching for. Use tenancyId to search in the root compartment.
- Cool
Down In Seconds This property is required. int - For threshold-based autoscaling policies, this value is the minimum period of time to wait between scaling actions. The cooldown period gives the system time to stabilize before rescaling. The minimum value is 300 seconds, which is also the default. The cooldown period starts when the instance pool reaches the running state.
This property is required. map[string]string- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name This property is required. string - A filter to return only resources that match the given display name exactly.
This property is required. map[string]string- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id
This property is required. string - ID of the condition that is assigned after creation.
- Is
Enabled This property is required. bool - Whether the autoscaling policy is enabled.
- Max
Resource Count This property is required. int - The maximum number of resources to scale out to.
- Min
Resource Count This property is required. int - The minimum number of resources to scale in to.
- Policies
This property is required. []GetAuto Scaling Configurations Auto Scaling Configuration Policy - Autoscaling policy definitions for the autoscaling configuration. An autoscaling policy defines the criteria that trigger autoscaling actions and the actions to take.
- Time
Created This property is required. string - The date and time the autoscaling configuration was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- auto
Scaling Resources This property is required. List<GetAuto Scaling Configurations Auto Scaling Configuration Auto Scaling Resource> - A resource that is managed by an autoscaling configuration. The only supported type is "instancePool."
- compartment
Id This property is required. String - The OCID of the compartment containing the resources monitored by the metric that you are searching for. Use tenancyId to search in the root compartment.
- cool
Down In Seconds This property is required. Integer - For threshold-based autoscaling policies, this value is the minimum period of time to wait between scaling actions. The cooldown period gives the system time to stabilize before rescaling. The minimum value is 300 seconds, which is also the default. The cooldown period starts when the instance pool reaches the running state.
This property is required. Map<String,String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name This property is required. String - A filter to return only resources that match the given display name exactly.
This property is required. Map<String,String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id
This property is required. String - ID of the condition that is assigned after creation.
- is
Enabled This property is required. Boolean - Whether the autoscaling policy is enabled.
- max
Resource Count This property is required. Integer - The maximum number of resources to scale out to.
- min
Resource Count This property is required. Integer - The minimum number of resources to scale in to.
- policies
This property is required. List<GetAuto Scaling Configurations Auto Scaling Configuration Policy> - Autoscaling policy definitions for the autoscaling configuration. An autoscaling policy defines the criteria that trigger autoscaling actions and the actions to take.
- time
Created This property is required. String - The date and time the autoscaling configuration was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- auto
Scaling Resources This property is required. GetAuto Scaling Configurations Auto Scaling Configuration Auto Scaling Resource[] - A resource that is managed by an autoscaling configuration. The only supported type is "instancePool."
- compartment
Id This property is required. string - The OCID of the compartment containing the resources monitored by the metric that you are searching for. Use tenancyId to search in the root compartment.
- cool
Down In Seconds This property is required. number - For threshold-based autoscaling policies, this value is the minimum period of time to wait between scaling actions. The cooldown period gives the system time to stabilize before rescaling. The minimum value is 300 seconds, which is also the default. The cooldown period starts when the instance pool reaches the running state.
This property is required. {[key: string]: string}- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name This property is required. string - A filter to return only resources that match the given display name exactly.
This property is required. {[key: string]: string}- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id
This property is required. string - ID of the condition that is assigned after creation.
- is
Enabled This property is required. boolean - Whether the autoscaling policy is enabled.
- max
Resource Count This property is required. number - The maximum number of resources to scale out to.
- min
Resource Count This property is required. number - The minimum number of resources to scale in to.
- policies
This property is required. GetAuto Scaling Configurations Auto Scaling Configuration Policy[] - Autoscaling policy definitions for the autoscaling configuration. An autoscaling policy defines the criteria that trigger autoscaling actions and the actions to take.
- time
Created This property is required. string - The date and time the autoscaling configuration was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- auto_
scaling_ resources This property is required. Sequence[autoscaling.Get Auto Scaling Configurations Auto Scaling Configuration Auto Scaling Resource] - A resource that is managed by an autoscaling configuration. The only supported type is "instancePool."
- compartment_
id This property is required. str - The OCID of the compartment containing the resources monitored by the metric that you are searching for. Use tenancyId to search in the root compartment.
- cool_
down_ in_ seconds This property is required. int - For threshold-based autoscaling policies, this value is the minimum period of time to wait between scaling actions. The cooldown period gives the system time to stabilize before rescaling. The minimum value is 300 seconds, which is also the default. The cooldown period starts when the instance pool reaches the running state.
This property is required. Mapping[str, str]- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name This property is required. str - A filter to return only resources that match the given display name exactly.
This property is required. Mapping[str, str]- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id
This property is required. str - ID of the condition that is assigned after creation.
- is_
enabled This property is required. bool - Whether the autoscaling policy is enabled.
- max_
resource_ count This property is required. int - The maximum number of resources to scale out to.
- min_
resource_ count This property is required. int - The minimum number of resources to scale in to.
- policies
This property is required. Sequence[autoscaling.Get Auto Scaling Configurations Auto Scaling Configuration Policy] - Autoscaling policy definitions for the autoscaling configuration. An autoscaling policy defines the criteria that trigger autoscaling actions and the actions to take.
- time_
created This property is required. str - The date and time the autoscaling configuration was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- auto
Scaling Resources This property is required. List<Property Map> - A resource that is managed by an autoscaling configuration. The only supported type is "instancePool."
- compartment
Id This property is required. String - The OCID of the compartment containing the resources monitored by the metric that you are searching for. Use tenancyId to search in the root compartment.
- cool
Down In Seconds This property is required. Number - For threshold-based autoscaling policies, this value is the minimum period of time to wait between scaling actions. The cooldown period gives the system time to stabilize before rescaling. The minimum value is 300 seconds, which is also the default. The cooldown period starts when the instance pool reaches the running state.
This property is required. Map<String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name This property is required. String - A filter to return only resources that match the given display name exactly.
This property is required. Map<String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id
This property is required. String - ID of the condition that is assigned after creation.
- is
Enabled This property is required. Boolean - Whether the autoscaling policy is enabled.
- max
Resource Count This property is required. Number - The maximum number of resources to scale out to.
- min
Resource Count This property is required. Number - The minimum number of resources to scale in to.
- policies
This property is required. List<Property Map> - Autoscaling policy definitions for the autoscaling configuration. An autoscaling policy defines the criteria that trigger autoscaling actions and the actions to take.
- time
Created This property is required. String - The date and time the autoscaling configuration was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
GetAutoScalingConfigurationsAutoScalingConfigurationAutoScalingResource
GetAutoScalingConfigurationsAutoScalingConfigurationPolicy
- Capacities
This property is required. List<GetAuto Scaling Configurations Auto Scaling Configuration Policy Capacity> - The capacity requirements of the autoscaling policy.
- Display
Name This property is required. string - A filter to return only resources that match the given display name exactly.
- Execution
Schedules This property is required. List<GetAuto Scaling Configurations Auto Scaling Configuration Policy Execution Schedule> - The schedule for executing the autoscaling policy.
- Id
This property is required. string - ID of the condition that is assigned after creation.
- Is
Enabled This property is required. bool - Whether the autoscaling policy is enabled.
- Policy
Type This property is required. string - The type of autoscaling policy.
- Resource
Actions This property is required. List<GetAuto Scaling Configurations Auto Scaling Configuration Policy Resource Action> - An action that can be executed against a resource.
- Rules
This property is required. List<GetAuto Scaling Configurations Auto Scaling Configuration Policy Rule> - Time
Created This property is required. string - The date and time the autoscaling configuration was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- Capacities
This property is required. []GetAuto Scaling Configurations Auto Scaling Configuration Policy Capacity - The capacity requirements of the autoscaling policy.
- Display
Name This property is required. string - A filter to return only resources that match the given display name exactly.
- Execution
Schedules This property is required. []GetAuto Scaling Configurations Auto Scaling Configuration Policy Execution Schedule - The schedule for executing the autoscaling policy.
- Id
This property is required. string - ID of the condition that is assigned after creation.
- Is
Enabled This property is required. bool - Whether the autoscaling policy is enabled.
- Policy
Type This property is required. string - The type of autoscaling policy.
- Resource
Actions This property is required. []GetAuto Scaling Configurations Auto Scaling Configuration Policy Resource Action - An action that can be executed against a resource.
- Rules
This property is required. []GetAuto Scaling Configurations Auto Scaling Configuration Policy Rule - Time
Created This property is required. string - The date and time the autoscaling configuration was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- capacities
This property is required. List<GetAuto Scaling Configurations Auto Scaling Configuration Policy Capacity> - The capacity requirements of the autoscaling policy.
- display
Name This property is required. String - A filter to return only resources that match the given display name exactly.
- execution
Schedules This property is required. List<GetAuto Scaling Configurations Auto Scaling Configuration Policy Execution Schedule> - The schedule for executing the autoscaling policy.
- id
This property is required. String - ID of the condition that is assigned after creation.
- is
Enabled This property is required. Boolean - Whether the autoscaling policy is enabled.
- policy
Type This property is required. String - The type of autoscaling policy.
- resource
Actions This property is required. List<GetAuto Scaling Configurations Auto Scaling Configuration Policy Resource Action> - An action that can be executed against a resource.
- rules
This property is required. List<GetAuto Scaling Configurations Auto Scaling Configuration Policy Rule> - time
Created This property is required. String - The date and time the autoscaling configuration was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- capacities
This property is required. GetAuto Scaling Configurations Auto Scaling Configuration Policy Capacity[] - The capacity requirements of the autoscaling policy.
- display
Name This property is required. string - A filter to return only resources that match the given display name exactly.
- execution
Schedules This property is required. GetAuto Scaling Configurations Auto Scaling Configuration Policy Execution Schedule[] - The schedule for executing the autoscaling policy.
- id
This property is required. string - ID of the condition that is assigned after creation.
- is
Enabled This property is required. boolean - Whether the autoscaling policy is enabled.
- policy
Type This property is required. string - The type of autoscaling policy.
- resource
Actions This property is required. GetAuto Scaling Configurations Auto Scaling Configuration Policy Resource Action[] - An action that can be executed against a resource.
- rules
This property is required. GetAuto Scaling Configurations Auto Scaling Configuration Policy Rule[] - time
Created This property is required. string - The date and time the autoscaling configuration was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- capacities
This property is required. Sequence[autoscaling.Get Auto Scaling Configurations Auto Scaling Configuration Policy Capacity] - The capacity requirements of the autoscaling policy.
- display_
name This property is required. str - A filter to return only resources that match the given display name exactly.
- execution_
schedules This property is required. Sequence[autoscaling.Get Auto Scaling Configurations Auto Scaling Configuration Policy Execution Schedule] - The schedule for executing the autoscaling policy.
- id
This property is required. str - ID of the condition that is assigned after creation.
- is_
enabled This property is required. bool - Whether the autoscaling policy is enabled.
- policy_
type This property is required. str - The type of autoscaling policy.
- resource_
actions This property is required. Sequence[autoscaling.Get Auto Scaling Configurations Auto Scaling Configuration Policy Resource Action] - An action that can be executed against a resource.
- rules
This property is required. Sequence[autoscaling.Get Auto Scaling Configurations Auto Scaling Configuration Policy Rule] - time_
created This property is required. str - The date and time the autoscaling configuration was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- capacities
This property is required. List<Property Map> - The capacity requirements of the autoscaling policy.
- display
Name This property is required. String - A filter to return only resources that match the given display name exactly.
- execution
Schedules This property is required. List<Property Map> - The schedule for executing the autoscaling policy.
- id
This property is required. String - ID of the condition that is assigned after creation.
- is
Enabled This property is required. Boolean - Whether the autoscaling policy is enabled.
- policy
Type This property is required. String - The type of autoscaling policy.
- resource
Actions This property is required. List<Property Map> - An action that can be executed against a resource.
- rules
This property is required. List<Property Map> - time
Created This property is required. String - The date and time the autoscaling configuration was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
GetAutoScalingConfigurationsAutoScalingConfigurationPolicyCapacity
- Initial
This property is required. int - For a threshold-based autoscaling policy, this value is the initial number of instances to launch in the instance pool immediately after autoscaling is enabled. After autoscaling retrieves performance metrics, the number of instances is automatically adjusted from this initial number to a number that is based on the limits that you set.
- Max
This property is required. int - For a threshold-based autoscaling policy, this value is the maximum number of instances the instance pool is allowed to increase to (scale out).
- Min
This property is required. int - For a threshold-based autoscaling policy, this value is the minimum number of instances the instance pool is allowed to decrease to (scale in).
- Initial
This property is required. int - For a threshold-based autoscaling policy, this value is the initial number of instances to launch in the instance pool immediately after autoscaling is enabled. After autoscaling retrieves performance metrics, the number of instances is automatically adjusted from this initial number to a number that is based on the limits that you set.
- Max
This property is required. int - For a threshold-based autoscaling policy, this value is the maximum number of instances the instance pool is allowed to increase to (scale out).
- Min
This property is required. int - For a threshold-based autoscaling policy, this value is the minimum number of instances the instance pool is allowed to decrease to (scale in).
- initial
This property is required. Integer - For a threshold-based autoscaling policy, this value is the initial number of instances to launch in the instance pool immediately after autoscaling is enabled. After autoscaling retrieves performance metrics, the number of instances is automatically adjusted from this initial number to a number that is based on the limits that you set.
- max
This property is required. Integer - For a threshold-based autoscaling policy, this value is the maximum number of instances the instance pool is allowed to increase to (scale out).
- min
This property is required. Integer - For a threshold-based autoscaling policy, this value is the minimum number of instances the instance pool is allowed to decrease to (scale in).
- initial
This property is required. number - For a threshold-based autoscaling policy, this value is the initial number of instances to launch in the instance pool immediately after autoscaling is enabled. After autoscaling retrieves performance metrics, the number of instances is automatically adjusted from this initial number to a number that is based on the limits that you set.
- max
This property is required. number - For a threshold-based autoscaling policy, this value is the maximum number of instances the instance pool is allowed to increase to (scale out).
- min
This property is required. number - For a threshold-based autoscaling policy, this value is the minimum number of instances the instance pool is allowed to decrease to (scale in).
- initial
This property is required. int - For a threshold-based autoscaling policy, this value is the initial number of instances to launch in the instance pool immediately after autoscaling is enabled. After autoscaling retrieves performance metrics, the number of instances is automatically adjusted from this initial number to a number that is based on the limits that you set.
- max
This property is required. int - For a threshold-based autoscaling policy, this value is the maximum number of instances the instance pool is allowed to increase to (scale out).
- min
This property is required. int - For a threshold-based autoscaling policy, this value is the minimum number of instances the instance pool is allowed to decrease to (scale in).
- initial
This property is required. Number - For a threshold-based autoscaling policy, this value is the initial number of instances to launch in the instance pool immediately after autoscaling is enabled. After autoscaling retrieves performance metrics, the number of instances is automatically adjusted from this initial number to a number that is based on the limits that you set.
- max
This property is required. Number - For a threshold-based autoscaling policy, this value is the maximum number of instances the instance pool is allowed to increase to (scale out).
- min
This property is required. Number - For a threshold-based autoscaling policy, this value is the minimum number of instances the instance pool is allowed to decrease to (scale in).
GetAutoScalingConfigurationsAutoScalingConfigurationPolicyExecutionSchedule
- Expression
This property is required. string - A cron expression that represents the time at which to execute the autoscaling policy.
- Timezone
This property is required. string - The time zone for the execution schedule.
- Type
This property is required. string - The type of action to take.
- Expression
This property is required. string - A cron expression that represents the time at which to execute the autoscaling policy.
- Timezone
This property is required. string - The time zone for the execution schedule.
- Type
This property is required. string - The type of action to take.
- expression
This property is required. String - A cron expression that represents the time at which to execute the autoscaling policy.
- timezone
This property is required. String - The time zone for the execution schedule.
- type
This property is required. String - The type of action to take.
- expression
This property is required. string - A cron expression that represents the time at which to execute the autoscaling policy.
- timezone
This property is required. string - The time zone for the execution schedule.
- type
This property is required. string - The type of action to take.
- expression
This property is required. str - A cron expression that represents the time at which to execute the autoscaling policy.
- timezone
This property is required. str - The time zone for the execution schedule.
- type
This property is required. str - The type of action to take.
- expression
This property is required. String - A cron expression that represents the time at which to execute the autoscaling policy.
- timezone
This property is required. String - The time zone for the execution schedule.
- type
This property is required. String - The type of action to take.
GetAutoScalingConfigurationsAutoScalingConfigurationPolicyResourceAction
- Action
This property is required. string - The action to take when autoscaling is triggered.
- Action
Type This property is required. string - The type of resource action.
- Action
This property is required. string - The action to take when autoscaling is triggered.
- Action
Type This property is required. string - The type of resource action.
- action
This property is required. String - The action to take when autoscaling is triggered.
- action
Type This property is required. String - The type of resource action.
- action
This property is required. string - The action to take when autoscaling is triggered.
- action
Type This property is required. string - The type of resource action.
- action
This property is required. str - The action to take when autoscaling is triggered.
- action_
type This property is required. str - The type of resource action.
- action
This property is required. String - The action to take when autoscaling is triggered.
- action
Type This property is required. String - The type of resource action.
GetAutoScalingConfigurationsAutoScalingConfigurationPolicyRule
- Actions
This property is required. List<GetAuto Scaling Configurations Auto Scaling Configuration Policy Rule Action> - The action to take when autoscaling is triggered.
- Display
Name This property is required. string - A filter to return only resources that match the given display name exactly.
- Id
This property is required. string - ID of the condition that is assigned after creation.
- Metrics
This property is required. List<GetAuto Scaling Configurations Auto Scaling Configuration Policy Rule Metric> - Metric and threshold details for triggering an autoscaling action.
- Actions
This property is required. []GetAuto Scaling Configurations Auto Scaling Configuration Policy Rule Action - The action to take when autoscaling is triggered.
- Display
Name This property is required. string - A filter to return only resources that match the given display name exactly.
- Id
This property is required. string - ID of the condition that is assigned after creation.
- Metrics
This property is required. []GetAuto Scaling Configurations Auto Scaling Configuration Policy Rule Metric - Metric and threshold details for triggering an autoscaling action.
- actions
This property is required. List<GetAuto Scaling Configurations Auto Scaling Configuration Policy Rule Action> - The action to take when autoscaling is triggered.
- display
Name This property is required. String - A filter to return only resources that match the given display name exactly.
- id
This property is required. String - ID of the condition that is assigned after creation.
- metrics
This property is required. List<GetAuto Scaling Configurations Auto Scaling Configuration Policy Rule Metric> - Metric and threshold details for triggering an autoscaling action.
- actions
This property is required. GetAuto Scaling Configurations Auto Scaling Configuration Policy Rule Action[] - The action to take when autoscaling is triggered.
- display
Name This property is required. string - A filter to return only resources that match the given display name exactly.
- id
This property is required. string - ID of the condition that is assigned after creation.
- metrics
This property is required. GetAuto Scaling Configurations Auto Scaling Configuration Policy Rule Metric[] - Metric and threshold details for triggering an autoscaling action.
- actions
This property is required. Sequence[autoscaling.Get Auto Scaling Configurations Auto Scaling Configuration Policy Rule Action] - The action to take when autoscaling is triggered.
- display_
name This property is required. str - A filter to return only resources that match the given display name exactly.
- id
This property is required. str - ID of the condition that is assigned after creation.
- metrics
This property is required. Sequence[autoscaling.Get Auto Scaling Configurations Auto Scaling Configuration Policy Rule Metric] - Metric and threshold details for triggering an autoscaling action.
- actions
This property is required. List<Property Map> - The action to take when autoscaling is triggered.
- display
Name This property is required. String - A filter to return only resources that match the given display name exactly.
- id
This property is required. String - ID of the condition that is assigned after creation.
- metrics
This property is required. List<Property Map> - Metric and threshold details for triggering an autoscaling action.
GetAutoScalingConfigurationsAutoScalingConfigurationPolicyRuleAction
GetAutoScalingConfigurationsAutoScalingConfigurationPolicyRuleMetric
- Metric
Type This property is required. string - Thresholds
This property is required. List<GetAuto Scaling Configurations Auto Scaling Configuration Policy Rule Metric Threshold>
- Metric
Type This property is required. string - Thresholds
This property is required. []GetAuto Scaling Configurations Auto Scaling Configuration Policy Rule Metric Threshold
- metric
Type This property is required. String - thresholds
This property is required. List<GetAuto Scaling Configurations Auto Scaling Configuration Policy Rule Metric Threshold>
- metric
Type This property is required. string - thresholds
This property is required. GetAuto Scaling Configurations Auto Scaling Configuration Policy Rule Metric Threshold[]
- metric_
type This property is required. str - thresholds
This property is required. Sequence[autoscaling.Get Auto Scaling Configurations Auto Scaling Configuration Policy Rule Metric Threshold]
- metric
Type This property is required. String - thresholds
This property is required. List<Property Map>
GetAutoScalingConfigurationsAutoScalingConfigurationPolicyRuleMetricThreshold
GetAutoScalingConfigurationsFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.