Skip to content

ScalingConfigurationsProps

Properties for defining a ScalingConfigurations.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ess-scalingconfigurations

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkess/datasource"
&datasource.ScalingConfigurationsProps {
    RefreshOptions: interface{},
    ScalingConfigurationIds: interface{},
    ScalingConfigurationNames: interface{},
    ScalingGroupId: interface{},
}

Properties

Name Type Description
RefreshOptions interface{} Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
ScalingConfigurationIds interface{} Property scalingConfigurationIds: The ID of scaling configuration that you want to query.
ScalingConfigurationNames interface{} Property scalingConfigurationNames: The name of scaling configuration that you want to query.
ScalingGroupId interface{} Property scalingGroupId: The ID of the scaling group.

RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.

ScalingConfigurationIdsOptional

ScalingConfigurationIds interface{}
  • Type: interface{}

Property scalingConfigurationIds: The ID of scaling configuration that you want to query.

Valid values : 1 to 10. The IDs of active and inactive scaling configurations are displayed in the query results, and can be differentiated by LifecycleState.


ScalingConfigurationNamesOptional

ScalingConfigurationNames interface{}
  • Type: interface{}

Property scalingConfigurationNames: The name of scaling configuration that you want to query.

Valid values : 1 to 10. The names of inactive scaling configurations are not displayed in the query results, and no error is reported.


ScalingGroupIdOptional

ScalingGroupId interface{}
  • Type: interface{}

Property scalingGroupId: The ID of the scaling group.

You can use the ID to query all scaling configurations in the scaling group.