AutoScalingConfigurationVersionState class
Input properties used for looking up and filtering AutoScalingConfigurationVersion resources.
Constructors
-
AutoScalingConfigurationVersionState({Input<
String?> ? arn, Input<String?> ? autoScalingConfigurationName, Input<int?> ? autoScalingConfigurationRevision, Input<bool?> ? hasAssociatedService, Input<bool?> ? isDefault, Input<bool?> ? latest, Input<int?> ? maxConcurrency, Input<int?> ? maxSize, Input<int?> ? minSize, Input<String?> ? region, Input<String?> ? status, Input<Map< ? tags, Input<String, String> ?>Map< ? tagsAll})String, String> ?> -
Creates a new AutoScalingConfigurationVersionState.
arnARN of this auto scaling configuration version.autoScalingConfigurationNameName of the auto scaling configuration.autoScalingConfigurationRevisionRevision of this auto scaling configuration.hasAssociatedServiceWhether there is an App Runner service associated with this auto scaling configuration.isDefaultWhether the auto scaling configuration is the default for the AWS account and Region.latestWhether the auto scaling configuration has the highestautoScalingConfigurationRevisionamong all configurations that share the sameautoScalingConfigurationName.maxConcurrencyMaximal number of concurrent requests that you want an instance to process. When the number of concurrent requests goes over this limit, App Runner scales up your service.maxSizeMaximal number of instances that App Runner provisions for your service.minSizeMinimal number of instances that App Runner provisions for your service.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.statusCurrent state of the auto scaling configuration. An INACTIVE configuration revision has been deleted and can't be used. It is permanently removed some time after deletion.tagsKey-value map of resource tags. If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.tagsAllMap of tags assigned to the resource, including those inherited from the providerdefaultTagsconfiguration block.const -
AutoScalingConfigurationVersionState.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
arn
→ Input<
String?> ? -
ARN of this auto scaling configuration version.
final
-
autoScalingConfigurationName
→ Input<
String?> ? -
Name of the auto scaling configuration.
final
-
autoScalingConfigurationRevision
→ Input<
int?> ? -
Revision of this auto scaling configuration.
final
-
hasAssociatedService
→ Input<
bool?> ? -
Whether there is an App Runner service associated with this auto scaling configuration.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
isDefault
→ Input<
bool?> ? -
Whether the auto scaling configuration is the default for the AWS account and Region.
final
-
latest
→ Input<
bool?> ? -
Whether the auto scaling configuration has the highest
autoScalingConfigurationRevisionamong all configurations that share the sameautoScalingConfigurationName.final -
maxConcurrency
→ Input<
int?> ? -
Maximal number of concurrent requests that you want an instance to process. When the number of concurrent requests goes over this limit, App Runner scales up your service.
final
-
maxSize
→ Input<
int?> ? -
Maximal number of instances that App Runner provisions for your service.
final
-
minSize
→ Input<
int?> ? -
Minimal number of instances that App Runner provisions for your service.
final
-
region
→ Input<
String?> ? -
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
status
→ Input<
String?> ? -
Current state of the auto scaling configuration. An INACTIVE configuration revision has been deleted and can't be used. It is permanently removed some time after deletion.
final
-
Key-value map of resource tags. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
Map of tags assigned to the resource, including those inherited from the provider
defaultTagsconfiguration block.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited