Module Values.UpdateDefaultAutoScalingConfigurationRequestSource

Update an auto scaling configuration to be the default. The existing default auto scaling configuration will be set to non-default automatically.

Sourcetype nonrec t = {
  1. autoScalingConfigurationArn : AppRunnerResourceArn.t;
    (*

    The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want to set as the default. The ARN can be a full auto scaling configuration ARN, or a partial ARN ending with either .../name or .../name/revision . If a revision isn't specified, the latest active revision is set as the default.

    *)
}
Sourceval context_ : string
Sourceval make : autoScalingConfigurationArn:AppRunnerResourceArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AppRunnerResourceArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t