AutoScalingConfiguration
import type { AutoScalingConfiguration } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/apprunner.ts";interface AutoScalingConfiguration {
AutoScalingConfigurationArn?: string | null;
AutoScalingConfigurationName?: string | null;
AutoScalingConfigurationRevision?: number | null;
CreatedAt?: Date | number | null;
DeletedAt?: Date | number | null;
Latest?: boolean | null;
MaxConcurrency?: number | null;
MaxSize?: number | null;
MinSize?: number | null;
Status?: AutoScalingConfigurationStatus | null;
}§Properties
§
Status?: AutoScalingConfigurationStatus | null
[src]